Home
last modified time | relevance | path

Searched refs:FICL_STRING (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/ficl/
H A Dtestmain.c75 FICL_STRING *pFS = (FICL_STRING *)pVM->pad; in ficlChDir()
103 FICL_STRING *pFS = (FICL_STRING *)pVM->pad; in ficlSystem()
135 FICL_STRING *pFilename = (FICL_STRING *)filename; in ficlLoad()
H A Dwords.c2591 FICL_STRING *sp = (FICL_STRING *)(pVM->ip); in cstringLit()
2609 FICL_STRING *sp = (FICL_STRING *) dp->here; in cstringQuoteIm()
2638 FICL_STRING *sp; in stringLit()
2937 FICL_STRING *sp; in numberSign()
2960 FICL_STRING *sp; in numberSignGreater()
2983 FICL_STRING *sp; in numberSignS()
3011 FICL_STRING *sp; in hold()
3031 FICL_STRING *sp; in sign()
3373 FICL_STRING *sp; in count()
3473 FICL_STRING *sp = (FICL_STRING *) dp->here; in stringQuoteIm()
[all …]
H A Dtools.c226 FICL_STRING *sp = (FICL_STRING *)(void *)++pc; in seeColon()
233 FICL_STRING *sp = (FICL_STRING *)(void *)++pc; in seeColon()
H A Dficl.h287 #define PTRtoSTRING (FICL_STRING *)(void *)
304 } FICL_STRING; typedef
576 char * vmGetString (FICL_VM *pVM, FICL_STRING *spDest, char delimiter);
H A Dvm.c268 char *vmGetString(FICL_VM *pVM, FICL_STRING *spDest, char delimiter) in vmGetString()