HomeSort by relevance Sort by last modified time
    Searched refs:sig_no (Results 1 - 4 of 4) sorted by null

  /external/libedit/src/
sig.h 64 volatile sig_atomic_t sig_no; member in struct:__anon16180
sig.c 78 sel->el_signal->sig_no = signo;
read.c 322 el->el_signal->sig_no = 0;
325 switch (el->el_signal->sig_no) {
  /external/toybox/toys/pending/
init.c 334 static void halt_poweroff_reboot_handler(int sig_no)
341 switch (sig_no) {
369 static void restart_init_handler(int sig_no)
405 static void catch_signal(int sig_no)
407 caught_signal = sig_no;
411 static void pause_handler(int sig_no)

Completed in 3024 milliseconds