Symbol: STRINGINFO
stand/ficl/dict.c
220
STRINGINFO si;
stand/ficl/dict.c
234
STRINGINFO si,
stand/ficl/dict.c
345
static char *dictCopyName(FICL_DICT *pDict, STRINGINFO si)
stand/ficl/dict.c
558
FICL_WORD *dictLookup(FICL_DICT *pDict, STRINGINFO si)
stand/ficl/dict.c
586
FICL_WORD *ficlLookupLoc(FICL_SYSTEM *pSys, STRINGINFO si)
stand/ficl/dict.c
69
static char *dictCopyName(FICL_DICT *pDict, STRINGINFO si);
stand/ficl/dict.c
732
UNS16 hashHashCode(STRINGINFO si)
stand/ficl/dict.c
796
FICL_WORD *hashLookup(FICL_HASH *pHash, STRINGINFO si, UNS16 hashCode)
stand/ficl/ficl.c
544
STRINGINFO si;
stand/ficl/ficl.c
577
STRINGINFO si;
stand/ficl/ficl.c
600
STRINGINFO si;
stand/ficl/ficl.h
1056
int ficlParseFloatNumber( FICL_VM *pVM, STRINGINFO si ); /* float.c */
stand/ficl/ficl.h
1061
int ficlParsePrefix(FICL_VM *pVM, STRINGINFO si);
stand/ficl/ficl.h
1068
int ficlParseNumber(FICL_VM *pVM, STRINGINFO si);
stand/ficl/ficl.h
577
STRINGINFO vmGetWord (FICL_VM *pVM);
stand/ficl/ficl.h
578
STRINGINFO vmGetWord0 (FICL_VM *pVM);
stand/ficl/ficl.h
580
STRINGINFO vmParseString (FICL_VM *pVM, char delimiter);
stand/ficl/ficl.h
581
STRINGINFO vmParseStringEx(FICL_VM *pVM, char delimiter, char fSkipLeading);
stand/ficl/ficl.h
692
UNS16 hashHashCode (STRINGINFO si);
stand/ficl/ficl.h
694
FICL_WORD *hashLookup (FICL_HASH *pHash, STRINGINFO si, UNS16 hashCode);
stand/ficl/ficl.h
752
STRINGINFO si,
stand/ficl/ficl.h
769
FICL_WORD *dictLookup (FICL_DICT *pDict, STRINGINFO si);
stand/ficl/ficl.h
771
FICL_WORD *ficlLookupLoc (FICL_SYSTEM *pSys, STRINGINFO si);
stand/ficl/ficl.h
800
typedef int (*FICL_PARSE_STEP)(FICL_VM *pVM, STRINGINFO si);
stand/ficl/float.c
301
STRINGINFO si = vmGetWord(pVM);
stand/ficl/float.c
833
int ficlParseFloatNumber( FICL_VM *pVM, STRINGINFO si )
stand/ficl/prefix.c
119
STRINGINFO si = vmGetWord0(pVM);
stand/ficl/prefix.c
72
int ficlParsePrefix(FICL_VM *pVM, STRINGINFO si)
stand/ficl/search.c
137
STRINGINFO si;
stand/ficl/tools.c
490
STRINGINFO si;
stand/ficl/vm.c
270
STRINGINFO si = vmParseStringEx(pVM, delimiter, 0);
stand/ficl/vm.c
290
STRINGINFO vmGetWord(FICL_VM *pVM)
stand/ficl/vm.c
292
STRINGINFO si = vmGetWord0(pVM);
stand/ficl/vm.c
312
STRINGINFO vmGetWord0(FICL_VM *pVM)
stand/ficl/vm.c
316
STRINGINFO si;
stand/ficl/vm.c
361
STRINGINFO si;
stand/ficl/vm.c
384
STRINGINFO vmParseString(FICL_VM *pVM, char delim)
stand/ficl/vm.c
389
STRINGINFO vmParseStringEx(FICL_VM *pVM, char delim, char fSkipLeading)
stand/ficl/vm.c
391
STRINGINFO si;
stand/ficl/words.c
1571
STRINGINFO si;
stand/ficl/words.c
1600
STRINGINFO si;
stand/ficl/words.c
1678
static int ficlParseWord(FICL_VM *pVM, STRINGINFO si)
stand/ficl/words.c
1737
STRINGINFO si;
stand/ficl/words.c
1755
STRINGINFO si;
stand/ficl/words.c
204
int ficlParseNumber(FICL_VM *pVM, STRINGINFO si)
stand/ficl/words.c
2321
STRINGINFO si = vmGetWord(pVM);
stand/ficl/words.c
2332
STRINGINFO si = vmGetWord(pVM);
stand/ficl/words.c
2473
STRINGINFO si = vmGetWord(pVM);
stand/ficl/words.c
2771
STRINGINFO si = vmGetWord(pVM);
stand/ficl/words.c
3300
STRINGINFO si;
stand/ficl/words.c
3401
STRINGINFO si;
stand/ficl/words.c
3534
STRINGINFO si;
stand/ficl/words.c
3566
STRINGINFO si;
stand/ficl/words.c
3589
STRINGINFO si;
stand/ficl/words.c
3642
static void do_find(FICL_VM *pVM, STRINGINFO si, void *returnForFailure)
stand/ficl/words.c
3675
STRINGINFO si;
stand/ficl/words.c
3694
STRINGINFO si;
stand/ficl/words.c
4056
STRINGINFO si;
stand/ficl/words.c
4097
STRINGINFO si = vmGetWord(pVM);
stand/ficl/words.c
4123
STRINGINFO si = vmGetWord(pVM);
stand/ficl/words.c
4306
STRINGINFO si;
stand/ficl/words.c
4396
STRINGINFO si;
stand/ficl/words.c
464
STRINGINFO si = vmGetWord(pVM);
stand/ficl/words.c
59
static int ficlParseWord(FICL_VM *pVM, STRINGINFO si);
stand/ficl/words.c
610
STRINGINFO si = vmGetWord(pVM);
stand/ficl/words.c
624
STRINGINFO si = vmGetWord(pVM);