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

/freebsd-10.1-release/usr.bin/ctags/
H A Dyacc.c59 while (GETC(!=, EOF))
79 if (GETC(==, '%'))
84 if (GETC(==, '*') || c == '/')
98 while (GETC(!=, EOF) && (intoken(c) || c == '.'))
105 if (GETC(==, EOF))
134 for (state = 0; GETC(!=, EOF);)
H A Dprint.c61 for (cp = lbuf; GETC(!=, EOF) && c != '\n'; *cp++ = c)
68 else for (cnt = 0, cp = lbuf; GETC(!=, EOF) && cnt < ENDLINE; ++cnt) {
H A DC.c67 while (GETC(!=, EOF)) {
122 if (GETC(==, '*') || c == '/') {
200 while (GETC(!=, EOF) && (c == ' ' || c == '\t'))
268 while (GETC(!=, EOF)) {
277 if (GETC(==, '*') || c == '/')
300 while (GETC(!=, EOF) && iswhite(c))
305 if (c == '/' && (GETC(==, '*') || c == '/'))
330 while (GETC(!=, EOF) && (c == ' ' || c == '\t'))
336 if (GETC(==, EOF))
350 if (GETC(
[all...]
H A Dctags.h45 #define GETC(op,exp) ((c = getc(inf)) op (int)exp) macro
H A Dctags.c282 if (GETC(==, EOF))
/freebsd-10.1-release/contrib/nvi/common/
H A Dmultibyte.h60 #define GETC getwc macro
94 #define GETC getc macro
/freebsd-10.1-release/contrib/ncurses/form/
H A Dfty_regex.c68 #define GETC() (*sp++)
/freebsd-10.1-release/contrib/bsnmp/snmpd/
H A Dconfig.c562 # define GETC(C) do { \ macro
571 GETC(c);
580 GETC(c);
595 # undef GETC macro
/freebsd-10.1-release/contrib/nvi/ex/
H A Dex_argv.c763 (ch = GETC(ifp)) != EOF; *p++ = ch, blen-=sizeof(CHAR_T), ++len)

Completed in 280 milliseconds