Searched refs:FICL_STRING_SET_POINTER (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/common/ficl/ |
H A D | extras.c | 87 FICL_STRING_SET_POINTER(s, buffer); in ficlPrimitiveLoad()
|
H A D | primitives.c | 811 FICL_STRING_SET_POINTER(s, ficlStackPopPointer(vm->dataStack)); in ficlPrimitiveHash() 892 FICL_STRING_SET_POINTER(name, ficlStackPopPointer(vm->dataStack)); in ficlPrimitiveLookup() 911 FICL_STRING_SET_POINTER(s, ficlStackPopPointer(vm->dataStack)); in ficlPrimitiveParseStepParen() 2008 FICL_STRING_SET_POINTER(string, ficlStackPopPointer(vm->dataStack)); in ficlPrimitiveEvaluate() 2300 FICL_STRING_SET_POINTER(name, NULL); in ficlPrimitiveColonNoName() 2469 FICL_STRING_SET_POINTER(name, in ficlLocalParen()
|
H A D | fileaccess.c | 209 FICL_STRING_SET_POINTER(s, buffer); in ficlPrimitiveIncludeFile()
|
H A D | tools.c | 473 FICL_STRING_SET_POINTER(s, in ficlPrimitiveStepBreak()
|
H A D | vm.c | 2135 FICL_STRING_SET_POINTER(s, trace); in ficlVmGetWord0() 2210 FICL_STRING_SET_POINTER(s, trace); /* mark start of text */ in ficlVmParseStringEx()
|
H A D | loader.c | 592 FICL_STRING_SET_POINTER(s, cp); in ficlExecFD()
|
H A D | ficl.h | 819 #define FICL_STRING_SET_POINTER(fs, p) ((fs).text = (char *)(p)) macro
|