Home
last modified time | relevance | path

Searched refs:nPAD (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/boot/ficl/
HDficl.h461 #if !defined nPAD
462 #define nPAD 256 macro
497 char pad[nPAD]; /* the scratch area (see above) */
HDvm.c366 if (SI_COUNT(si) > nPAD) in vmGetWordToPad()
367 SI_SETLEN(si, nPAD); in vmGetWordToPad()
HDwords.c3532 if (SI_COUNT(si) > nPAD-1) in ficlWord()
3533 SI_SETLEN(si, nPAD-1); in ficlWord()
5022 ficlSetEnv(pSys, "/hold", nPAD); in ficlCompileCore()
5023 ficlSetEnv(pSys, "/pad", nPAD); in ficlCompileCore()