HomeSort by: relevance | last modified time | path
    Searched refs:t_eum (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
setterm.c 161 const char *t_eum = t_exit_underline_mode(screen->term); local in function:_cursesi_setterm
172 if (t_eum != NULL && !strcmp(t_op, t_eum))
197 if (t_eum != NULL) {
198 if (does_esc_m(t_eum))
202 if (t_esm && !strcmp(t_eum, t_esm))
205 if (t_eam != NULL && !strcmp(t_eum, t_eam))
208 if (t_op != NULL && !strcmp(t_eum, t_op))
222 if (t_eum != NULL && !strcmp(t_esm, t_eum))
    [all...]
setterm.c 161 const char *t_eum = t_exit_underline_mode(screen->term); local in function:_cursesi_setterm
172 if (t_eum != NULL && !strcmp(t_op, t_eum))
197 if (t_eum != NULL) {
198 if (does_esc_m(t_eum))
202 if (t_esm && !strcmp(t_eum, t_esm))
205 if (t_eam != NULL && !strcmp(t_eum, t_eam))
208 if (t_op != NULL && !strcmp(t_eum, t_op))
222 if (t_eum != NULL && !strcmp(t_esm, t_eum))
    [all...]

Completed in 27 milliseconds