Searched refs:command_Expand_Interpret (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | command.h | 67 extern int command_Expand_Interpret(char *, int, char *vector[MAXARGS], int);
|
H A D | systems.c | 397 if ((argc = command_Expand_Interpret(cp, len, argv, cp - line)) < 0) in ReadSystem()
|
H A D | command.c | 1142 command_Expand_Interpret(char *buff, int nb, char *argv[MAXARGS], int offset) in command_Expand_Interpret() function 1233 if ((argc = command_Expand_Interpret(buff, nb, argv, 0)) < 0) in command_Decode()
|