Searched refs:LABEL (Results 1 - 25 of 62) sorted by relevance

123

/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DLogger.h37 #define require_noerr_with_log( LOG, MESSAGE, ERR, LABEL ) \
46 goto LABEL; \
51 #define require_action_with_log( LOG, X, LABEL, ACTION ) \
59 goto LABEL; \
/macosx-10.10.1/xnu-2782.1.97/libsyscall/custom/
H A D__gettimeofday.s37 LABEL(___gettimeofday)
50 LABEL(___gettimeofday)
H A Dcustom.s40 LABEL(tramp_cerror)
50 LABEL(tramp_cerror_nocancel)
60 LABEL(__sysenter_trap)
/macosx-10.10.1/ruby-106/ruby/
H A Dvm_exec.h57 #define LABEL(x) insn_func_##x
59 #define LABEL_PTR(x) &LABEL(x)
63 FUNC_FASTCALL(LABEL(insn))(rb_thread_t *th, rb_control_frame_t *reg_cfp) {
73 #define LABEL(x) INSN_LABEL_##x
75 #define LABEL_PTR(x) &&LABEL(x)
83 LABEL(insn): \
H A Dcompile.c49 } LABEL; typedef in typeref:struct:iseq_label_data
62 LABEL *label;
67 LABEL *begin;
68 LABEL *end;
332 static LABEL *new_label_body(rb_iseq_t *iseq, long line);
333 static ADJUST *new_adjust_body(rb_iseq_t *iseq, LABEL *label, int line);
439 LABEL *lobj = (LABEL *)label;
480 LABEL *start = iseq->compile_data->start_label = NEW_LABEL(0);
481 LABEL *en
[all...]
/macosx-10.10.1/file_cmds-242/mtree/
H A Dcompare.c74 #define LABEL \ macro
119 typeerr: LABEL;
128 LABEL;
142 LABEL;
158 LABEL;
173 LABEL;
180 LABEL;
192 LABEL;
212 LABEL;
218 LABEL;
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dto_ansi.rb34 when :NOTE, :LABEL then
58 when :NOTE, :LABEL then
71 when :NOTE, :LABEL then
H A Dto_markdown.rb59 when :NOTE, :LABEL then
78 when :NOTE, :LABEL then
101 when :BULLET, :LABEL, :NOTE then
H A Dto_html.rb17 :LABEL => ['<dl class="rdoc-list label-list">', '</dl>'],
335 when :LABEL, :NOTE then
351 when :LABEL, :NOTE then
H A Dto_tt_only.rb52 when :NOTE, :LABEL then
H A Dto_rdoc.rb122 when :NOTE, :LABEL then
146 when :NOTE, :LABEL then
172 when :LABEL, :NOTE then
H A Dparser.rb26 :LABEL,
132 when :NOTE, :LABEL then
136 # description not on the same line as LABEL/NOTE
200 return nil unless [:LABEL, :NOTE].include? list.type
297 when :LABEL then "[#{data}]"
459 # note: after BULLET, LABEL, etc.,
508 # [text] followed by spaces or end of line => :LABEL
510 [:LABEL, @s[1], *token_pos(pos)]
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.h734 #define require( X, LABEL ) \
740 goto LABEL; \
761 #define require_string( X, LABEL, STR ) \
767 goto LABEL; \
787 #define require_quiet( X, LABEL ) \
792 goto LABEL; \
813 #define require_noerr( ERR, LABEL ) \
822 goto LABEL; \
844 #define require_noerr_string( ERR, LABEL, STR ) \
853 goto LABEL; \
[all...]
/macosx-10.10.1/swig-12/Lib/perl5/
H A Dnoembed.h34 #ifdef LABEL
35 #undef LABEL macro
/macosx-10.10.1/gnutar-453/gnutar/scripts/
H A Drestore.in142 LABEL="`print_level $level` backup of ${fs} on ${remotehost} at ${DATE}"
146 "--label=\"$LABEL\"" \
174 LABEL="`print_level $level` backup of miscellaneous files at ${DATE}"
178 "--label=\"$LABEL\"" \
192 # 3.1.2. Invoke [rsh] tar --listed=FILE --label=LABEL [opts] -xf $TAPE_FILE
/macosx-10.10.1/text_cmds-88/sed/
H A Ddefs.h116 LABEL, /* : */ enumerator in enum:e_args
/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dpic_tab.h1 #define LABEL 257 macro
H A Dpic.y84 %token <str> LABEL
227 %left LABEL
438 | LABEL
587 | LABEL ':' optional_separator element
593 | LABEL ':' optional_separator position_not_place
601 | LABEL ':' optional_separator place
1242 LABEL
1254 | label '.' LABEL
1334 '.' LABEL
1336 | label_path '.' LABEL
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dregress.sh410 then LABEL=$TEST#$COUNT
412 LABEL=$TEST:$ITEM
443 then print -nu2 "$LABEL"
458 then print -nu2 "$LABEL"
463 then print -nu2 "$LABEL"
470 then print -nu2 "$LABEL"
476 then print -nu2 "$LABEL"
486 then print -nu2 "$LABEL"
494 then print -nu2 "$LABEL"
502 then print -nu2 "$LABEL"
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Drolodex46 RolodexFrame::LABEL[i],
79 LABEL = ["","Name:","Address:","","","Home Phone:","Work Phone:","Fax:"]
94 "text"=>LABEL[i],
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Drolodex46 RolodexFrame::LABEL[i],
79 LABEL = ["","Name:","Address:","","","Home Phone:","Work Phone:","Fax:"]
94 "text"=>LABEL[i],
H A Drolodex-j49 RolodexFrame::LABEL[i],
82 LABEL = ["","������:","������","","","������(������):","������(������):","Fax:"]
96 "text"=>LABEL[i],
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_parser.rb340 list(:LABEL,
357 list(:LABEL,
376 list(:LABEL,
391 list(:LABEL,
409 list(:LABEL,
498 list(:LABEL,
1194 [:LABEL, 'cat', 0, 0],
1197 [:LABEL, 'dog', 0, 1],
1212 [:LABEL, 'label', 0, 0],
1228 [:LABEL, 'ca
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtli.vim18 syn keyword tliObject LABEL IMAGE RECT TRES PASSWORD POPEDIT POPIMAGE CHECKLIST
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dcompiler_peg_mecpu.tcl869 [$g node get $current LABEL]]
889 if {[$g node keyexists $current LABEL]} {
890 set label [$g node get $current LABEL]
1312 $g node set $n LABEL $go
1331 $g node set $dn LABEL $go
1361 $g node set $nok LABEL $go
1386 $g node set $nfl LABEL $go
1397 $g node set $nok LABEL $go
1419 $g node set $gdef LABEL \

Completed in 333 milliseconds

123