Home
last modified time | relevance | path

Searched refs:VEC_ISSET (Results 1 – 12 of 12) sorted by relevance

/dports/net/tinyfugue-devel/tinyfugue-5.1.3/src/
H A Dsignals.c591 if (VEC_ISSET(SIGINT, &pending_signals)) handle_interrupt(); in process_signals()
592 if (VEC_ISSET(SIGTSTP, &pending_signals)) suspend(); in process_signals()
593 if (VEC_ISSET(SIGWINCH, &pending_signals)) in process_signals()
595 if (VEC_ISSET(SIGHUP, &pending_signals)) do_hook(H_SIGHUP, NULL, ""); in process_signals()
596 if (VEC_ISSET(SIGTERM, &pending_signals)) do_hook(H_SIGTERM, NULL, ""); in process_signals()
597 if (VEC_ISSET(SIGUSR1, &pending_signals)) do_hook(H_SIGUSR1, NULL, ""); in process_signals()
598 if (VEC_ISSET(SIGUSR2, &pending_signals)) do_hook(H_SIGUSR2, NULL, ""); in process_signals()
600 if (VEC_ISSET(SIGHUP, &pending_signals) && old_sighup_handler == SIG_DFL) in process_signals()
602 if (VEC_ISSET(SIGTERM, &pending_signals)) in process_signals()
611 return VEC_ISSET(SIGINT, &pending_signals); in interrupted()
H A Dfd_set.h19 # define FD_ISSET(n, p) VEC_ISSET(n, p)
H A Dtfselect.h27 # define FD_ISSET(n, p) VEC_ISSET(n, p)
H A Dtf.h153 #define VEC_ISSET(n,p) ((p)->bits[(n)/LONGBITS] & (1L << ((n) % LONGBITS))) macro
H A Dmacro.c630 if (!VEC_ISSET(hooknum, &macro->hook)) continue; in match_exact()
762 if (VEC_ISSET(i, &macro->hook)) in add_numbered_macro()
1090 if (!VEC_ISSET(i, &m->hook)) continue; in nuke_macro()
1217 if (!VEC_ISSET(i, hook)) continue; in hook_name()
1655 (hooknum>=0 && VEC_ISSET(hooknum, &macro->hook)))) in find_and_run_matches()
H A Dsocket.c487 VEC_ISSET((UCHAR)(opt), &(sock)->tn_ ## field)
/dports/net/tinyfugue/tf-50b8/src/
H A Dsignals.c587 if (VEC_ISSET(SIGINT, &pending_signals)) handle_interrupt(); in process_signals()
588 if (VEC_ISSET(SIGTSTP, &pending_signals)) suspend(); in process_signals()
589 if (VEC_ISSET(SIGWINCH, &pending_signals)) in process_signals()
591 if (VEC_ISSET(SIGHUP, &pending_signals)) do_hook(H_SIGHUP, NULL, ""); in process_signals()
592 if (VEC_ISSET(SIGTERM, &pending_signals)) do_hook(H_SIGTERM, NULL, ""); in process_signals()
593 if (VEC_ISSET(SIGUSR1, &pending_signals)) do_hook(H_SIGUSR1, NULL, ""); in process_signals()
594 if (VEC_ISSET(SIGUSR2, &pending_signals)) do_hook(H_SIGUSR2, NULL, ""); in process_signals()
596 if (VEC_ISSET(SIGHUP, &pending_signals) && old_sighup_handler == SIG_DFL) in process_signals()
598 if (VEC_ISSET(SIGTERM, &pending_signals)) in process_signals()
607 return VEC_ISSET(SIGINT, &pending_signals); in interrupted()
H A Dfd_set.h20 # define FD_ISSET(n, p) VEC_ISSET(n, p)
H A Dtfselect.h28 # define FD_ISSET(n, p) VEC_ISSET(n, p)
H A Dtf.h153 #define VEC_ISSET(n,p) ((p)->bits[(n)/LONGBITS] & (1L << ((n) % LONGBITS))) macro
H A Dmacro.c632 if (!VEC_ISSET(hooknum, &macro->hook)) continue; in match_exact()
764 if (VEC_ISSET(i, &macro->hook)) in add_numbered_macro()
1092 if (!VEC_ISSET(i, &m->hook)) continue; in nuke_macro()
1219 if (!VEC_ISSET(i, hook)) continue; in hook_name()
1656 (hooknum>=0 && VEC_ISSET(hooknum, &macro->hook)))) in find_and_run_matches()
H A Dsocket.c446 VEC_ISSET((UCHAR)(opt), &(sock)->tn_ ## field)