Home
last modified time | relevance | path

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

/netbsd-src/distrib/utils/more/
H A Ddecode.c157 action = cmd_search(cmdtable, cmdendtable);
169 cmd_search(table, endtable) in cmd_search() function
H A Dextern.h47 int cmd_search __P((char *, char *));
/netbsd-src/external/bsd/less/dist/
H A Ddecode.c537 static int cmd_search(char *cmd, char *table, char *endtable, char **sp) in cmd_search() function
639 action = cmd_search(cmd, t->t_start, t->t_end, sp); in cmd_decode()