Home
last modified time | relevance | path

Searched refs:nextaction (Results 1 – 25 of 41) sorted by relevance

12

/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/cnacl/curvecp/
H A Dcurvecpmessage.c195 long long nextaction; in main() local
286 nextaction = recent + 60000000000LL; in main()
287 if (wantping == 1) nextaction = recent + 1000000000; in main()
289 if (nextaction > lastblocktime + nsecperblock) nextaction = lastblocktime + nsecperblock; in main()
292 if (nextaction > lastblocktime + nsecperblock) nextaction = lastblocktime + nsecperblock; in main()
295 if (earliestblocktime + rtt_timeout < nextaction) in main()
296 nextaction = earliestblocktime + rtt_timeout; in main()
300 nextaction = 0; in main()
302 if (nextaction <= recent) in main()
305 timeout = (nextaction - recent) / 1000000 + 1; in main()
H A Dcurvecpclient.c213 long long nextaction; in main() local
289 nextaction = recent + hellowait[hellopackets] + randommod(hellowait[hellopackets]); in main()
292 long long timeout = nextaction - recent; in main()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dactions.c1190 unit->act->nextaction.args[0] = m; in prep_produce_action()
1367 unit->act->nextaction.args[0] = x; in prep_extract_action()
1368 unit->act->nextaction.args[1] = y; in prep_extract_action()
1369 unit->act->nextaction.args[2] = m; in prep_extract_action()
1648 unit->act->nextaction.args[0] = m; in prep_transfer_action()
2766 unit->act->nextaction.args[1] = x; in prep_create_at_action()
2767 unit->act->nextaction.args[2] = y; in prep_create_at_action()
2768 unit->act->nextaction.args[3] = z; in prep_create_at_action()
3919 unit->act->nextaction.args[0] = x; in prep_alter_cell_action()
3920 unit->act->nextaction.args[1] = y; in prep_alter_cell_action()
[all …]
H A Dcombat.c460 unit->act->nextaction.args[1] = n; in prep_attack_action()
554 unit->act->nextaction.args[0] = x; in prep_overrun_action()
555 unit->act->nextaction.args[1] = y; in prep_overrun_action()
556 unit->act->nextaction.args[2] = z; in prep_overrun_action()
557 unit->act->nextaction.args[3] = n; in prep_overrun_action()
1096 unit->act->nextaction.args[1] = m; in prep_fire_at_action()
1222 unit->act->nextaction.args[0] = x; in prep_fire_into_action()
1223 unit->act->nextaction.args[1] = y; in prep_fire_into_action()
1224 unit->act->nextaction.args[2] = z; in prep_fire_into_action()
1225 unit->act->nextaction.args[3] = m; in prep_fire_into_action()
[all …]
H A Dmove.c250 unit->act->nextaction.type = ACTION_MOVE; in prep_move_action()
251 unit->act->nextaction.args[0] = x; in prep_move_action()
252 unit->act->nextaction.args[1] = y; in prep_move_action()
253 unit->act->nextaction.args[2] = z; in prep_move_action()
254 unit->act->nextaction.actee = unit2->id; in prep_move_action()
1318 unit->act->nextaction.type = ACTION_ENTER; in prep_enter_action()
1319 unit->act->nextaction.args[0] = newtransport->id; in prep_enter_action()
1320 unit->act->nextaction.actee = unit2->id; in prep_enter_action()
H A Drun.c1004 latest_action->type = unit->act->nextaction.type; in move_one_unit_multiple()
1006 latest_action->args[i] = unit->act->nextaction.args[i]; in move_one_unit_multiple()
1008 latest_action->actee = unit->act->nextaction.actee; in move_one_unit_multiple()
1009 latest_action->next = unit->act->nextaction.next; in move_one_unit_multiple()
1015 rslt = execute_action(unit, &(unit->act->nextaction)); in move_one_unit_multiple()
1022 unit->act->nextaction.type = ACTION_NONE; in move_one_unit_multiple()
1079 unit->act->nextaction.type = ACTION_NONE; in move_one_unit_multiple()
H A Dunit.h575 Action nextaction; /*!< Next action. */ member
581 ((unit)->act && (unit)->act->nextaction.type != ACTION_NONE)
H A Dwrite.c2102 || act->nextaction.type != ACTION_NONE in write_unit_act()
2111 if (act->nextaction.type != ACTION_NONE) { in write_unit_act()
2115 write_action(&(act->nextaction), unit->id); in write_unit_act()
/dports/games/minetest/minetest-5.4.1/builtin/game/
H A Dvoxelarea.lua88 local nextaction = i + 1 + xrange
101 if i ~= nextaction then
110 nextaction = i + xrange
125 nextaction = i + xrange
/dports/net/openntpd/openntpd-6.8p1/src/
H A Dntp.c91 time_t nextaction, last_sensor_scan = 0, now; in ntp_main() local
232 nextaction = getmonotime() + 900; in ntp_main()
288 if (p->next > 0 && p->next < nextaction) in ntp_main()
289 nextaction = p->next; in ntp_main()
290 if (p->deadline > 0 && p->deadline < nextaction) in ntp_main()
291 nextaction = p->deadline; in ntp_main()
312 nextaction > last_sensor_scan + SENSOR_SCAN_INTERVAL) in ntp_main()
313 nextaction = last_sensor_scan + SENSOR_SCAN_INTERVAL; in ntp_main()
319 if (s->next > 0 && s->next < nextaction) in ntp_main()
320 nextaction = s->next; in ntp_main()
[all …]
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_door.c381 for(k=0,temp=touchplate[i];temp;k++,temp = temp->nextaction) in SaveTouchPlates()
585 lastaction[index]->nextaction = tplate; in AddTouchplateAction()
601 tplate->nextaction->prevaction = tplate->prevaction; in RemoveTouchplateAction()
604 touchplate[index] = tplate->nextaction; in RemoveTouchplateAction()
606 tplate->prevaction->nextaction = tplate->nextaction; in RemoveTouchplateAction()
2874 if (eptr->nextaction!=-1) in CheckElevatorStart()
2876 eptr->state = eptr->nextaction; in CheckElevatorStart()
2877 eptr->nextaction = -1; in CheckElevatorStart()
3074 if ((dnum == eptr->door2) && (eptr->nextaction != ev_mtd)) in OperateElevatorDoor()
3131 eptr->nextaction = ev_mtd; in SetNextAction()
[all …]
H A Drt_door.h86 short nextaction; member
129 struct tplate * nextaction; member
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dedit_interface.php2285 * @param string $nextaction
2292 function print_indi_form($nextaction, Individual $person = null, Family $family = null, Fact $name_… argument
2375 switch ($nextaction) {
2415 echo '<input type="hidden" name="action" value="', $nextaction, '">';
2424 switch ($nextaction) {
2523 if ($nextaction !== 'update') {
2542 …if ($nextaction === 'add_spouse_to_individual_action' || $nextaction === 'add_spouse_to_family_act…
2561 if ($nextaction === 'update') {
2584 if (preg_match('/^add_(child|spouse|parent|unlinked_indi)/', $nextaction)) {
/dports/devel/py-hg-evolve/hg-evolve-10.4.1/hgext3rd/evolve/
H A Dcmdrewrite.py1181 nextaction = None
1182 while nextaction is None:
1183 nextaction = ui.prompt(b'continue splitting? [Ycdq?]', default=b'y')
1184 if nextaction == b'c':
1189 elif nextaction == b'q':
1191 elif nextaction == b'd':
1215 elif nextaction == b'?':
1216 nextaction = None
/dports/net/openbgpd6/openbgpd-6.9p0/src/bgpd/
H A Drtr_proto.c976 time_t nextaction; in rtr_poll_events() local
982 if ((nextaction = timer_nextduein(&rs->timers, now)) != -1 && in rtr_poll_events()
983 nextaction < *timeout) in rtr_poll_events()
984 *timeout = nextaction; in rtr_poll_events()
H A Dsession.c369 time_t nextaction; in session_main() local
413 if ((nextaction = timer_nextduein(&p->timers, in session_main()
414 now)) != -1 && nextaction < timeout) in session_main()
415 timeout = nextaction; in session_main()
/dports/net/ntp/ntp-4.2.8p15/include/
H A Dntp_refclock.h149 u_long nextaction; /* local activity timeout */ member
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/include/
H A Dntp_refclock.h112 unsigned long nextaction; /* local activity timeout */ member
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dntpd.c2363 double nextaction; in ntpd_main() local
2367 nextaction = G.cur_time + 3600; in ntpd_main()
2409 if (p->next_action_time < nextaction) in ntpd_main()
2410 nextaction = p->next_action_time; in ntpd_main()
2421 timeout = nextaction - G.cur_time; in ntpd_main()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Df_finale.c495 void *const nextaction = (void *) (&states[caststate->nextstate])->action.acv; in F_SoundForState() local
514 (as->early && nextaction == as->action)) in F_SoundForState()
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/ntpd/
H A Dntp_refclock.c267 if (pp->action != NULL && pp->nextaction <= current_time) in refclock_timer()
H A Drefclock_generic.c4202 …parse->peer->procptr->nextaction = current_time + ((poll_info_t *)parse->parse_type->cl_data)->rat… in gps16x_poll()
4332 …parse->peer->procptr->nextaction = current_time + ((poll_info_t *)parse->parse_type->cl_data)->rat… in poll_poll()
4754 parse->peer->procptr->nextaction = 0; in trimbletsip_end()
4782 parse->peer->procptr->nextaction = current_time; in trimbletsip_init()
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Drefclock_arc.c565 peer->procptr->nextaction = current_time + QUEUETICK; \
H A Drefclock_parse.c4694 …parse->peer->procptr->nextaction = current_time + ((poll_info_t *)parse->parse_type->cl_data)->rat… in gps16x_poll()
4821 …parse->peer->procptr->nextaction = current_time + ((poll_info_t *)parse->parse_type->cl_data)->rat… in poll_poll()
5265 parse->peer->procptr->nextaction = 0; in trimbletsip_end()
5301 parse->peer->procptr->nextaction = current_time; in trimbletsip_init()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/curses/
H A Dcconq.c1334 action = (unit->act ? &(unit->act->nextaction) : NULL); in update_action_result_display()

12