Home | History | Annotate | Download | only in src

Lines Matching refs:gettok

730 static int gettok(FILE *f, char *token)
770 while ((atnl = gettok(f, token)) != EOF)
800 atnl = gettok(f, token);
827 if ((atnl = gettok(f, token)) == EOF)