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

/freebsd-12-stable/stand/ficl/
H A Dficl.h461 #if !defined nPAD
462 #define nPAD 256 macro
497 char pad[nPAD]; /* the scratch area (see above) */
H A Dvm.c366 if (SI_COUNT(si) > nPAD)
367 SI_SETLEN(si, nPAD);
H A Dwords.c3544 if (SI_COUNT(si) > nPAD-1)
3545 SI_SETLEN(si, nPAD-1);
5035 ficlSetEnv(pSys, "/hold", nPAD);
5036 ficlSetEnv(pSys, "/pad", nPAD);

Completed in 116 milliseconds