Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dtc.nls.c123 NLSClassify(Char c, int nocomb, int drawPrompt) in NLSClassify() argument
130 if (!drawPrompt) { /* draw command-line */ in NLSClassify()
154 if (drawPrompt) { /* draw prompt */ in NLSClassify()
H A Ded.refresh.c164 Draw(Char *cp, int nocomb, int drawPrompt) in Draw() argument
170 if (!drawPrompt) { /* draw command-line */ in Draw()
199 w = NLSClassify(c, nocomb, drawPrompt); in Draw()