Home
last modified time | relevance | path

Searched refs:SI_PTR (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/ficl/
H A Dprefix.c100 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 Dvm.c277 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 Dwords.c210 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 Ddict.c349 char *name = SI_PTR(si); in dictCopyName()
H A Dfloat.c856 cp = SI_PTR(si); in ficlParseFloatNumber()
H A Dficl.h313 #define SI_PTR(si) (si.cp) macro