Searched refs:nocomb (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/tcsh/
H A Dtc.nls.c119 NLSClassify(Char c, int nocomb) argument
125 if ((w > 0 && !(Iscntrl(c) && (c & CHAR) < 0x100)) || (Isprint(c) && !nocomb))
H A Ded.refresh.c163 Draw(Char *cp, int nocomb) /* draw char at cp, expand tabs, ctl chars */ argument
170 w = NLSClassify(c, nocomb);

Completed in 103 milliseconds