Home
last modified time | relevance | path

Searched refs:saveflags (Results 1 – 25 of 50) sorted by relevance

12

/dports/mail/alpine/alpine-465e23b/pith/
H A Dhist.c79 get_prev_hist(HISTORY_S *history, char *savethis, unsigned saveflags, void *cntxt) in get_prev_hist() argument
115 history->hist[history->origindex]->flags = saveflags; in get_prev_hist()
128 get_next_hist(HISTORY_S *history, char *savethis, unsigned saveflags, void *cntxt) in get_next_hist() argument
145 save_hist(HISTORY_S *history, char *savethis, unsigned saveflags, void *cntxt) in save_hist() argument
163 || history->hist[history->origindex]->flags != saveflags in save_hist()
167 && history->hist[history->origindex]->flags == saveflags in save_hist()
180 history->hist[history->origindex]->flags = saveflags; in save_hist()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dhist.c79 get_prev_hist(HISTORY_S *history, char *savethis, unsigned saveflags, void *cntxt) in get_prev_hist() argument
115 history->hist[history->origindex]->flags = saveflags; in get_prev_hist()
128 get_next_hist(HISTORY_S *history, char *savethis, unsigned saveflags, void *cntxt) in get_next_hist() argument
145 save_hist(HISTORY_S *history, char *savethis, unsigned saveflags, void *cntxt) in save_hist() argument
163 || history->hist[history->origindex]->flags != saveflags in save_hist()
167 && history->hist[history->origindex]->flags == saveflags in save_hist()
180 history->hist[history->origindex]->flags = saveflags; in save_hist()
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Window.cxx103 int saveflags = flags(); in draw() local
132 set_flag(saveflags); in draw()
153 uchar saveflags = flags(); in iconlabel() local
155 set_flag(saveflags); in iconlabel()
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Djupe.c190 unsigned int saveflags = 0; in jupe_activate() local
194 saveflags = jupe->ju_flags; in jupe_activate()
207 if ((saveflags & JUPE_ACTMASK) == JUPE_ACTIVE) in jupe_activate()
241 unsigned int saveflags = 0; in jupe_deactivate() local
245 saveflags = jupe->ju_flags; in jupe_deactivate()
259 if ((saveflags & JUPE_ACTMASK) != JUPE_ACTIVE) in jupe_deactivate()
H A Dgline.c575 unsigned int saveflags = 0; in gline_activate() local
579 saveflags = gline->gl_flags; in gline_activate()
594 if ((saveflags & GLINE_ACTMASK) == GLINE_ACTIVE) in gline_activate()
633 unsigned int saveflags = 0; in gline_deactivate() local
638 saveflags = gline->gl_flags; in gline_deactivate()
661 if ((saveflags & GLINE_ACTMASK) != GLINE_ACTIVE) in gline_deactivate()
/dports/sysutils/toybox/toybox-0.8.5/lib/
H A Dargs.c387 unsigned long long saveflags; in get_optflags() local
396 saveflags = toys.optc = parse_optflaglist(&gof); in get_optflags()
397 while (toys.argv[saveflags++]); in get_optflags()
398 toys.optargs = xzalloc(sizeof(char *)*saveflags); in get_optflags()
461 saveflags = toys.optflags; in get_optflags()
471 toys.optflags = saveflags; in get_optflags()
/dports/games/ldmud/ldmud-3.3.720/src/autoconf/
H A Dconfigure.in930 saveflags="$CFLAGS"
944 CFLAGS="$saveflags"
983 saveflags="$CFLAGS"
1156 CFLAGS="$saveflags"
1316 CFLAGS="$saveflags"
1446 CFLAGS="$saveflags"
1453 saveflags="$CFLAGS"
1555 CFLAGS="$saveflags"
1594 CFLAGS="$saveflags"
1601 saveflags="$CFLAGS"
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/s390/net/
H A Dctcm_fsms.c552 unsigned long saveflags = 0; in ctcm_chx_setmode() local
591 unsigned long saveflags; in ctcm_chx_start() local
634 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_start()
654 unsigned long saveflags = 0; in ctcm_chx_haltio() local
831 unsigned long saveflags = 0; in ctcm_chx_restart() local
1018 unsigned long saveflags = 0; in ctcm_chx_txretry() local
1042 saveflags); in ctcm_chx_txretry()
1450 get_ccwdev_lock(ch->cdev), saveflags); in ctcmpc_chx_rx()
1454 get_ccwdev_lock(ch->cdev), saveflags); in ctcmpc_chx_rx()
1560 get_ccwdev_lock(ch->cdev), saveflags); in ctcmpc_chx_rxidle()
[all …]
H A Dctcm_main.c467 unsigned long saveflags; in ctcm_transmit_skb() local
479 spin_lock_irqsave(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
484 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
496 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
499 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
570 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_transmit_skb()
666 spin_lock_irqsave(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
687 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
726 spin_lock_irqsave(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
731 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
[all …]
H A Dnetiucv.c699 unsigned long saveflags; in conn_action_txdone() local
727 spin_lock_irqsave(&conn->collect_lock, saveflags); in conn_action_txdone()
743 spin_unlock_irqrestore(&conn->collect_lock, saveflags); in conn_action_txdone()
1133 unsigned long saveflags; in netiucv_transmit_skb() local
1140 spin_lock_irqsave(&conn->collect_lock, saveflags); in netiucv_transmit_skb()
1152 spin_unlock_irqrestore(&conn->collect_lock, saveflags); in netiucv_transmit_skb()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/s390/net/
H A Dctcm_fsms.c552 unsigned long saveflags = 0; in ctcm_chx_setmode() local
591 unsigned long saveflags; in ctcm_chx_start() local
634 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_start()
654 unsigned long saveflags = 0; in ctcm_chx_haltio() local
831 unsigned long saveflags = 0; in ctcm_chx_restart() local
1018 unsigned long saveflags = 0; in ctcm_chx_txretry() local
1042 saveflags); in ctcm_chx_txretry()
1450 get_ccwdev_lock(ch->cdev), saveflags); in ctcmpc_chx_rx()
1454 get_ccwdev_lock(ch->cdev), saveflags); in ctcmpc_chx_rx()
1560 get_ccwdev_lock(ch->cdev), saveflags); in ctcmpc_chx_rxidle()
[all …]
H A Dctcm_main.c467 unsigned long saveflags; in ctcm_transmit_skb() local
479 spin_lock_irqsave(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
484 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
496 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
499 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
570 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_transmit_skb()
666 spin_lock_irqsave(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
687 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
726 spin_lock_irqsave(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
731 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
[all …]
H A Dnetiucv.c699 unsigned long saveflags; in conn_action_txdone() local
727 spin_lock_irqsave(&conn->collect_lock, saveflags); in conn_action_txdone()
743 spin_unlock_irqrestore(&conn->collect_lock, saveflags); in conn_action_txdone()
1133 unsigned long saveflags; in netiucv_transmit_skb() local
1140 spin_lock_irqsave(&conn->collect_lock, saveflags); in netiucv_transmit_skb()
1152 spin_unlock_irqrestore(&conn->collect_lock, saveflags); in netiucv_transmit_skb()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/s390/net/
H A Dctcm_fsms.c552 unsigned long saveflags = 0; in ctcm_chx_setmode() local
591 unsigned long saveflags; in ctcm_chx_start() local
634 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_chx_start()
654 unsigned long saveflags = 0; in ctcm_chx_haltio() local
831 unsigned long saveflags = 0; in ctcm_chx_restart() local
1018 unsigned long saveflags = 0; in ctcm_chx_txretry() local
1042 saveflags); in ctcm_chx_txretry()
1450 get_ccwdev_lock(ch->cdev), saveflags); in ctcmpc_chx_rx()
1454 get_ccwdev_lock(ch->cdev), saveflags); in ctcmpc_chx_rx()
1560 get_ccwdev_lock(ch->cdev), saveflags); in ctcmpc_chx_rxidle()
[all …]
H A Dctcm_main.c467 unsigned long saveflags; in ctcm_transmit_skb() local
479 spin_lock_irqsave(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
484 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
496 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
499 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcm_transmit_skb()
570 spin_lock_irqsave(get_ccwdev_lock(ch->cdev), saveflags); in ctcm_transmit_skb()
666 spin_lock_irqsave(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
687 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
726 spin_lock_irqsave(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
731 spin_unlock_irqrestore(&ch->collect_lock, saveflags); in ctcmpc_transmit_skb()
[all …]
H A Dnetiucv.c699 unsigned long saveflags; in conn_action_txdone() local
727 spin_lock_irqsave(&conn->collect_lock, saveflags); in conn_action_txdone()
743 spin_unlock_irqrestore(&conn->collect_lock, saveflags); in conn_action_txdone()
1133 unsigned long saveflags; in netiucv_transmit_skb() local
1140 spin_lock_irqsave(&conn->collect_lock, saveflags); in netiucv_transmit_skb()
1152 spin_unlock_irqrestore(&conn->collect_lock, saveflags); in netiucv_transmit_skb()
/dports/misc/rump/buildrump.sh-b914579/src/usr.sbin/mtree/
H A Dcreate.c343 u_long saveflags; in statd() local
352 saveflags = *pflags; in statd()
387 saveflags = p->fts_statp->st_flags; in statd()
401 ((keys & F_FLAGS) && (*pflags != saveflags)) || in statd()
427 char *str = flags_to_string(saveflags, "none"); in statd()
435 *pflags = saveflags; in statd()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/
H A Ddrcbex86.cpp1216 if (saveflags) in emit_and_r64_p64()
1253 if (saveflags) in emit_and_m64_p64()
1294 if (saveflags) in emit_or_r64_p64()
1331 if (saveflags) in emit_or_m64_p64()
1372 if (saveflags) in emit_xor_r64_p64()
1409 if (saveflags) in emit_xor_m64_p64()
1483 if (saveflags) in emit_shl_r64_p64()
1557 if (saveflags) in emit_shr_r64_p64()
1631 if (saveflags) in emit_sar_r64_p64()
1708 if (saveflags) in emit_rol_r64_p64()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/
H A Ddrcbex86.cpp1216 if (saveflags) in emit_and_r64_p64()
1253 if (saveflags) in emit_and_m64_p64()
1294 if (saveflags) in emit_or_r64_p64()
1331 if (saveflags) in emit_or_m64_p64()
1372 if (saveflags) in emit_xor_r64_p64()
1409 if (saveflags) in emit_xor_m64_p64()
1483 if (saveflags) in emit_shl_r64_p64()
1557 if (saveflags) in emit_shr_r64_p64()
1631 if (saveflags) in emit_sar_r64_p64()
1708 if (saveflags) in emit_rol_r64_p64()
[all …]
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/m4/
H A Dclick.m4355 saveflags="$CPPFLAGS"
358 CPPFLAGS="$saveflags"])
363 saveflags="$CPPFLAGS"
371 CPPFLAGS="$saveflags"
383 saveflags="$LDFLAGS"
390 LDFLAGS="$saveflags"
394 saveflags="$LDFLAGS"
400 LDFLAGS="$saveflags"
445 saveflags="$CPPFLAGS"
446 CPPFLAGS="$saveflags $NETMAP_INCLUDES"
[all …]
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dconfigure9548 saveflags="$CFLAGS"
9681 saveflags="$CFLAGS"
10111 CFLAGS="$saveflags"
10530 CFLAGS="$saveflags"
10842 CFLAGS="$saveflags"
10854 saveflags="$CFLAGS"
11338 CFLAGS="$saveflags"
11397 CFLAGS="$saveflags"
11409 saveflags="$CFLAGS"
11782 CFLAGS="$saveflags"
[all …]
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/
H A Dconfigure.ac516 saveflags="$CPPFLAGS"; test -n "$properprefix" && CPPFLAGS="$CPPFLAGS -I$properprefix/include"
518 CPPFLAGS="$saveflags"
521 saveflags="$LDFLAGS"; test -n "$properprefix" && LDFLAGS="$LDFLAGS -L$properprefix/lib"
523 LDFLAGS="$saveflags"
555 saveflags="$CPPFLAGS"; test -n "$expatprefix" && CPPFLAGS="$CPPFLAGS -I$expatprefix/include"
557 CPPFLAGS="$saveflags"
560 saveflags="$LDFLAGS"; test -n "$expatprefix" && LDFLAGS="$LDFLAGS -L$expatprefix/lib"
562 LDFLAGS="$saveflags"
/dports/databases/db5/db-5.3.28/test/tcl/
H A Dtest.tcl571 set saveflags "--"
577 set saveflags "-n $saveflags"
650 eval r $saveflags join1
651 eval r $saveflags join2
652 eval r $saveflags join3
653 eval r $saveflags join4
654 eval r $saveflags join5
655 eval r $saveflags join6
666 eval r $saveflags join1
667 eval r $saveflags join2
/dports/databases/db18/db-18.1.40/test/tcl/
H A Dtest.tcl721 set saveflags "--"
727 set saveflags "-n $saveflags"
814 eval r $saveflags join1
815 eval r $saveflags join2
816 eval r $saveflags join3
817 eval r $saveflags join4
818 eval r $saveflags join5
819 eval r $saveflags join6
830 eval r $saveflags join1
831 eval r $saveflags join2
/dports/cad/qrouter/qrouter-1.4.85/
H A Dantenna.c696 u_char saveflags; in get_route_area_reverse_fromseg() local
725 saveflags = rt->flags & (RT_START_NODE | RT_END_NODE); in get_route_area_reverse_fromseg()
727 if (saveflags & RT_START_NODE) rt->flags |= RT_END_NODE; in get_route_area_reverse_fromseg()
728 if (saveflags & RT_END_NODE) rt->flags |= RT_START_NODE; in get_route_area_reverse_fromseg()
742 rt->flags |= saveflags; in get_route_area_reverse_fromseg()

12