Lines Matching refs:sel
52 private EditLine *sel = NULL; variable
78 sel->el_signal->sig_no = signo; in sig_handler()
82 tty_rawmode(sel); in sig_handler()
83 if (ed_redisplay(sel, 0) == CC_REFRESH) in sig_handler()
84 re_refresh(sel); in sig_handler()
85 terminal__flush(sel); in sig_handler()
89 el_resize(sel); in sig_handler()
93 tty_cookedmode(sel); in sig_handler()
101 (void) sigaction(signo, &sel->el_signal->sig_action[i], NULL); in sig_handler()
102 sel->el_signal->sig_action[i].sa_handler = SIG_ERR; in sig_handler()
103 sel->el_signal->sig_action[i].sa_flags = 0; in sig_handler()
104 sigemptyset(&sel->el_signal->sig_action[i].sa_mask); in sig_handler()
176 sel = el; in sig_set()
197 sel = NULL; /* we are going to die if the handler is in sig_clr()