Searched refs:SI_COUNT (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/
H A Dvm.c273 if (SI_COUNT(si) > FICL_STRING_MAX)
278 strncpy(spDest->text, SI_PTR(si), SI_COUNT(si));
279 spDest->text[SI_COUNT(si)] = '\0';
280 spDest->count = (FICL_COUNT)SI_COUNT(si);
282 return spDest->text + SI_COUNT(si) + 1;
295 if (SI_COUNT(si) == 0)
366 if (SI_COUNT(si) > nPAD)
369 strncpy(cp, SI_PTR(si), SI_COUNT(si));
370 cp[SI_COUNT(si)] = '\0';
371 return (int)(SI_COUNT(s
[all...]
H A Dprefix.c125 int i = SI_COUNT(si);
H A Ddict.c239 FICL_COUNT len = (FICL_COUNT)SI_COUNT(si);
351 int i = SI_COUNT(si);
H A Dwords.c212 FICL_COUNT count= (FICL_COUNT)SI_COUNT(si);
1645 stackPushUNS(pVM->pStack, SI_COUNT(si));
1652 i = SI_COUNT(si);
2470 int i = SI_COUNT(si);
3532 if (SI_COUNT(si) > nPAD-1)
3535 sp->count = (FICL_COUNT)SI_COUNT(si);
3536 strncpy(sp->text, SI_PTR(si), SI_COUNT(si));
3562 PUSHUNS(SI_COUNT(si));
3589 PUSHUNS(SI_COUNT(si));
4141 int i = SI_COUNT(s
[all...]
H A Dficl.h313 #define SI_COUNT(si) (si.count) macro
H A Dfloat.c858 count = (FICL_COUNT)SI_COUNT(si);

Completed in 312 milliseconds