stand/ficl/dict.c
349
char *name = SI_PTR(si);
stand/ficl/float.c
856
cp = SI_PTR(si);
stand/ficl/prefix.c
100
if (!strincmp(SI_PTR(si), pFW->name, (FICL_UNS)n))
stand/ficl/prefix.c
125
vmThrowErr(pVM, "%.*s not recognized", i, SI_PTR(si));
stand/ficl/vm.c
277
strncpy(spDest->text, SI_PTR(si), SI_COUNT(si));
stand/ficl/vm.c
368
strncpy(cp, SI_PTR(si), SI_COUNT(si));
stand/ficl/vm.c
413
SI_SETLEN(si, pSrc - SI_PTR(si));
stand/ficl/words.c
1643
stackPushPtr(pVM->pStack, SI_PTR(si));
stand/ficl/words.c
1652
vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si));
stand/ficl/words.c
210
char *cp = SI_PTR(si);
stand/ficl/words.c
2482
vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si));
stand/ficl/words.c
3547
strncpy(sp->text, SI_PTR(si), SI_COUNT(si));
stand/ficl/words.c
3572
PUSHPTR(SI_PTR(si));
stand/ficl/words.c
3599
PUSHPTR(SI_PTR(si));
stand/ficl/words.c
4153
vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si));