Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/ctags/
H A DC.c68 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 Dyacc.c59 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 Dprint.c61 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 Dctags.h44 #define GETC(op,exp) ((c = getc(inf)) op (int)exp) macro
H A Dctags.c303 if (GETC(==, EOF)) in find_entries()
/freebsd-14.2/contrib/nvi/common/
H A Dmultibyte.h58 #define GETC getwc macro
92 #define GETC getc macro
/freebsd-14.2/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-14.2/contrib/ncurses/form/
H A Dfty_regex.c107 #define GETC() (*sp++)
/freebsd-14.2/contrib/nvi/ex/
H A Dex_argv.c767 (ch = GETC(ifp)) != EOF; *p++ = ch, blen -= sizeof(CHAR_T), ++len) in argv_sexp()