Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dutils.c953 #define FGL_HISTORY_REF() fth_variable_ref("*history*") macro
955 #define FGL_HISTORY_CINT() FIX_TO_INT(FGL_HISTORY_REF())
1456 fn = FGL_HISTORY_REF(); in repl_init_history()