Home
last modified time | relevance | path

Searched refs:cur_def (Results 1 – 25 of 30) sorted by relevance

12

/dports/devel/cxref/cxref-1.6e/src/
H A Dpreproc.c51 static Define cur_def=NULL; variable
285 cur_def=def; in SeenDefine()
301 if(!cur_def->comment) in SeenDefineComment()
302 cur_def->comment=MallocString(comment); in SeenDefineComment()
315 printf("#Preproc.c# #define value '%s' for %s\n",value,cur_def->name); in SeenDefineValue()
318 cur_def->value=MallocString(value); in SeenDefineValue()
331 printf("#Preproc.c# #define Function arg '%s' in %s()\n",name,cur_def->name); in SeenDefineFunctionArg()
334 AddToStringList2(cur_def->args,name,SplitComment(&cur_def->comment,name),0,0); in SeenDefineFunctionArg()
350 if(!cur_def->args->s2[cur_def->args->n-1]) in SeenDefineFuncArgComment()
351 cur_def->args->s2[cur_def->args->n-1]=MallocString(comment); in SeenDefineFuncArgComment()
[all …]
/dports/databases/postgis25/postgis-2.5.5/extensions/address_standardizer/
H A Dlexicon.c282 DEF *cur_def ; in destroy_def_list() local
287 for ( cur_def = start_def ; in destroy_def_list()
288 cur_def != NULL ; in destroy_def_list()
289 cur_def = next_def ) { in destroy_def_list()
290 next_def = cur_def -> Next ; in destroy_def_list()
295 FREE_AND_NULL( cur_def ) ; in destroy_def_list()
485 DEF *cur_def ; in create_def() local
489 cur_def -> Type = s ; in create_def()
497 cur_def -> Order = def_num ; in create_def()
498 cur_def -> Next = NULL ; in create_def()
[all …]
/dports/databases/postgis32/postgis-3.2.0/extensions/address_standardizer/
H A Dlexicon.c282 DEF *cur_def ; in destroy_def_list() local
287 for ( cur_def = start_def ; in destroy_def_list()
288 cur_def != NULL ; in destroy_def_list()
289 cur_def = next_def ) { in destroy_def_list()
290 next_def = cur_def -> Next ; in destroy_def_list()
295 FREE_AND_NULL( cur_def ) ; in destroy_def_list()
485 DEF *cur_def ; in create_def() local
489 cur_def -> Type = s ; in create_def()
497 cur_def -> Order = def_num ; in create_def()
498 cur_def -> Next = NULL ; in create_def()
[all …]
/dports/databases/postgis30/postgis-3.0.4/extensions/address_standardizer/
H A Dlexicon.c282 DEF *cur_def ; in destroy_def_list() local
287 for ( cur_def = start_def ; in destroy_def_list()
288 cur_def != NULL ; in destroy_def_list()
289 cur_def = next_def ) { in destroy_def_list()
290 next_def = cur_def -> Next ; in destroy_def_list()
295 FREE_AND_NULL( cur_def ) ; in destroy_def_list()
485 DEF *cur_def ; in create_def() local
489 cur_def -> Type = s ; in create_def()
497 cur_def -> Order = def_num ; in create_def()
498 cur_def -> Next = NULL ; in create_def()
[all …]
/dports/databases/postgis31/postgis-3.1.4/extensions/address_standardizer/
H A Dlexicon.c282 DEF *cur_def ; in destroy_def_list() local
287 for ( cur_def = start_def ; in destroy_def_list()
288 cur_def != NULL ; in destroy_def_list()
289 cur_def = next_def ) { in destroy_def_list()
290 next_def = cur_def -> Next ; in destroy_def_list()
295 FREE_AND_NULL( cur_def ) ; in destroy_def_list()
485 DEF *cur_def ; in create_def() local
489 cur_def -> Type = s ; in create_def()
497 cur_def -> Order = def_num ; in create_def()
498 cur_def -> Next = NULL ; in create_def()
[all …]
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/completion/models/
H A Dconfigmodel.py93 cur_def = []
95 cur_def.append((current, "Current value"))
97 cur_def.append((default, "Default value"))
98 if cur_def:
99 cur_cat = listcategory.ListCategory("Current/Default", cur_def)
/dports/misc/py-orange3-network/orange3-network-ec534c9/orangecontrib/network/widgets/
H A DOWNxGenerator.py107 cur_def = self.GRAPH_TYPES[self.graph_type]
108 cur_name = cur_def[0]
114 is_random = len(cur_def) >= 5 and cur_def[4]
/dports/games/lgeneral/lgeneral-1.3.2/src/
H A Dengine.c3136 cur_def = cur_unit; in engine_get_next_combatants()
3157 cur_def = cur_target; in engine_get_next_combatants()
3843 if ( MAP_CHECK_VIS( cur_def->x, cur_def->y ) ) { in engine_update()
3845 engine_focus( cur_def->x, cur_def->y, 1 ); in engine_update()
3846 engine_get_screen_pos( cur_def->x, cur_def->y, &cx, &cy ); in engine_update()
3918 engine_focus( cur_def->x, cur_def->y, 1 ); in engine_update()
3941 engine_get_screen_pos( cur_def->x, cur_def->y, &cx, &cy ); in engine_update()
3942 if (!cur_def->str) map_remove_unit( cur_def ); in engine_update()
3943 map_draw_tile( sdl.screen, cur_def->x, cur_def->y, cx, cy, !air_mode, 0 ); in engine_update()
3978 cur_def = 0; in engine_update()
[all …]
/dports/net-mgmt/flow-tools/flow-tools-2ca53f5/lib/
H A Dftmask.c74 struct ftmask_def *cur_def; member
434 lp->cur_def = ftmd; in parse_definition()
458 if (!lp->cur_def) { in parse_definition_prefix()
487 rhead = lp->cur_def->rhead; in parse_definition_prefix()
H A Dftxlate.c91 struct ftxlate_def *cur_def; member
1294 lp->cur_def = ftx; in parse_def()
1316 if (!lp->cur_def) { in parse_def_term()
1331 FT_STAILQ_INSERT_TAIL(&lp->cur_def->terms, ftxt, chain); in parse_def_term()
1406 lp->cur_def->xfields |= lp->cur_def_term->ftfd->xfields; in parse_def_filter()
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dllutil.cpp2881 LLDEF *cur_def; in write_defs() local
2883 cur_def = def_list; in write_defs()
2885 while (cur_def) { in write_defs()
2890 cur_def = cur_def->next; in write_defs()
2903 LLDEF *cur_def; in defs_to_write() local
2908 while (cur_def) { in defs_to_write()
2912 cur_def = cur_def->next; in defs_to_write()
2932 LLDEF *cur_def; in write_ftn_typedefs() local
2936 while (cur_def) { in write_ftn_typedefs()
2937 if (!cur_def->printed && cur_def->name && cur_def->dtype) { in write_ftn_typedefs()
[all …]
/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dcnumtst.c199 UNumberFormat *def, *fr, *cur_def, *cur_fr, *per_def, *per_fr, in TestNumberFormat() local
222 cur_def=unum_open(style, NULL,0,"en_US", NULL, &status); in TestNumberFormat()
294 unum_format(cur_def, l, result, resultlength, &pos1, &status); in TestNumberFormat()
327 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status); in TestNumberFormat()
433 d1=unum_parseDouble(cur_def, temp1, resultlength, &parsepos, &status); in TestNumberFormat()
455 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status); in TestNumberFormat()
546 unum_toPattern(cur_def, FALSE, result, resultlength, &status); in TestNumberFormat()
566 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status); in TestNumberFormat()
582 unum_format(cur_def, l, result, resultlength, &pos1, &status); in TestNumberFormat()
596 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status); in TestNumberFormat()
[all …]
/dports/devel/icu/icu/source/test/cintltst/
H A Dcnumtst.c199 UNumberFormat *def, *fr, *cur_def, *cur_fr, *per_def, *per_fr, in TestNumberFormat() local
222 cur_def=unum_open(style, NULL,0,"en_US", NULL, &status); in TestNumberFormat()
294 unum_format(cur_def, l, result, resultlength, &pos1, &status); in TestNumberFormat()
327 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status); in TestNumberFormat()
433 d1=unum_parseDouble(cur_def, temp1, resultlength, &parsepos, &status); in TestNumberFormat()
455 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status); in TestNumberFormat()
546 unum_toPattern(cur_def, FALSE, result, resultlength, &status); in TestNumberFormat()
566 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status); in TestNumberFormat()
582 unum_format(cur_def, l, result, resultlength, &pos1, &status); in TestNumberFormat()
596 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status); in TestNumberFormat()
[all …]
/dports/devel/pear-HTML_CSS/HTML_CSS-1.5.4/tests/
H A DHTML_CSS_TestSuite_Standard.php392 $cur_def = $this->css->toArray();
393 $this->assertSame($old_gs, $cur_def,
408 $cur_def = $this->css->toArray();
409 $this->assertSame($new_gs, $cur_def,
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_spill.c1438 struct ir3_register *cur_def = NULL; in add_live_in_phi() local
1454 (cur_def && cur_def != pred_val->def)) { in add_live_in_phi()
1458 cur_def = pred_val->def; in add_live_in_phi()
1462 interval->dst.def = cur_def; in add_live_in_phi()
1463 interval->dst.flags = cur_def->flags; in add_live_in_phi()
/dports/graphics/libosmesa/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_spill.c1438 struct ir3_register *cur_def = NULL; in add_live_in_phi() local
1454 (cur_def && cur_def != pred_val->def)) { in add_live_in_phi()
1458 cur_def = pred_val->def; in add_live_in_phi()
1462 interval->dst.def = cur_def; in add_live_in_phi()
1463 interval->dst.flags = cur_def->flags; in add_live_in_phi()
/dports/graphics/mesa-libs/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_spill.c1438 struct ir3_register *cur_def = NULL; in add_live_in_phi() local
1454 (cur_def && cur_def != pred_val->def)) { in add_live_in_phi()
1458 cur_def = pred_val->def; in add_live_in_phi()
1462 interval->dst.def = cur_def; in add_live_in_phi()
1463 interval->dst.flags = cur_def->flags; in add_live_in_phi()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_spill.c1438 struct ir3_register *cur_def = NULL; in add_live_in_phi() local
1454 (cur_def && cur_def != pred_val->def)) { in add_live_in_phi()
1458 cur_def = pred_val->def; in add_live_in_phi()
1462 interval->dst.def = cur_def; in add_live_in_phi()
1463 interval->dst.flags = cur_def->flags; in add_live_in_phi()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_spill.c1438 struct ir3_register *cur_def = NULL; in add_live_in_phi() local
1454 (cur_def && cur_def != pred_val->def)) { in add_live_in_phi()
1458 cur_def = pred_val->def; in add_live_in_phi()
1462 interval->dst.def = cur_def; in add_live_in_phi()
1463 interval->dst.flags = cur_def->flags; in add_live_in_phi()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_spill.c1438 struct ir3_register *cur_def = NULL; in add_live_in_phi() local
1454 (cur_def && cur_def != pred_val->def)) { in add_live_in_phi()
1458 cur_def = pred_val->def; in add_live_in_phi()
1462 interval->dst.def = cur_def; in add_live_in_phi()
1463 interval->dst.flags = cur_def->flags; in add_live_in_phi()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_spill.c1438 struct ir3_register *cur_def = NULL; in add_live_in_phi() local
1454 (cur_def && cur_def != pred_val->def)) { in add_live_in_phi()
1458 cur_def = pred_val->def; in add_live_in_phi()
1462 interval->dst.def = cur_def; in add_live_in_phi()
1463 interval->dst.flags = cur_def->flags; in add_live_in_phi()
/dports/graphics/mesa-dri/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_spill.c1438 struct ir3_register *cur_def = NULL; in add_live_in_phi() local
1454 (cur_def && cur_def != pred_val->def)) { in add_live_in_phi()
1458 cur_def = pred_val->def; in add_live_in_phi()
1462 interval->dst.def = cur_def; in add_live_in_phi()
1463 interval->dst.flags = cur_def->flags; in add_live_in_phi()
/dports/lang/clover/mesa-21.3.6/src/freedreno/ir3/
H A Dir3_spill.c1438 struct ir3_register *cur_def = NULL; in add_live_in_phi() local
1454 (cur_def && cur_def != pred_val->def)) { in add_live_in_phi()
1458 cur_def = pred_val->def; in add_live_in_phi()
1462 interval->dst.def = cur_def; in add_live_in_phi()
1463 interval->dst.flags = cur_def->flags; in add_live_in_phi()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/freedreno/ir3/
H A Dir3_spill.c1530 struct ir3_register *cur_def = NULL; in add_live_in_phi() local
1546 (cur_def && cur_def != pred_val->def)) { in add_live_in_phi()
1550 cur_def = pred_val->def; in add_live_in_phi()
1554 interval->dst.def = cur_def; in add_live_in_phi()
1555 interval->dst.flags = cur_def->flags; in add_live_in_phi()
/dports/games/tads/tads-3.0.8/tads3/
H A Dtcprsstm.cpp5918 propset_def *cur_def; in parse_object_body() local
5941 cur_def = &dummy_def; in parse_object_body()
5946 cur_def = &propset_stack[propset_depth]; in parse_object_body()
5962 cur_def->prop_pattern_len = in parse_object_body()
5971 p.set((char *)cur_def->prop_pattern), in parse_object_body()
5972 rem = cur_def->prop_pattern_len ; in parse_object_body()
5986 if (cur_def->prop_pattern_len != 0) in parse_object_body()
6014 cur_def->prop_pattern = ""; in parse_object_body()
6015 cur_def->prop_pattern_len = 0; in parse_object_body()
6019 cur_def->param_tok_head = 0; in parse_object_body()
[all …]

12