Searched refs:PAREN (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/tool/
H A Dmdoc2man.rb48 PAREN = 3
99 when PAREN
336 quote << PAREN
440 when PAREN
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dm10200-opc.c130 #define PAREN (SIMM16N+1)
134 #define DN01 (PAREN+1)
142 #define MEM(ADDR) PAREN, ADDR, PAREN
143 #define MEM2(ADDR1,ADDR2) PAREN, ADDR1, ADDR2, PAREN
333 { "jmp", 0xf000, 0xfff3, FMT_4, {PAREN,AN1,PAREN}},
336 { "jsr", 0xf001, 0xfff3, FMT_4, {PAREN,AN1,PAREN}},
129 #define PAREN macro
[all...]
H A Dm10300-opc.c185 #define PAREN (SIMM16+1)
189 #define DN01 (PAREN+1)
424 #define MEM(ADDR) PAREN, ADDR, PAREN
425 #define MEMINC(ADDR) PAREN, ADDR, PLUS, PAREN
426 #define MEMINC2(ADDR,INC) PAREN, ADDR, PLUS, INC, PAREN
427 #define MEM2(ADDR1,ADDR2) PAREN, ADDR1, ADDR2, PAREN
184 #define PAREN macro
[all...]
/macosx-10.10.1/shell_cmds-179/test/
H A Dtest.c93 PAREN enumerator in enum:token_types
137 {"(", LPAREN, PAREN},
138 {")", RPAREN, PAREN},
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/
H A DMakefile15 PAREN := ( macro
16 CTESTS := $(shell grep -l 'main[ \t]*$(PAREN)' $(ALL_CFILES) /dev/null)
17 CXXTESTS := $(shell grep -l 'main[ \t]*$(PAREN)' $(ALL_CXXFILES) /dev/null)
18 MTESTS := $(shell grep -l 'main[ \t]*$(PAREN)' $(ALL_MFILES) /dev/null)
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm23553 use constant PAREN => 2; constant
24077 increase_nesting_depth( PAREN, $$rtoken_map[$i_tok] );
24126 decrease_nesting_depth( PAREN, $$rtoken_map[$i_tok] );
24169 if ( $brace_depth == $depth_array[PAREN][BRACE][$paren_depth]
24171 $depth_array[PAREN][SQUARE_BRACKET][$paren_depth] )
[all...]

Completed in 159 milliseconds