Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dpw_util.c285 struct sigaction sa, sa_int, sa_quit; in pw_edit() local
298 sigaction(SIGINT, &sa, &sa_int); in pw_edit()
307 sigaction(SIGINT, &sa_int, NULL); in pw_edit()
342 sigaction(SIGINT, &sa_int, NULL); in pw_edit()