Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dregexp.h96 if ((c = GETC()) == eof || c == '\n') { in compile()
114 c = GETC(); in compile()
161 if ((c = GETC()) == '^') { in compile()
163 c = GETC(); in compile()
179 if ((c = GETC()) == ']') { in compile()
198 } while ((c = GETC()) != ']'); in compile()
223 switch (c = GETC()) { in compile()
247 c = GETC(); in compile()
254 } while (((c = GETC()) != '\\') && (c != ',')); in compile()
261 if ((c = GETC()) == '\\') in compile()
[all …]
/titanic_50/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c42 #define GETC(a, cntr) a[cntr++] macro
279 while ((ch = GETC(buf, cntr)) == ' ' || ch == '\t'); in lex()
318 while ((ch = GETC(buf, cntr)) == ' ' || in lex()
331 while (!badquote && (ch = GETC(buf, cntr)) != '"') { in lex()
345 ch = (char)GETC(buf, cntr); in lex()
355 ch = (char)GETC(buf, cntr); in lex()
383 *cp++ = (char)(ch = GETC(buf, cntr)); in lex()
391 *cp++ = (char)(ch = GETC(buf, cntr)); in lex()
396 if ((ch = GETC(buf, cntr)) == 'x') { in lex()
398 ch = GETC(buf, cntr); in lex()
[all …]
/titanic_50/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c150 while ((ch = GETC(file_buf, ibcfg_cntr)) == ' ' || ch == '\t') in ib_lex()
188 while ((ch = GETC(file_buf, ibcfg_cntr)) == ' ' || in ib_lex()
201 while (!badquote && (ch = GETC(file_buf, ibcfg_cntr)) != '"') { in ib_lex()
215 ch = (char)GETC(file_buf, ibcfg_cntr); in ib_lex()
225 ch = (char)GETC(file_buf, ibcfg_cntr); in ib_lex()
252 *cp++ = (char)(ch = GETC(file_buf, ibcfg_cntr)); in ib_lex()
260 *cp++ = (char)(ch = GETC(file_buf, ibcfg_cntr)); in ib_lex()
265 if ((ch = GETC(file_buf, ibcfg_cntr)) == 'x') { in ib_lex()
267 ch = GETC(file_buf, ibcfg_cntr); in ib_lex()
270 ch = GETC(file_buf, ibcfg_cntr); in ib_lex()
[all …]
H A Dcfga_conf.h69 #define GETC(a, cntr) a[cntr++] macro
/titanic_50/usr/src/lib/libgen/common/
H A Dreg_compile.c45 #define GETC() ((unsigned char)*sp++) macro
289 c = GETC(); in _compile()
355 c = GETC(); in _compile()
363 } while (((c = GETC()) != '\\') && (c != ',')); in _compile()
370 if ((c = GETC()) == '\\') in _compile()
376 if (GETC() != '}') in _compile()
/titanic_50/usr/src/lib/libast/common/comp/
H A Dregexp.h90 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0) in _re_read()
105 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0) in _re_read()
116 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0) in _re_read()
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dregexp.h100 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
115 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
126 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dregexp.h100 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
115 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
126 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dregexp.h100 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
115 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
126 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dregexp.h100 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
115 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
126 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
/titanic_50/usr/src/lib/libc/port/fp/
H A Dfile_decim.c45 GETC(iop))
66 GETC(pf)); \ in file_to_decimal()
/titanic_50/usr/src/lib/libc/port/locale/
H A Dfgetwc.c54 if ((c = GETC(fp)) == EOF) in _fgetwc_unlocked_l()
84 } while ((c = GETC(fp)) != EOF); in _fgetwc_unlocked_l()
/titanic_50/usr/src/lib/libc/port/stdio/
H A Dgetchar.c65 return (GETC(iop)); in getchar_unlocked()
H A Dgetw.c60 *s++ = GETC(stream); in getw()
H A Dgetpass.c100 (c = GETC(fi)) != '\n' && c != '\r' && c != EOF) { in __getpass()
H A Ddoscan.c60 GETC(iop))
67 GETC(iop))
/titanic_50/usr/src/lib/libadm/common/
H A Dregexp.c34 #define GETC() (*sp++) macro
/titanic_50/usr/src/lib/libc/port/gen/
H A Dgetpw.c75 while ((c = GETC(pwf)) != '\n') { in getpw()
/titanic_50/usr/src/lib/libc/inc/
H A Dmtlib.h69 #define GETC(s) _getc_unlocked(s) macro
/titanic_50/usr/src/ucbcmd/sed/
H A Dsed.h48 #define GETC() (*sp++) macro
/titanic_50/usr/src/ucbcmd/expr/
H A Dexpr.y94 #define GETC() (*sp++) macro
/titanic_50/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c81 #define GETC() (*sp++) macro