Home
last modified time | relevance | path

Searched refs:ungetcc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/less/
H A Dcommand.c92 /* Stack of ungotten chars (via ungetcc) */
1019 * (characters previously given to ungetcc or ungetsc). in getcc()
1091 return getcc_repl(kent, "\n", getccu, ungetcc); in multi_search()
1098 public void ungetcc(char c) in multi_search()
1154 ungetcc(c); in multi_search()
1025 public void ungetcc(LWCHAR c) ungetcc() function
H A Doutput.c670 ungetcc((char) c); in ierror_suffix()
H A Ddecode.c1190 ungetcc(usercmd[--nch]);
H A Dfuncs.h107 public void ungetcc(char c);