Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.nls.c119 NLSClassify(Char c, int nocomb, int drawPrompt) in NLSClassify() argument
126 if (!drawPrompt) { /* draw command-line */ in NLSClassify()
150 if (drawPrompt) { /* draw prompt */ in NLSClassify()
H A Ded.refresh.c160 Draw(Char *cp, int nocomb, int drawPrompt) in Draw() argument
166 if (!drawPrompt) { /* draw command-line */ in Draw()
195 w = NLSClassify(c, nocomb, drawPrompt); in Draw()