Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
HDcommand.h68 extern int command_Expand_Interpret(char *, int, char *vector[MAXARGS], int);
HDsystems.c419 if ((argc = command_Expand_Interpret(cp, len, argv, cp - line)) < 0) in ReadSystem()
HDcommand.c1106 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()