Home
last modified time | relevance | path

Searched refs:cmd_char (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/less/
H A Dcommand.c391 if (cmd_char(c) == CC_QUIT)
410 if (cmd_char(c) != CC_OK)
620 if (cmd_char(c) == CC_QUIT)
1178 if (cmd_char(c) == CC_QUIT || len_cmdbuf() == 0) in commands()
1910 (void) cmd_char(c); in commands()
H A Dfuncs.h78 public int cmd_char LESSPARAMS ((int c));
H A Dcmdbuf.c1207 cmd_char(c) in cmd_char() function