Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/less/
Dcommand.c415 if (cmd_char(c) == CC_QUIT)
435 if (cmd_char(c) != CC_OK)
661 if (cmd_char(c) == CC_QUIT)
1285 if (cmd_char(c) == CC_QUIT || len_cmdbuf() == 0) in commands()
2047 (void) cmd_char(c); in commands()
Dfuncs.h83 public int cmd_char LESSPARAMS ((int c));
Dcmdbuf.c1250 cmd_char(c) in cmd_char() function