Home
last modified time | relevance | path

Searched refs:oldap (Results 1 – 7 of 7) sorted by relevance

/dports/math/calc/calc-2.14.0.14/
H A Dassocfunc.c317 assoccopy(ASSOC *oldap) in assoccopy() argument
326 ap = assocalloc(oldap->a_count / CHAINLENGTH); in assoccopy()
327 ap->a_count = oldap->a_count; in assoccopy()
329 for (oldhi = 0; oldhi < oldap->a_size; oldhi++) { in assoccopy()
330 for (oldep = oldap->a_table[oldhi]; oldep; in assoccopy()
/dports/deskutils/moregroupware/moregroupware/setup/templates/default/html/
H A Dstep_4.tpl20 <option value="0"{$oldap}>OpenLDAP</option>
/dports/cad/electric/electric-7.00/src/rout/
H A Drout.c1442 REGISTER ARCPROTO *ap, **arcs, *oldap; in ro_optionsdlog() local
1448 if (var == NOVARIABLE) oldap = NOARCPROTO; else in ro_optionsdlog()
1449 oldap = (ARCPROTO *)var->addr; in ro_optionsdlog()
1464 if (ap == oldap) initialindex = numarcnames; in ro_optionsdlog()
1523 if (ap != oldap) in ro_optionsdlog()
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrctech.c877 ARCPROTO *us_figurenewaproto(ARCPROTO *oldap, TECHNOLOGY *newtech) in us_figurenewaproto() argument
883 if (oldap == sch_wirearc) return(gen_universalarc); in us_figurenewaproto()
886 type = (oldap->userbits & AFUNCTION) >> AFUNCTIONSH; in us_figurenewaproto()
891 ttyputmsg(_("No equivalent arc for %s"), describearcproto(oldap)); in us_figurenewaproto()
892 return(oldap); in us_figurenewaproto()
H A Dusrstatus.c382 REGISTER ARCPROTO *oldap; in us_shadowarcproto() local
427 oldap = us_curarcproto; in us_shadowarcproto()
431 if (oldap != NOARCPROTO) us_drawarcmenu(oldap); in us_shadowarcproto()
/dports/cad/electric/electric-7.00/src/cons/
H A Dconlinttg.c731 ARCPROTO *newap, *oldap; in cli_changeconnection() local
768 if (cli_pickwire(oldcon, &oldend1, &oldport1, &oldend2, &oldport2, &oldap, in cli_changeconnection()
901 oldap = newap; in cli_changeconnection()
913 if (oldap != newap) in cli_changeconnection()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstquery.c1721 AllocationPool *oldap, ap; in gst_query_set_nth_allocation_pool() local
1730 oldap = &g_array_index (array, AllocationPool, index); in gst_query_set_nth_allocation_pool()
1731 allocation_pool_free (oldap); in gst_query_set_nth_allocation_pool()