Home
last modified time | relevance | path

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

/NextBSD/contrib/less/
HDcommand.c381 if (cmd_char(c) == CC_QUIT)
400 if (cmd_char(c) != CC_OK)
610 if (cmd_char(c) == CC_QUIT)
1109 if (cmd_char(c) == CC_QUIT || len_cmdbuf() == 0) in commands()
1799 (void) cmd_char(c); in commands()
HDfuncs.h77 public int cmd_char ();
HDcmdbuf.c1232 cmd_char(c) in cmd_char() function