Searched refs:SI_PTR (Results 1 – 6 of 6) sorted by relevance
/freebsd/stand/ficl/ |
H A D | prefix.c | 100 if (!strincmp(SI_PTR(si), pFW->name, (FICL_UNS)n)) in ficlParsePrefix() 125 vmThrowErr(pVM, "%.*s not recognized", i, SI_PTR(si)); in tempBase()
|
H A D | vm.c | 277 strncpy(spDest->text, SI_PTR(si), SI_COUNT(si)); in vmGetString() 368 strncpy(cp, SI_PTR(si), SI_COUNT(si)); in vmGetWordToPad() 413 SI_SETLEN(si, pSrc - SI_PTR(si)); in vmParseStringEx()
|
H A D | words.c | 210 char *cp = SI_PTR(si); in ficlParseNumber() 1643 stackPushPtr(pVM->pStack, SI_PTR(si)); in interpret() 1652 vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si)); in interpret() 2482 vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si)); in ficlTick() 3547 strncpy(sp->text, SI_PTR(si), SI_COUNT(si)); in ficlWord() 3572 PUSHPTR(SI_PTR(si)); in parseNoCopy() 3599 PUSHPTR(SI_PTR(si)); in parse() 4153 vmThrowErr(pVM, "%.*s not found", i, SI_PTR(si)); in toValue()
|
H A D | dict.c | 349 char *name = SI_PTR(si); in dictCopyName()
|
H A D | float.c | 856 cp = SI_PTR(si); in ficlParseFloatNumber()
|
H A D | ficl.h | 313 #define SI_PTR(si) (si.cp) macro
|