Searched refs:skipword (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c80 char skipword; /* next word can't be reserved */ member in struct:lexstate
267 lp->lex.intest = lp->lex.incase = lp->lex.skipword = lp->lexd.warn = 0;
479 lp->lex.skipword = 0;
512 lp->lex.skipword = 1;
571 lp->lex.skipword = 0;
672 if(!lp->lex.skipword)
1080 lp->lex.skipword = 0;
1195 && !lp->lex.skipword)
1336 else if(!lp->lex.skipword)
1421 if(!lp->lex.skipword)
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c74 static char *skipword __P((char *volatile, char *));
2302 p = skipword(p, "from");
2651 p = skipword(p, "to");
4088 skipword(p, w) function

Completed in 53 milliseconds