Home
last modified time | relevance | path

Searched refs:FTH_FICL_SYSTEM (Results 1 – 5 of 5) sorted by relevance

/dports/lang/fth/fth-1.4.1/src/
H A Dmisc.c327 FTH_FICL_SYSTEM() = sys; in fth_make_ficl()
579 ficlSystemCompileCore(FTH_FICL_SYSTEM()); in forth_pre_init()
580 ficlSystemCompilePrefix(FTH_FICL_SYSTEM()); in forth_pre_init()
581 ficlSystemCompilePlatform(FTH_FICL_SYSTEM()); in forth_pre_init()
582 ficlSystemAddPrimitiveParseStep(FTH_FICL_SYSTEM(), in forth_pre_init()
584 ficlSystemAddPrimitiveParseStep(FTH_FICL_SYSTEM(), in forth_pre_init()
586 ficlSystemAddPrimitiveParseStep(FTH_FICL_SYSTEM(), in forth_pre_init()
589 ficlSystemAddPrimitiveParseStep(FTH_FICL_SYSTEM(), in forth_pre_init()
592 ficlSystemAddPrimitiveParseStep(FTH_FICL_SYSTEM(), in forth_pre_init()
1778 dict = FTH_FICL_SYSTEM()->dictionary; in fth_wordlist_each()
[all …]
H A Dfth-lib.h524 ficlSystemLookup(FTH_FICL_SYSTEM(), (char *)(Name))
H A Dfth.h227 #define FTH_FICL_SYSTEM() FTH_FICL_VAR()->system macro
H A Dnumbers.c4632 env = ficlSystemGetEnvironment(FTH_FICL_SYSTEM()); in init_number()
/dports/audio/snd/snd-21.2/
H A Dxen.c1269 snd_exit_xt = ficlSystemLookup(FTH_FICL_SYSTEM(), (char *)"snd-exit"); in fth_snd_exit()