Home
last modified time | relevance | path

Searched refs:PL_expect (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dtoke.c68 #define PL_expect (PL_parser->expect) macro
232 #define OPERATOR(retval) return (PL_expect = XTERM, PL_bufptr = s, REPORT(retval))
233 #define AOPERATOR(retval) return ao((PL_expect = XTERM, PL_bufptr = s, retval))
234 #define PREBLOCK(retval) return (PL_expect = XBLOCK,PL_bufptr = s, REPORT(retval))
235 #define PRETERMBLOCK(retval) return (PL_expect = XTERMBLOCK,PL_bufptr = s, REPORT(retval))
236 #define PREREF(retval) return (PL_expect = XREF,PL_bufptr = s, REPORT(retval))
237 #define TERM(retval) return (CLINE, PL_expect = XOPERATOR, PL_bufptr = s, REPORT(retval))
238 #define PHASERBLOCK(f) return (pl_yylval.ival=f, PL_expect = XBLOCK, PL_bufptr = s, REPORT((int)PHA…
242 PL_expect = PL_nexttoke ? XOPERATOR : XTERM, \
244 #define FTST(f) return (pl_yylval.ival=f, PL_expect=XTERMORDORDOR, PL_bufptr=s, REPORT((int)UNIOP))
[all …]
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
Dvariables35 PL_expect
116 # define PL_expect expect
171 /* PL_expect, PL_copline, PL_rsfp, PL_rsfp_filters, PL_linestr, PL_bufptr, PL_bufend, PL_lex_state,…
172 /* Warning: PL_expect, PL_copline, PL_rsfp, PL_rsfp_filters, PL_linestr, PL_bufptr, PL_bufend, PL_l…
186 # define PL_expect D_PPP_my_PL_parser_var(expect)
413 ppp_PARSERVAR(ppp_expect_t, PL_expect);
Dppphtest285 ok($o =~ /^Uses PL_expect/m);
287 ok($o =~ /WARNING: PL_expect/m);
296 ok($o =~ /^Uses PL_expect/m);
298 ok($o =~ /WARNING: PL_expect/m);
307 ok($o !~ /^Uses PL_expect/m);
309 ok($o =~ /WARNING: PL_expect/m);
354 PL_expect = 0;
Dcall175 const int oexpect = PL_expect;
182 PL_expect = oexpect;
Dppphbin168 # / * Warning: PL_expect, PL_copline, PL_rsfp
174 # 'PL_expect',
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dppport.fnc59 AmnT|void|PL_expect
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/
DHACKERS303 /* Hint: PL_expect, PL_copline, PL_rsfp
305 something about any one of PL_expect, PL_copline, or PL_rsfp
315 /* Warning: PL_expect, PL_copline, PL_rsfp
317 something about any one of PL_expect, PL_copline, or PL_rsfp
DChanges500 PL_expect
641 PL_expect, PL_copline, PL_rsfp, PL_rsfp_filters
651 PL_expect
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007543 PL_expect # T
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
Dppport.h12135 # define PL_expect expect macro
12212 # define PL_expect D_PPP_my_PL_parser_var(expect) macro
15561 const int oexpect = PL_expect; in DPPP_()
15568 PL_expect = oexpect; in DPPP_()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlinterp.pod654 4 if (PL_expect == XOPERATOR) {