Home | History | Annotate | Download | only in libedit

Lines Matching defs:sel

55 static EditLine *sel = NULL;
82 sel->el_signal->sig_no = signo;
86 tty_rawmode(sel);
87 if (ed_redisplay(sel, 0) == CC_REFRESH)
88 re_refresh(sel);
89 terminal__flush(sel);
93 el_resize(sel);
97 tty_cookedmode(sel);
105 (void) sigaction(signo, &sel->el_signal->sig_action[i], NULL);
106 sel->el_signal->sig_action[i].sa_handler = SIG_ERR;
107 sel->el_signal->sig_action[i].sa_flags = 0;
108 sigemptyset(&sel->el_signal->sig_action[i].sa_mask);
173 sel = el;