Lines Matching defs:gl_print_control_sequence

821 static int gl_print_control_sequence(GetLine *gl, int nline,
3917 static int gl_print_control_sequence(GetLine *gl, int nline, const char *string)
3991 if(gl_print_control_sequence(gl, 1, gl->down))
3998 if(gl_print_control_sequence(gl, 1, gl->up))
4011 if(gl_print_control_sequence(gl, 1, tparm((char *)gl->right_n,
4018 if(gl_print_control_sequence(gl, 1, gl->right))
4032 if(gl_print_control_sequence(gl, 1, tparm((char *)gl->left_n,
4039 if(gl_print_control_sequence(gl, 1, gl->left))
4856 if(gl_print_control_sequence(gl, gl->nline, gl->home) ||
4857 gl_print_control_sequence(gl, gl->nline, gl->clear_eod))
8027 gl_print_control_sequence(gl, 1, gl->sound_bell);
9783 if(gl_print_control_sequence(gl, 1, gl->bol))
9866 if(gl_print_control_sequence(gl, 1, gl->text_attr_off))
9875 gl_print_control_sequence(gl, 1, gl->bold))
9878 gl_print_control_sequence(gl, 1, gl->underline))
9881 gl_print_control_sequence(gl, 1, gl->standout))
9884 gl_print_control_sequence(gl, 1, gl->dim))
9887 gl_print_control_sequence(gl, 1, gl->reverse))
9890 gl_print_control_sequence(gl, 1, gl->blink))
9904 if(gl_print_control_sequence(gl, 1, gl->text_attr_off))
12170 if(gl_print_control_sequence(gl, 1, gl->up))
12173 if(gl_print_control_sequence(gl, 1, gl->bol))
12178 if(gl_print_control_sequence(gl, gl->nline, gl->clear_eod))
12221 if(gl_print_control_sequence(gl, 1, gl->clear_eol))
12234 if(gl_print_control_sequence(gl, 1, gl->down) ||
12235 gl_print_control_sequence(gl, 1, gl->bol) ||
12236 gl_print_control_sequence(gl, gl->nline, gl->clear_eod))