Home
last modified time | relevance | path

Searched refs:DOTDOT (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-exp.y198 %left '=' NOTEQUAL '<' '>' LEQ GEQ IN DOTDOT
270 simple_exp '(' exp DOTDOT exp ')'
378 exp : exp IN exp DOTDOT exp
390 | exp NOT IN exp DOTDOT exp
H A Dada-exp.c74 DOTDOT = 276, enumerator
120 #define DOTDOT 276 macro
/openbsd/gnu/usr.bin/perl/
H A Dperly.h132 DOTDOT = 326, /* DOTDOT */ enumerator
H A Dperly.tab82 YYSYMBOL_DOTDOT = 71, /* DOTDOT */
398 "PLUGEXPR", "PLUGSTMT", "LABEL", "LOOPEX", "DOTDOT", "YADAYADA", "FUNC0",
H A Dperly.y88 %token <ival> LOOPEX DOTDOT YADAYADA
134 %nonassoc DOTDOT
1246 | term[lhs] DOTDOT term[rhs] /* $x..$y, $x...$y */
1247 { $$ = newRANGE($DOTDOT, scalar($lhs), scalar($rhs)); }
H A Dperly.act1540 case 196: /* termbinop: term DOTDOT term */
H A Dtoke.c435 DEBUG_TOKEN (IVAL, DOTDOT),
9542 OPERATOR(DOTDOT); in yyl_try()