Symbol: FICL_STRING
stand/ficl/ficl.h
287
#define PTRtoSTRING (FICL_STRING *)(void *)
stand/ficl/ficl.h
576
char * vmGetString (FICL_VM *pVM, FICL_STRING *spDest, char delimiter);
stand/ficl/testmain.c
103
FICL_STRING *pFS = (FICL_STRING *)pVM->pad;
stand/ficl/testmain.c
135
FICL_STRING *pFilename = (FICL_STRING *)filename;
stand/ficl/testmain.c
75
FICL_STRING *pFS = (FICL_STRING *)pVM->pad;
stand/ficl/tools.c
226
FICL_STRING *sp = (FICL_STRING *)(void *)++pc;
stand/ficl/tools.c
233
FICL_STRING *sp = (FICL_STRING *)(void *)++pc;
stand/ficl/vm.c
268
char *vmGetString(FICL_VM *pVM, FICL_STRING *spDest, char delimiter)
stand/ficl/words.c
2591
FICL_STRING *sp = (FICL_STRING *)(pVM->ip);
stand/ficl/words.c
2609
FICL_STRING *sp = (FICL_STRING *) dp->here;
stand/ficl/words.c
2618
dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
stand/ficl/words.c
2638
FICL_STRING *sp;
stand/ficl/words.c
2645
sp = (FICL_STRING *)(pVM->ip);
stand/ficl/words.c
2661
dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
stand/ficl/words.c
2922
FICL_STRING *sp = PTRtoSTRING pVM->pad;
stand/ficl/words.c
2937
FICL_STRING *sp;
stand/ficl/words.c
2960
FICL_STRING *sp;
stand/ficl/words.c
2983
FICL_STRING *sp;
stand/ficl/words.c
3011
FICL_STRING *sp;
stand/ficl/words.c
3031
FICL_STRING *sp;
stand/ficl/words.c
3373
FICL_STRING *sp;
stand/ficl/words.c
3473
FICL_STRING *sp = (FICL_STRING *) dp->here;
stand/ficl/words.c
3481
dp->here = PTRtoCELL vmGetString(pVM, (FICL_STRING *)dp->here, '\"');
stand/ficl/words.c
3532
FICL_STRING *sp;
stand/ficl/words.c
3539
sp = (FICL_STRING *)pVM->pad;
stand/ficl/words.c
3674
FICL_STRING *sp;