Searched refs:cmd_decode (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/less/dist/ |
| D | decode.c | 628 static int cmd_decode(struct tablelist *tlist, char *cmd, char **sp) in cmd_decode() function 653 return (cmd_decode(list_fcmd_tables, cmd, sp)); in fcmd_decode() 661 return (cmd_decode(list_ecmd_tables, cmd, sp)); in ecmd_decode() 673 a = cmd_decode(list_var_tables, var, &s); in lgetenv() 679 a = cmd_decode(list_sysvar_tables, var, &s); in lgetenv()
|
| /netbsd/src/distrib/utils/more/ |
| D | decode.c | 146 cmd_decode(c) in cmd_decode() function
|
| D | extern.h | 46 int cmd_decode __P((int));
|
| D | command.c | 394 switch (action = cmd_decode(c)) { in commands()
|