Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/ctags/
DC.c69 while (GETC(!=, EOF)) { in c_entries()
124 if (GETC(==, '*') || c == '/') { in c_entries()
202 while (GETC(!=, EOF) && (c == ' ' || c == '\t')) in c_entries()
270 while (GETC(!=, EOF)) { in func_entry()
279 if (GETC(==, '*') || c == '/') in func_entry()
302 while (GETC(!=, EOF) && iswhite(c)) in func_entry()
307 if (c == '/' && (GETC(==, '*') || c == '/')) in func_entry()
332 while (GETC(!=, EOF) && (c == ' ' || c == '\t')) in hash_entry()
338 if (GETC(==, EOF)) in hash_entry()
352 if (GETC(==, EOF)) in hash_entry()
[all …]
Dyacc.c61 while (GETC(!=, EOF)) in y_entries()
81 if (GETC(==, '%')) in y_entries()
86 if (GETC(==, '*') || c == '/') in y_entries()
100 while (GETC(!=, EOF) && (intoken(c) || c == '.')) in y_entries()
107 if (GETC(==, EOF)) in y_entries()
136 for (state = 0; GETC(!=, EOF);) in toss_yysec()
Dprint.c63 for (cp = lbuf; GETC(!=, EOF) && c != '\n'; *cp++ = c) in get_line()
70 else for (cnt = 0, cp = lbuf; GETC(!=, EOF) && cnt < ENDLINE; ++cnt) { in get_line()
Dctags.h47 #define GETC(op,exp) ((c = getc(inf)) op (int)exp) macro
Dctags.c284 if (GETC(==, EOF)) in find_entries()
/freebsd-12-stable/contrib/nvi/common/
Dmultibyte.h58 #define GETC getwc macro
92 #define GETC getc macro
/freebsd-12-stable/contrib/bsnmp/snmpd/
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-12-stable/contrib/ncurses/form/
Dfty_regex.c68 #define GETC() (*sp++)
/freebsd-12-stable/contrib/nvi/ex/
Dex_argv.c767 (ch = GETC(ifp)) != EOF; *p++ = ch, blen-=sizeof(CHAR_T), ++len) in argv_sexp()
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-19984203 * input.c: (yy_cur,yy_lim,yy_get_token,GETC): Add for cpplib.
4204 (sub_getch): Call GETC for cpplib.
/freebsd-12-stable/contrib/gcc/
DChangeLog-200022341 than GETC ().
23103 (PEEKN, FORWARD, GETC, PEEKC): Use them.
23124 * cpplib.c (PEEKN, FORWARD, GETC, PEEKC): Delete.
DFSFChangeLog.114201 * c-lex.c (generally): Replace getc and ungetc by macros GETC and
DChangeLog-199913962 * c-lex.c (GETC): Redefine to call getch.