Searched refs:FICL_STRING_GET_POINTER (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/common/ficl/ |
H A D | prefix.c | 98 if (!ficlStrincmp(FICL_STRING_GET_POINTER(s), in ficlVmParsePrefix() 128 FICL_STRING_GET_POINTER(number)); in ficlPrimitiveTempBase()
|
H A D | primitives.c | 869 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 D | vm.c | 2091 (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 D | float.c | 282 trace = FICL_STRING_GET_POINTER(s); in ficlVmParseFloatNumber()
|
H A D | dictionary.c | 194 void *data = FICL_STRING_GET_POINTER(s); in ficlDictionaryAppendString()
|
H A D | tools.c | 476 vm->tib.end - FICL_STRING_GET_POINTER(s)); in ficlPrimitiveStepBreak()
|
H A D | ficl.h | 817 #define FICL_STRING_GET_POINTER(fs) ((fs).text) macro
|