Home
last modified time | relevance | path

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

/openbsd/src/games/hack/
Dhack.options.c78 flags.standout = flags.nonull = FALSE; in initoptions()
119 flags.nonull = negated; in parseoptions()
249 if(flags.nonull) (void) strlcat(buf,"nonull,", sizeof buf); in doset()
Ddef.flag.h73 unsigned nonull:1; /* avoid sending nulls to the terminal */ member
Dhack.termcap.c96 flags.nonull = 1; /* this should be a termcap flag */ in startup()