Home
last modified time | relevance | path

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

/freebsd/usr.bin/ctags/
H A DC.c62 while (GETC(!=, EOF)) { in c_entries()
117 if (GETC(==, '*') || c == '/') { in c_entries()
195 while (GETC(!=, EOF) && (c == ' ' || c == '\t')) in c_entries()
266 while (GETC(!=, EOF)) { in func_entry()
275 if (GETC(==, '*') || c == '/') in func_entry()
298 while (GETC(!=, EOF) && iswhite(c)) in func_entry()
330 if (c == '/' && (GETC(==, '*') || c == '/')) in func_entry()
355 while (GETC(!=, EOF) && (c == ' ' || c == '\t')) in hash_entry()
361 if (GETC(==, EOF)) in hash_entry()
375 if (GETC( in hash_entry()
[all...]
H A Dyacc.c53 while (GETC(!=, EOF)) in y_entries()
73 if (GETC(==, '%')) in y_entries()
78 if (GETC(==, '*') || c == '/') in y_entries()
92 while (GETC(!=, EOF) && (intoken(c) || c == '.')) in y_entries()
99 if (GETC(==, EOF)) in y_entries()
128 for (state = 0; GETC(!=, EOF);) in toss_yysec()
H A Dprint.c55 for (cp = lbuf; GETC(!=, EOF) && c != '\n'; *cp++ = c) in get_line()
62 else for (cnt = 0, cp = lbuf; GETC(!=, EOF) && cnt < ENDLINE; ++cnt) { in get_line()
H A Dctags.h42 #define GETC(op,exp) ((c = getc(inf)) op (int)exp)
43 #define GETC( global() macro
H A Dctags.c290 if (GETC(==, EOF)) in find_entries()
/freebsd/contrib/nvi/common/
H A Dmultibyte.h58 #define GETC getwc macro
92 #define GETC getc macro
/freebsd/contrib/bsnmp/snmpd/
H A Dconfig.c562 # define GETC(C) do { \ in _gettoken() macro
571 GETC(c); in _gettoken()
580 GETC(c); in _gettoken()
595 # undef GETC in _gettoken()
/freebsd/contrib/ncurses/form/
H A Dfty_regex.c107 #define GETC() (*sp++)
/freebsd/contrib/nvi/ex/
H A Dex_argv.c767 (ch = GETC(ifp)) != EOF; *p++ = ch, blen -= sizeof(CHAR_T), ++len) in argv_sexp()