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

/ast/src/lib/libast/comp/
H A Dregexp.h90 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
105 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
116 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
/ast/src/cmd/html/
H A Dtroff2html.c218 #define GETC() (*state.in++) macro
863 if ((c = GETC()) == EOF)
872 switch (n = GETC())
887 switch (c = GETC())
899 switch (n = GETC())
1627 switch (c = GETC())
1667 switch (c = GETC())
2115 switch (c = GETC())
2126 c = GETC();
2131 c = GETC();
[all...]

Completed in 16 milliseconds