Searched refs:IVAR (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/tests/
H A Dcond.tests87 unset IVAR A
88 [[ 7 -gt $IVAR ]]
91 [[ $IVAR -gt 7 ]]
94 IVAR=4
95 [[ $IVAR -gt 7 ]]
104 IVAR=4+3
105 [[ $IVAR -eq 7 ]]
109 [[ $IVAR -eq A ]]
112 unset IVAR A
/macosx-10.10.1/awk-20/src/
H A Dytab.h117 IVAR = 333, enumerator in enum:yytokentype
214 #define IVAR 333 macro
H A Dytabh.bak106 IVAR = 332,
201 #define IVAR 332
H A Dawkgram.y62 %token <cp> VAR IVAR VARNF CALL NUMBER STRING
85 %left REGEXPR VAR VARNF IVAR WHILE '('
423 | IVAR { $$ = op1(INDIRECT, celltonode($1, CVAR)); }
H A Dlex.c316 RET(IVAR);
H A Dytab.c144 IVAR = 333, enumerator in enum:yytokentype
241 #define IVAR 333 macro
737 "PREDECR", "VAR", "IVAR", "VARNF", "CALL", "NUMBER", "STRING", "REGEXPR",
H A Dytabc.bak130 IVAR = 332,
225 #define IVAR 332
600 "CONDEXPR", "POSTINCR", "PREINCR", "POSTDECR", "PREDECR", "VAR", "IVAR",
/macosx-10.10.1/ruby-106/ruby/test/ripper/
H A Dtest_scanner_events.rb303 assert_equal ['@IVAR'],
304 scan('ivar', '@IVAR')

Completed in 196 milliseconds