Searched refs:PL_expect (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | toke.c | 68 #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/ |
| D | variables | 35 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);
|
| D | ppphtest | 285 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;
|
| D | call | 175 const int oexpect = PL_expect; 182 PL_expect = oexpect;
|
| D | ppphbin | 168 # / * Warning: PL_expect, PL_copline, PL_rsfp 174 # 'PL_expect',
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | ppport.fnc | 59 AmnT|void|PL_expect
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| D | HACKERS | 303 /* 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
|
| D | Changes | 500 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/ |
| D | 5003007 | 543 PL_expect # T
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ppport.h | 12135 # 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/ |
| D | perlinterp.pod | 654 4 if (PL_expect == XOPERATOR) {
|