Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/ppp/
HDcommand.h67 extern int command_Expand_Interpret(char *, int, char *vector[MAXARGS], int);
HDsystems.c397 if ((argc = command_Expand_Interpret(cp, len, argv, cp - line)) < 0) in ReadSystem()
HDcommand.c1138 command_Expand_Interpret(char *buff, int nb, char *argv[MAXARGS], int offset) in command_Expand_Interpret() function
1229 if ((argc = command_Expand_Interpret(buff, nb, argv, 0)) < 0) in command_Decode()