Searched refs:nextchar (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/builtin/
H A Dtr.c134 nextchar(register Tr_t* tr) function
212 return nextchar(tr);
233 c = nextchar(tr);
258 while (nextchar(&peek) >= 0)
277 tr->last = nextchar(tr);
288 c = nextchar(tr);
334 while ((c = nextchar(tr)) >=0 && n < elementsof(set))
363 if ((x = nextchar(tr)) >= 0)
391 for (tr->dst = 0; (x = nextchar(tr)) >= 0; tr->dst++)
/ast/src/cmd/ie/
H A Dio.h231 #define nextchar(fp) (*((fp)->ptr)) macro
/ast/src/cmd/html/
H A Dtroff2html.c856 nextchar(void) function
2171 switch (c = nextchar())
3780 switch ((quote & STRING) ? (c = nextchar()) : EOF)
3949 if ((c = nextchar()) == '\n')
3991 nextchar();
4018 switch (c = nextchar())
4023 c = nextchar();
4041 c = nextchar();
4048 c = nextchar();
4054 c = nextchar();
[all...]

Completed in 16 milliseconds