HomeSort by: relevance | last modified time | path
    Searched refs:nonull (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hack/
def.flag.h 74 unsigned nonull:1; /* avoid sending nulls to the terminal */ member in struct:flag
hack.options.c 82 flags.standout = flags.nonull = FALSE;
126 flags.nonull = negated;
252 if (flags.nonull)
253 (void) strlcat(buf, "nonull,", sizeof(buf));

Completed in 12 milliseconds