Home
last modified time | relevance | path

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

/freebsd/stand/ficl/
H A Dficl.h460 #if !defined nPAD
461 #define nPAD 256 macro
496 char pad[nPAD]; /* the scratch area (see above) */
H A Dvm.c365 if (SI_COUNT(si) > nPAD) in vmGetWordToPad()
366 SI_SETLEN(si, nPAD); in vmGetWordToPad()
H A Dwords.c3543 if (SI_COUNT(si) > nPAD-1) in ficlWord()
3544 SI_SETLEN(si, nPAD-1); in ficlWord()
5034 ficlSetEnv(pSys, "/hold", nPAD); in ficlCompileCore()
5035 ficlSetEnv(pSys, "/pad", nPAD); in ficlCompileCore()