Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/ficl/
H A Ddictionary.c173 CELL_FTH_SET(&c, fp); in ficlDictionaryAppendFTH()
311 CELL_FTH_SET(&c, fp); in ficlDictionaryAppendFTHConstantInstruction()
327 CELL_FTH_SET(word->param, fp); in ficlDictionarySetFTHConstantInstruction()
374 CELL_FTH_SET(&c, fp); in ficlDictionaryAppendFTHConstant()
H A Dficl.h486 #define CELL_FTH_SET(Obj, Val) \ macro
648 #define STACK_FTH_SET(Obj, Val) CELL_FTH_SET(STACK_TOP_REF(Obj), Val)
664 #define VM_STACK_FTH_SET(Obj, Val) CELL_FTH_SET(Obj, Val)
674 CELL_FTH_SET(&STACK_REF(Stack)->top[-Idx], Val)