Home
last modified time | relevance | path

Searched refs:flag_i (Results 1 – 25 of 43) sorted by relevance

12

/dports/databases/grass7/grass-7.8.6/display/d.rast/
H A Dmain.c47 struct Flag *flag_i; in main() local
84 flag_i = G_define_flag(); in main()
85 flag_i->key = 'i'; in main()
86 flag_i->description = _("Invert value list"); in main()
87 flag_i->guisection = _("Selection"); in main()
94 invert = flag_i->answer; in main()
/dports/math/ambit/ambit-0.5.1/cmake/
H A Dpsi4OptionsTools.cmake60 foreach(flag_i IN LISTS flags_to_try ITEMS -brillig)
61 if(${flag_i} STREQUAL "-brillig")
67 CHECK_C_COMPILER_FLAG("${flag_i}" test_option)
70 CHECK_CXX_COMPILER_FLAG("${flag_i}" test_option)
73 CHECK_Fortran_COMPILER_FLAG("${flag_i}" test_option)
76 set(msg_base "Performing Test ${description_to_print} [${flag_i}] -")
78 set(${description_to_print} "${${description_to_print}} ${flag_i}")
/dports/science/libefp/libefp-1.5.0/cmake/
H A Dpsi4OptionsTools.cmake60 foreach(flag_i IN LISTS flags_to_try ITEMS -brillig)
61 if(${flag_i} STREQUAL "-brillig")
67 CHECK_C_COMPILER_FLAG("${flag_i}" test_option)
70 CHECK_CXX_COMPILER_FLAG("${flag_i}" test_option)
73 CHECK_Fortran_COMPILER_FLAG("${flag_i}" test_option)
76 set(msg_base "Performing Test ${description_to_print} [${flag_i}] -")
78 set(${description_to_print} "${${description_to_print}} ${flag_i}")
/dports/science/libxc/libxc-5.0.0/cmake/
H A Dpsi4OptionsTools.cmake60 foreach(flag_i IN LISTS flags_to_try ITEMS -brillig)
61 if(${flag_i} STREQUAL "-brillig")
67 CHECK_C_COMPILER_FLAG("${flag_i}" test_option)
70 CHECK_CXX_COMPILER_FLAG("${flag_i}" test_option)
73 CHECK_Fortran_COMPILER_FLAG("${flag_i}" test_option)
76 set(msg_base "Performing Test ${description_to_print} [${flag_i}] -")
78 set(${description_to_print} "${${description_to_print}} ${flag_i}")
/dports/science/gdma/gdma-2.2.6/cmake/
H A Dpsi4OptionsTools.cmake60 foreach(flag_i IN LISTS flags_to_try ITEMS -brillig)
61 if(${flag_i} STREQUAL "-brillig")
67 CHECK_C_COMPILER_FLAG("${flag_i}" test_option)
70 CHECK_CXX_COMPILER_FLAG("${flag_i}" test_option)
73 CHECK_Fortran_COMPILER_FLAG("${flag_i}" test_option)
76 set(msg_base "Performing Test ${description_to_print} [${flag_i}] -")
78 set(${description_to_print} "${${description_to_print}} ${flag_i}")
/dports/science/dkh/dkh-1.2/cmake/
H A Dpsi4OptionsTools.cmake60 foreach(flag_i IN LISTS flags_to_try ITEMS -brillig)
61 if(${flag_i} STREQUAL "-brillig")
67 CHECK_C_COMPILER_FLAG("${flag_i}" test_option)
70 CHECK_CXX_COMPILER_FLAG("${flag_i}" test_option)
73 CHECK_Fortran_COMPILER_FLAG("${flag_i}" test_option)
76 set(msg_base "Performing Test ${description_to_print} [${flag_i}] -")
78 set(${description_to_print} "${${description_to_print}} ${flag_i}")
/dports/science/erd/erd-3.0.6/cmake/
H A Dpsi4OptionsTools.cmake60 foreach(flag_i IN LISTS flags_to_try ITEMS -brillig)
61 if(${flag_i} STREQUAL "-brillig")
67 CHECK_C_COMPILER_FLAG("${flag_i}" test_option)
70 CHECK_CXX_COMPILER_FLAG("${flag_i}" test_option)
73 CHECK_Fortran_COMPILER_FLAG("${flag_i}" test_option)
76 set(msg_base "Performing Test ${description_to_print} [${flag_i}] -")
78 set(${description_to_print} "${${description_to_print}} ${flag_i}")
/dports/science/libint/libint-release-1-2-1-15-gb349524/cmake/
H A Dpsi4OptionsTools.cmake60 foreach(flag_i IN LISTS flags_to_try ITEMS -brillig)
61 if(${flag_i} STREQUAL "-brillig")
67 CHECK_C_COMPILER_FLAG("${flag_i}" test_option)
70 CHECK_CXX_COMPILER_FLAG("${flag_i}" test_option)
73 CHECK_Fortran_COMPILER_FLAG("${flag_i}" test_option)
76 set(msg_base "Performing Test ${description_to_print} [${flag_i}] -")
78 set(${description_to_print} "${${description_to_print}} ${flag_i}")
/dports/net/libnet/libnet-1.1.6/sample/
H A Dbgp4_update.c123 char flag_i = 0; in main() local
213 set_ptr_and_size(info, info_l, 0x43, flag_i); in main()
311 if (flag_i) free(info); in main()
318 if (flag_i) free(info); in main()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_bi_regexp.c45 duk_bool_t flag_g, flag_i, flag_m; in duk_bi_regexp_constructor() local
48 flag_i = duk_get_prop_stridx_boolean(ctx, 0, DUK_STRIDX_IGNORE_CASE, NULL); in duk_bi_regexp_constructor()
53 (const char *) (flag_i ? "i" : ""), in duk_bi_regexp_constructor()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_bi_regexp.c45 duk_bool_t flag_g, flag_i, flag_m; in duk_bi_regexp_constructor() local
48 flag_i = duk_get_prop_stridx_boolean(ctx, 0, DUK_STRIDX_IGNORE_CASE, NULL); in duk_bi_regexp_constructor()
53 (const char *) (flag_i ? "i" : ""), in duk_bi_regexp_constructor()
/dports/math/gau2grid/gau2grid-2.0.7/cmake/
H A Dpsi4OptionsTools.cmake92 foreach(flag_i IN LISTS flags_to_try ITEMS -brillig)
93 if(${flag_i} STREQUAL "-brillig")
99 CHECK_C_COMPILER_FLAG("${flag_i}" test_option)
102 CHECK_CXX_COMPILER_FLAG("${flag_i}" test_option)
105 CHECK_Fortran_COMPILER_FLAG("${flag_i}" test_option)
108 set(msg_base "Performing Test ${description_to_print} [${flag_i}] -")
110 set(${description_to_print} "${${description_to_print}} ${flag_i}")
/dports/math/py-gau2grid/gau2grid-2.0.7/cmake/
H A Dpsi4OptionsTools.cmake92 foreach(flag_i IN LISTS flags_to_try ITEMS -brillig)
93 if(${flag_i} STREQUAL "-brillig")
99 CHECK_C_COMPILER_FLAG("${flag_i}" test_option)
102 CHECK_CXX_COMPILER_FLAG("${flag_i}" test_option)
105 CHECK_Fortran_COMPILER_FLAG("${flag_i}" test_option)
108 set(msg_base "Performing Test ${description_to_print} [${flag_i}] -")
110 set(${description_to_print} "${${description_to_print}} ${flag_i}")
/dports/science/clipper/clipper-2.1/clipper/cns/
H A Dcns_hkl_io.cpp113 f_sigf_i = NULL; phi_wt_i = NULL; f_phi_i = NULL; abcd_i = NULL; flag_i = NULL; in open_read()
179 if ( flag_i != NULL ) flag_i->update(); in close_read()
235 if ( flag_i != NULL ) flag_i->data_import( hkl, fl ); in close_read()
449 else if ( cdata.type() == data32::Flag::type() ) flag_i = &cdata; in import_hkl_data()
H A Dcns_hkl_io.h108 HKL_data_base* flag_i; //!< input HKL_data object variable
/dports/textproc/rasqal/rasqal-0.9.33/src/
H A Drasqal_regex.c82 int flag_i = 0; /* regex_flags contains i */ in rasqal_regex_match() local
100 flag_i++; in rasqal_regex_match()
103 if(flag_i) in rasqal_regex_match()
135 if(flag_i) in rasqal_regex_match()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/g65816/
H A Dg65816cm.h78 uint flag_i; /* Interrupt Mask Flag */ member
121 #define FLAG_I g65816i_cpu.flag_i /* Interrupt Mask Flag */
H A Dg65816.c358 r->flag_i | in g65816_info()
374 r->flag_i & IFLAG_SET ? 'I':'.', in g65816_info()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/g65816/
H A Dg65816.c358 r->flag_i | in g65816_info()
374 r->flag_i & IFLAG_SET ? 'I':'.', in g65816_info()
H A Dg65816cm.h78 uint flag_i; /* Interrupt Mask Flag */ member
121 #define FLAG_I g65816i_cpu.flag_i /* Interrupt Mask Flag */
/dports/devel/radare2/radare2-5.1.1/libr/reg/p/
H A Dx86-linux.regs37 flg flag_i .1 .454 0
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-knot.cpp450 std::vector<Point> flag_i = gpaths[i][curveidx].pointAndDerivatives(t,1); in doEffect_path() local
458 int geom_sign = ( cross(flag_i[1], flag_j[1]) < 0 ? 1 : -1); in doEffect_path()
476 std::swap(flag_i, flag_j); in doEffect_path()
505 hidden = findShadowedTime(gpaths[i0], flag_i, tj, width / 2); in doEffect_path()
/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dfe-gtk.h43 #define flag_i flag_wid[3] macro
/dports/mail/astroid/astroid-0.15/src/modes/thread_index/
H A Dthread_index_list_view.cc154 Gtk::MenuItem * flag_i = Gtk::manage (new Gtk::MenuItem (*flag)); in ThreadIndexListView() local
155 flag_i->signal_activate ().connect ( in ThreadIndexListView()
159 flag_i->set_tooltip_text ("Flag"); in ThreadIndexListView()
172 item_popup.attach (*flag_i, 2, 3, 0, 1); in ThreadIndexListView()
/dports/lang/ghc/ghc-8.10.7/compiler/GHC/HsToCore/
H A DPmCheck.hs1241 = when (flag_i || flag_u) $ do
1242 let exists_r = flag_i && notNull redundant
1243 exists_i = flag_i && notNull inaccessible && not is_rec_upd
1265 flag_i = wopt Opt_WarnOverlappingPatterns dflags function

12