Home
last modified time | relevance | path

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

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dconfigur.h625 #ifndef DEFAULT_LINEOUTTRUNC
626 # define DEFAULT_LINEOUTTRUNC 1 macro
868 # undef DEFAULT_LINEOUTTRUNC /* MH 10-06-96 */
869 # define DEFAULT_LINEOUTTRUNC 0 macro
H A Dinterprt.c2586 set_options_flag( level, EXT_LINEOUTTRUNC, DEFAULT_LINEOUTTRUNC ); in newlevel()