Home
last modified time | relevance | path

Searched refs:KW_FOR (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dperly.y70 %token <ival> KW_FOR KW_UNTIL KW_WHILE KW_CONTINUE
517 parser->copline = (line_t)$KW_FOR;
522 parser->copline = (line_t)$KW_FOR;
531 parser->copline = (line_t)$KW_FOR;
537 parser->copline = (line_t)$KW_FOR;
539 | KW_FOR my_refgen remember my_var
552 parser->copline = (line_t)$KW_FOR;
560 parser->copline = (line_t)$KW_FOR;
566 parser->copline = (line_t)$KW_FOR;
689 | expr[body] KW_FOR condition
[all …]
H A Dperly.h97 KW_FOR = 291, /* KW_FOR */ enumerator
H A Dperly.tab47 YYSYMBOL_KW_FOR = 36, /* KW_FOR */
392 "KW_ELSIF", "KW_UNLESS", "KW_FOR", "KW_UNTIL", "KW_WHILE", "KW_CONTINUE",
H A Dperly.act504 …case 57: /* barestmt: KW_FOR PERLY_PAREN_OPEN remember mnexpr PERLY_SEMICOLON $@14 texpr PERLY_SEM…
523 …case 58: /* barestmt: KW_FOR KW_MY remember my_scalar PERLY_PAREN_OPEN mexpr PERLY_PAREN_CLOSE mbl…
532 …case 59: /* barestmt: KW_FOR KW_MY remember PERLY_PAREN_OPEN my_list_of_scalars PERLY_PAREN_CLOSE …
545 …case 60: /* barestmt: KW_FOR scalar PERLY_PAREN_OPEN remember mexpr PERLY_PAREN_CLOSE mblock cont …
561 …case 62: /* barestmt: KW_FOR my_refgen remember my_var @16 PERLY_PAREN_OPEN mexpr PERLY_PAREN_CLOS…
578 …case 63: /* barestmt: KW_FOR REFGEN refgen_topic PERLY_PAREN_OPEN remember mexpr PERLY_PAREN_CLOSE…
590 case 64: /* barestmt: KW_FOR PERLY_PAREN_OPEN remember mexpr PERLY_PAREN_CLOSE mblock cont */
788 case 87: /* sideff: expr KW_FOR condition */
H A Dtoke.c453 DEBUG_TOKEN (IVAL, KW_FOR),
7200 OPERATOR(KW_FOR); in yyl_foreach()