Searched refs:GETC (Results 1 - 25 of 27) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Dev/
H A DNull.pm15 sub GETC {} subroutine
/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A Dgetchar.c65 return (GETC(iop));
H A Dgetw.c60 *s++ = GETC(stream);
H A Dgetpass.c100 (c = GETC(fi)) != '\n' && c != '\r' && c != EOF) {
/opensolaris-onvv-gate/usr/src/lib/libadm/common/
H A Dregexp.c34 #define GETC() (*sp++) macro
/opensolaris-onvv-gate/usr/src/lib/libast/common/comp/
H A Dregexp.h90 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
105 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
116 if ((c = GETC()) == seof || c == '\n' || c == -1 || c == 0)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/Test/Simple/
H A DCatch.pm29 sub GETC {} subroutine
/opensolaris-onvv-gate/usr/src/head/
H A Dregexp.h109 if ((c = GETC()) == eof || c == '\n') {
127 c = GETC();
174 if ((c = GETC()) == '^') {
176 c = GETC();
192 if ((c = GETC()) == ']') {
211 } while ((c = GETC()) != ']');
236 switch (c = GETC()) {
260 c = GETC();
267 } while (((c = GETC()) != '\\') && (c != ','));
274 if ((c = GETC())
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/port/fp/
H A Dfile_decim.c45 GETC(iop))
66 GETC(pf)); \
/opensolaris-onvv-gate/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)
/opensolaris-onvv-gate/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)
/opensolaris-onvv-gate/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)
/opensolaris-onvv-gate/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)
/opensolaris-onvv-gate/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');
318 while ((ch = GETC(buf, cntr)) == ' ' ||
331 while (!badquote && (ch = GETC(buf, cntr)) != '"') {
345 ch = (char)GETC(buf, cntr);
355 ch = (char)GETC(buf, cntr);
383 *cp++ = (char)(ch = GETC(buf, cntr));
391 *cp++ = (char)(ch = GETC(buf, cntr));
396 if ((ch = GETC(buf, cntr)) == 'x') {
398 ch = GETC(bu
[all...]
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.h69 #define GETC(a, cntr) a[cntr++] macro
H A Dcfga_conf.c150 while ((ch = GETC(file_buf, ibcfg_cntr)) == ' ' || ch == '\t')
188 while ((ch = GETC(file_buf, ibcfg_cntr)) == ' ' ||
201 while (!badquote && (ch = GETC(file_buf, ibcfg_cntr)) != '"') {
215 ch = (char)GETC(file_buf, ibcfg_cntr);
225 ch = (char)GETC(file_buf, ibcfg_cntr);
252 *cp++ = (char)(ch = GETC(file_buf, ibcfg_cntr));
260 *cp++ = (char)(ch = GETC(file_buf, ibcfg_cntr));
265 if ((ch = GETC(file_buf, ibcfg_cntr)) == 'x') {
267 ch = GETC(file_buf, ibcfg_cntr);
270 ch = GETC(file_bu
[all...]
/opensolaris-onvv-gate/usr/src/lib/libgen/common/
H A Dreg_compile.c45 #define GETC() ((unsigned char)*sp++) macro
289 c = GETC();
355 c = GETC();
363 } while (((c = GETC()) != '\\') && (c != ','));
370 if ((c = GETC()) == '\\')
376 if (GETC() != '}')
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHandle.pm30 C<TIEHANDLE>, C<PRINT>, C<PRINTF> and C<GETC>.
65 =item GETC this
169 sub GETC { subroutine
178 croak ref($self)," doesn't define a GETC method";
225 sub GETC { getc($_[0]) } subroutine
/opensolaris-onvv-gate/usr/src/lib/libc/inc/
H A Dmtlib.h69 #define GETC(s) _getc_unlocked(s) macro
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Dgetpw.c75 while ((c = GETC(pwf)) != '\n') {
/opensolaris-onvv-gate/usr/src/ucbcmd/sed/
H A Dsed.h48 #define GETC() (*sp++) macro
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DComplete.t92 sub GETC { subroutine
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtiehandle.t51 sub GETC { subroutine
52 ::compare(GETC => @_);
104 @expect = (GETC => $ob);
/opensolaris-onvv-gate/usr/src/ucbcmd/expr/
H A Dexpr.y94 #define GETC() (*sp++)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Dfresh_perl.t223 sub GETC {
225 print STDOUT "Don't GETC, Get Perl\n";
238 getc(FOO) eq "a" or die "foo->GETC failed";
245 Don't GETC, Get Perl

Completed in 303 milliseconds

12