Home
last modified time | relevance | path

Searched refs:FICL_COUNTED_STRING_GET_POINTER (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/ficl/
H A Dextras.c22 system(FICL_COUNTED_STRING_GET_POINTER(*counted)); in ficlPrimitiveSystem()
65 f = fopen(FICL_COUNTED_STRING_GET_POINTER(*counted), "r"); in ficlPrimitiveLoad()
68 ficlVmTextOut(vm, FICL_COUNTED_STRING_GET_POINTER(*counted)); in ficlPrimitiveLoad()
100 FICL_COUNTED_STRING_GET_POINTER(*counted), line); in ficlPrimitiveLoad()
H A Dficl.h804 #define FICL_COUNTED_STRING_GET_POINTER(cs) ((cs).text) macro