Searched refs:GETC (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/usr.bin/ctags/ |
| H A D | C.c | 68 while (GETC(!=, EOF)) { in c_entries() 123 if (GETC(==, '*') || c == '/') { in c_entries() 272 while (GETC(!=, EOF)) { in func_entry() 281 if (GETC(==, '*') || c == '/') in func_entry() 367 if (GETC(==, EOF)) in hash_entry() 381 if (GETC(==, EOF)) in hash_entry() 392 if (GETC(==, EOF)) in hash_entry() 427 if (GETC(==, EOF)) in str_entry() 437 if (GETC(==, EOF)) in str_entry() 450 while (GETC(!=, EOF)) in str_entry() [all …]
|
| H A D | yacc.c | 59 while (GETC(!=, EOF)) in y_entries() 79 if (GETC(==, '%')) in y_entries() 84 if (GETC(==, '*') || c == '/') in y_entries() 98 while (GETC(!=, EOF) && (intoken(c) || c == '.')) in y_entries() 105 if (GETC(==, EOF)) in y_entries() 134 for (state = 0; GETC(!=, EOF);) in toss_yysec()
|
| H A D | print.c | 61 for (cp = lbuf; GETC(!=, EOF) && c != '\n'; *cp++ = c) in get_line() 68 else for (cnt = 0, cp = lbuf; GETC(!=, EOF) && cnt < ENDLINE; ++cnt) { in get_line()
|
| H A D | ctags.h | 44 #define GETC(op,exp) ((c = getc(inf)) op (int)exp) macro
|
| H A D | ctags.c | 303 if (GETC(==, EOF)) in find_entries()
|
| /freebsd-14.2/contrib/nvi/common/ |
| H A D | multibyte.h | 58 #define GETC getwc macro 92 #define GETC getc macro
|
| /freebsd-14.2/contrib/bsnmp/snmpd/ |
| H A D | config.c | 562 # define GETC(C) do { \ in _gettoken() macro 571 GETC(c); in _gettoken() 580 GETC(c); in _gettoken() 595 # undef GETC in _gettoken()
|
| /freebsd-14.2/contrib/ncurses/form/ |
| H A D | fty_regex.c | 107 #define GETC() (*sp++)
|
| /freebsd-14.2/contrib/nvi/ex/ |
| H A D | ex_argv.c | 767 (ch = GETC(ifp)) != EOF; *p++ = ch, blen -= sizeof(CHAR_T), ++len) in argv_sexp()
|