Home
last modified time | relevance | path

Searched refs:KW_FOR (Results 1 – 4 of 4) 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.h92 KW_FOR = 291, enumerator
H A Dperly.tab127 "KW_UNLESS", "KW_FOR", "KW_UNTIL", "KW_WHILE", "KW_CONTINUE", "KW_GIVEN",
H A Dtoke.c453 DEBUG_TOKEN (IVAL, KW_FOR),
7043 OPERATOR(KW_FOR); in yyl_foreach()