Home | History | Annotate | Download | only in src

Lines Matching defs:sel

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