Home
last modified time | relevance | path

Searched refs:FICL_STRING_GET_POINTER (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dprefix.c98 if (!ficlStrincmp(FICL_STRING_GET_POINTER(s), in ficlVmParsePrefix()
128 FICL_STRING_GET_POINTER(number)); in ficlPrimitiveTempBase()
H A Dprimitives.c869 FICL_STRING_GET_POINTER(s)); in ficlPrimitiveInterpret()
879 FICL_STRING_GET_POINTER(s)); in ficlPrimitiveInterpret()
1186 FICL_STRING_GET_POINTER(name)); in ficlPrimitiveTick()
2113 (void) strncpy(counted->text, FICL_STRING_GET_POINTER(name), in ficlPrimitiveWord()
2140 ficlStackPushPointer(vm->dataStack, FICL_STRING_GET_POINTER(s)); in ficlPrimitiveParseNoCopy()
2164 ficlStackPushPointer(vm->dataStack, FICL_STRING_GET_POINTER(s)); in ficlPrimitiveParse()
2608 FICL_STRING_GET_POINTER(name)); in ficlPrimitiveToValue()
2644 FICL_STRING_GET_POINTER(name)); in ficlPrimitiveToValue()
2673 FICL_STRING_GET_POINTER(name)); in ficlPrimitiveToValue()
H A Dvm.c2091 (void) strncpy(counted->text, FICL_STRING_GET_POINTER(s), in ficlVmGetString()
2175 (void) strncpy(pad, FICL_STRING_GET_POINTER(s), in ficlVmGetWordToPad()
2220 FICL_STRING_SET_LENGTH(s, trace - FICL_STRING_GET_POINTER(s)); in ficlVmParseStringEx()
2436 ficlVmPushTib(vm, FICL_STRING_GET_POINTER(s), in ficlVmExecuteString()
2602 char *trace = FICL_STRING_GET_POINTER(s); in ficlVmParseNumber()
H A Dfloat.c282 trace = FICL_STRING_GET_POINTER(s); in ficlVmParseFloatNumber()
H A Ddictionary.c194 void *data = FICL_STRING_GET_POINTER(s); in ficlDictionaryAppendString()
H A Dtools.c476 vm->tib.end - FICL_STRING_GET_POINTER(s)); in ficlPrimitiveStepBreak()
H A Dficl.h817 #define FICL_STRING_GET_POINTER(fs) ((fs).text) macro