Home
last modified time | relevance | path

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

/original-bsd/games/hack/
H A Dhack.options.c14 flags.standout = flags.nonull = FALSE; in initoptions()
55 flags.nonull = negated;
184 if(flags.nonull) (void) strcat(buf,"nonull,"); in doset()
H A Ddef.flag.h12 unsigned nonull:1; /* avoid sending nulls to the terminal */ member
H A Dhack.termcap.c34 flags.nonull = 1; /* this should be a termcap flag */ in startup()
241 if(!flags.nonull) in delay_output()