Searched refs:command_Expand_Interpret (Results 1 – 3 of 3) sorted by relevance
| /dragonfly/usr.sbin/ppp/ |
| HD | command.h | 68 extern int command_Expand_Interpret(char *, int, char *vector[MAXARGS], int);
|
| HD | systems.c | 419 if ((argc = command_Expand_Interpret(cp, len, argv, cp - line)) < 0) in ReadSystem()
|
| HD | command.c | 1106 command_Expand_Interpret(char *buff, int nb, char *argv[MAXARGS], int offset) in command_Expand_Interpret() function 1201 if ((argc = command_Expand_Interpret(buff, nb, argv, 0)) < 0) in command_Decode()
|