Home
last modified time | relevance | path

Searched refs:getword (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/ipf/common/
H A Dipmon.h137 extern char *getword(int);
/freebsd/contrib/tcsh/
H A Dsh.func.c59 static int getword (struct Strbuf *);
780 (void) getword(&word); in search()
798 while (getword(&word)) { in search()
851 if (type == TC_GOTO && getword(&word) && eq(word.s, goal)) in search()
869 (void) getword(&word); in search()
891 (void) getword(NULL); in search()
1004 getword(struct Strbuf *wp) in getword() function