Home
last modified time | relevance | path

Searched refs:do_flag (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/jclassinfo/jclassinfo-0.19.1/jclassinfo/
H A Dmain.c52 int do_flag; in main() local
108 do_flag = 0; in main()
181 do_flag |= METHODS; in main()
183 if(do_flag & XML_MODE) in main()
196 …if (!( (do_flag & PACKAGES) || (do_flag & METHOD_REF) || (do_flag & PACKAGES) || (do_flag & CLASSE… in main()
200 if(do_flag & XML_MODE) in main()
253 if(do_flag & RECURSIVE) in main()
292 if(do_flag & PACKAGES) in main()
294 if(do_flag & XML_MODE) in main()
310 if(do_flag & CLASSES) in main()
[all …]
H A Dclass.c46 if(do_flag & GENERAL_INFO) in print_class()
50 if(do_flag & SECTION_TITLES) in print_class()
91 if(do_flag & CONSTANT_POOL) in print_class()
101 if(do_flag & FIELDS) in print_class()
117 if(do_flag & METHODS) in print_class()
134 if(do_flag & ATTRIBUTES) in print_class()
170 if(do_flag & GENERAL_INFO) in print_class_xml()
198 if (do_flag & GENERAL_INFO) in print_class_xml()
215 if(do_flag & FIELDS) in print_class_xml()
224 if(do_flag & METHODS) in print_class_xml()
[all …]
H A Dfield.c69 if (!(do_flag & DISASM)) in field_print()
112 int_type, do_flag, cpool); in field_print()
116 int_type, do_flag, cpool); in field_print()
118 if (deprecated_index >=0 && (do_flag & ATTRIBUTES)) in field_print()
120 int_type, do_flag, cpool); in field_print()
122 if (synthetic_index >=0 && (do_flag & ATTRIBUTES)) in field_print()
124 int_type, do_flag, cpool); in field_print()
128 if((do_flag & ATTRIBUTES) && in field_print()
137 int_type, do_flag, cpool); in field_print()
222 if((do_flag & ATTRIBUTES) && in field_print_xml()
[all …]
H A Dattributes_xml.c33 IntType int_type, int do_flag, ConstantPool* constant_pool) in attribute_container_print_xml() argument
91 if(do_flag & (DISASM|VERBOSE|METHOD_DEBUG_INFO)) in attribute_container_print_xml()
97 code_attribute_print_xml(code, do_flag, constant_pool); in attribute_container_print_xml()
214 void code_attribute_print_xml(CodeAttribute* code, int do_flag, in code_attribute_print_xml() argument
234 if(do_flag & VERBOSE) in code_attribute_print_xml()
243 if(do_flag & DISASM) in code_attribute_print_xml()
396 if((code->exception_table != NULL) && (do_flag & VERBOSE)) in code_attribute_print_xml()
419 if(code->attributes_count && (do_flag & METHOD_DEBUG_INFO)) in code_attribute_print_xml()
H A Dattributes.c33 IntType int_type, int do_flag, const ConstantPool* constant_pool) in attribute_container_print() argument
84 if(do_flag & (DISASM |METHOD_DEBUG_INFO|VERBOSE)) in attribute_container_print()
88 code_attribute_print(code, do_flag, constant_pool); in attribute_container_print()
211 void code_attribute_print(const CodeAttribute* code, int do_flag, in code_attribute_print() argument
230 if(do_flag & VERBOSE) in code_attribute_print()
239 if(do_flag & DISASM) in code_attribute_print()
381 if((code->exception_table != NULL) && (do_flag & VERBOSE)) in code_attribute_print()
404 if(code->attributes_count && (do_flag & METHOD_DEBUG_INFO)) in code_attribute_print()
H A Dfield.h28 void field_print(Field* field, ConstantPool* cpool, int do_flag);
29 void field_print_xml(Field* field, ConstantPool* cpool, int do_flag, int is_method);
H A Dattributes.h29 IntType int_type, int do_flag, const ConstantPool* cpool);
44 int do_flag, const ConstantPool* cpool);
H A Dattributes_xml.h30 int do_flag,
46 int do_flag, ConstantPool* cpool);
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/plugin_loader/override/filter_plugins/
H A Dcore.py6 def do_flag(myval): function
16 'flag': do_flag,
17 'flatten': do_flag,
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/plugin_loader/override/filter_plugins/
H A Dcore.py6 def do_flag(myval): function
16 'flag': do_flag,
17 'flatten': do_flag,
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/plugin_loader/override/filter_plugins/
H A Dcore.py6 def do_flag(myval): function
16 'flag': do_flag,
17 'flatten': do_flag,
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/src/common/
H A Dmessage.c490 char do_flag = HI_KLUDGE; in pkt_get_body_parse() local
499 if (do_flag == HI_KLUDGE) { in pkt_get_body_parse()
525 do_flag = PARSE_BLANK; in pkt_get_body_parse()
532 if (do_flag == PARSE_BLANK) { in pkt_get_body_parse()
535 do_flag = SEARCH_RFC; in pkt_get_body_parse()
546 if (do_flag == SEARCH_RFC) { in pkt_get_body_parse()
565 do_flag = PARSE_BODY_ECHOMAIL; in pkt_get_body_parse()
567 do_flag = PARSE_BODY_NETMAIL; in pkt_get_body_parse()
571 if (do_flag == PARSE_BODY_NETMAIL) { in pkt_get_body_parse()
630 } else if (do_flag == PARSE_BODY_ECHOMAIL) { in pkt_get_body_parse()
/dports/astro/swe/swisseph-2.10.1/
H A Dswevents.c200 int do_flag = 0; variable
365 do_flag = DO_ALL; in main()
367 do_flag &= ~DO_INGR; in main()
369 do_flag |= DO_CONJ; in main()
373 do_flag |= DO_RISE; in main()
379 do_flag |= DO_APS; in main()
383 do_flag |= DO_NODE; in main()
385 do_flag |= DO_INGR; in main()
391 do_flag |= DO_VOC; in main()
453 do_flag = DO_INGR; in main()
[all …]
/dports/german/BBBike/BBBike-3.18/
H A DBBBikeVia.pm37 -variable => \$do_flag{'start'},
43 -variable => \$do_flag{'via'},
47 -variable => \$do_flag{'ziel'},
114 if ($do_flag{'via'}) {
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/lib_src/common/
H A Derl_printf_format.c484 do_flag: in erts_printf_format()
486 case '#': fmt |= FMTF_alt; ptr++; goto do_flag; in erts_printf_format()
487 case '0': fmt |= FMTF_pad; ptr++; goto do_flag; in erts_printf_format()
488 case '-': fmt |= FMTF_adj; ptr++; goto do_flag; in erts_printf_format()
489 case ' ': fmt |= FMTF_blk; ptr++; goto do_flag; in erts_printf_format()
490 case '+': fmt |= FMTF_sgn; ptr++; goto do_flag; in erts_printf_format()
491 case '\'': fmt |= FMTF_cnv; ptr++; goto do_flag; in erts_printf_format()
492 case 'I': fmt |= FMTF_cnV; ptr++; goto do_flag; in erts_printf_format()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/common/
H A Derl_printf_format.c479 do_flag: in erts_printf_format()
481 case '#': fmt |= FMTF_alt; ptr++; goto do_flag; in erts_printf_format()
482 case '0': fmt |= FMTF_pad; ptr++; goto do_flag; in erts_printf_format()
483 case '-': fmt |= FMTF_adj; ptr++; goto do_flag; in erts_printf_format()
484 case ' ': fmt |= FMTF_blk; ptr++; goto do_flag; in erts_printf_format()
485 case '+': fmt |= FMTF_sgn; ptr++; goto do_flag; in erts_printf_format()
486 case '\'': fmt |= FMTF_cnv; ptr++; goto do_flag; in erts_printf_format()
487 case 'I': fmt |= FMTF_cnV; ptr++; goto do_flag; in erts_printf_format()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/lib_src/common/
H A Derl_printf_format.c484 do_flag: in erts_printf_format()
486 case '#': fmt |= FMTF_alt; ptr++; goto do_flag; in erts_printf_format()
487 case '0': fmt |= FMTF_pad; ptr++; goto do_flag; in erts_printf_format()
488 case '-': fmt |= FMTF_adj; ptr++; goto do_flag; in erts_printf_format()
489 case ' ': fmt |= FMTF_blk; ptr++; goto do_flag; in erts_printf_format()
490 case '+': fmt |= FMTF_sgn; ptr++; goto do_flag; in erts_printf_format()
491 case '\'': fmt |= FMTF_cnv; ptr++; goto do_flag; in erts_printf_format()
492 case 'I': fmt |= FMTF_cnV; ptr++; goto do_flag; in erts_printf_format()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/common/
H A Derl_printf_format.c467 do_flag: in erts_printf_format()
469 case '#': fmt |= FMTF_alt; ptr++; goto do_flag; in erts_printf_format()
470 case '0': fmt |= FMTF_pad; ptr++; goto do_flag; in erts_printf_format()
471 case '-': fmt |= FMTF_adj; ptr++; goto do_flag; in erts_printf_format()
472 case ' ': fmt |= FMTF_blk; ptr++; goto do_flag; in erts_printf_format()
473 case '+': fmt |= FMTF_sgn; ptr++; goto do_flag; in erts_printf_format()
474 case '\'': fmt |= FMTF_cnv; ptr++; goto do_flag; in erts_printf_format()
475 case 'I': fmt |= FMTF_cnV; ptr++; goto do_flag; in erts_printf_format()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/common/
H A Derl_printf_format.c467 do_flag: in erts_printf_format()
469 case '#': fmt |= FMTF_alt; ptr++; goto do_flag; in erts_printf_format()
470 case '0': fmt |= FMTF_pad; ptr++; goto do_flag; in erts_printf_format()
471 case '-': fmt |= FMTF_adj; ptr++; goto do_flag; in erts_printf_format()
472 case ' ': fmt |= FMTF_blk; ptr++; goto do_flag; in erts_printf_format()
473 case '+': fmt |= FMTF_sgn; ptr++; goto do_flag; in erts_printf_format()
474 case '\'': fmt |= FMTF_cnv; ptr++; goto do_flag; in erts_printf_format()
475 case 'I': fmt |= FMTF_cnV; ptr++; goto do_flag; in erts_printf_format()
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/common/
H A Derl_printf_format.c467 do_flag: in erts_printf_format()
469 case '#': fmt |= FMTF_alt; ptr++; goto do_flag; in erts_printf_format()
470 case '0': fmt |= FMTF_pad; ptr++; goto do_flag; in erts_printf_format()
471 case '-': fmt |= FMTF_adj; ptr++; goto do_flag; in erts_printf_format()
472 case ' ': fmt |= FMTF_blk; ptr++; goto do_flag; in erts_printf_format()
473 case '+': fmt |= FMTF_sgn; ptr++; goto do_flag; in erts_printf_format()
474 case '\'': fmt |= FMTF_cnv; ptr++; goto do_flag; in erts_printf_format()
475 case 'I': fmt |= FMTF_cnV; ptr++; goto do_flag; in erts_printf_format()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/common/
H A Derl_printf_format.c467 do_flag: in erts_printf_format()
469 case '#': fmt |= FMTF_alt; ptr++; goto do_flag; in erts_printf_format()
470 case '0': fmt |= FMTF_pad; ptr++; goto do_flag; in erts_printf_format()
471 case '-': fmt |= FMTF_adj; ptr++; goto do_flag; in erts_printf_format()
472 case ' ': fmt |= FMTF_blk; ptr++; goto do_flag; in erts_printf_format()
473 case '+': fmt |= FMTF_sgn; ptr++; goto do_flag; in erts_printf_format()
474 case '\'': fmt |= FMTF_cnv; ptr++; goto do_flag; in erts_printf_format()
475 case 'I': fmt |= FMTF_cnV; ptr++; goto do_flag; in erts_printf_format()
/dports/dns/knot3/knot-3.1.5/src/knot/query/
H A Dquery.h27 bool do_flag; member
H A Dquery.c77 if (edns->do_flag) { in query_put_edns()
/dports/dns/knot3-lib/knot-3.1.5/src/knot/query/
H A Dquery.h27 bool do_flag; member
H A Dquery.c77 if (edns->do_flag) { in query_put_edns()

12