Home
last modified time | relevance | path

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

/dports/lang/fth/fth-1.4.1/src/
H A Dmisc.c376 #define B_ISTR_UNDEF "undef" macro
378 #define B_SSTR_UNDEF "#<" B_ISTR_UNDEF ">"
466 fth_define(B_ISTR_UNDEF, FTH_UNDEF); in init_boolean_type()
489 b_istr_undef = fth_gc_permanent(fth_make_string(B_ISTR_UNDEF)); in forth_pre_init()