HomeSort by: relevance | last modified time | path
    Searched defs:next_word (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
quip_server.c 56 static int next_word(char **, char *);
88 if (!next_word(&cp, w)) {
93 if (!next_word(&cp, w)) {
147 next_word(char **cpp, char *b) function in typeref:typename:int
parser.c 57 static int next_word(char **, char *);
158 if ((len = next_word(&cp, cmd)) == 0)
298 next_word(char **cpp, char *b) function in typeref:typename:int
340 if (next_word(&ocp, w) && if_namelist != NULL)
367 if (!next_word(cpp, w))
383 if (next_word(&ocp, w) && EQUAL(w, "netmask")) {
384 if (!next_word(&ocp, w))
440 while (next_word(&ocp, w)) {
442 if (!next_word(&ocp, w))
447 if (!next_word(&ocp, w)
    [all...]

Completed in 15 milliseconds