Searched refs:nName (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/boot/ficl/
H A Dtools.c125 if ((pFW->nName <= 0) || (pFW->name[pFW->nName] != '\0'))
128 if (strlen(pFW->name) != pFW->nName)
219 pLit->nName, pLit->name, c.u);
277 sprintf(cp, "%.*s", pFW->nName, pFW->name);
312 sprintf(pVM->pad, ": %.*s", pFW->nName, pFW->name);
343 sprintf(pVM->pad, "%.*s is a primitive", pFW->nName, pFW->name);
514 sprintf(pVM->pad, "next: %.*s", pFW->nName, pFW->name);
752 if (wp->nName == 0) /* ignore :noname defs */
H A Dprefix.c96 n = pFW->nName;
H A Ddict.c255 pFW->nName = (char)len;
677 if (pFW->nName > 0)
815 if ( (pFW->nName == si.count)
H A Dficl.h532 FICL_COUNT nName; /* Number of chars in word name */ member in struct:ficl_word
H A Dwords.c2868 PUSHUNS(pFW->nName);

Completed in 159 milliseconds