Searched refs:KW_CONTINUE (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | perly.h | 100 KW_CONTINUE = 294, /* KW_CONTINUE */ enumerator
|
| D | perly.tab | 50 YYSYMBOL_KW_CONTINUE = 39, /* KW_CONTINUE */ 392 "KW_ELSIF", "KW_UNLESS", "KW_FOR", "KW_UNTIL", "KW_WHILE", "KW_CONTINUE",
|
| D | perly.y | 70 %token <ival> KW_FOR KW_UNTIL KW_WHILE KW_CONTINUE 716 | KW_CONTINUE block
|
| D | perly.act | 821 case 93: /* cont: KW_CONTINUE block */
|
| D | toke.c | 446 DEBUG_TOKEN (IVAL, KW_CONTINUE), 8056 PREBLOCK(KW_CONTINUE); in yyl_word_or_keyword()
|