Searched defs:gl_print_char (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c829 static int gl_print_char(GetLine *gl, char c, char pad);
2909 gl_print_char(gl, c, ' ');
3051 if(gl_print_char(gl, c, gl->line[gl->buff_curpos]))
4073 static int gl_print_char(GetLine *gl, char c, char pad) function
4131 if(gl_print_char(gl, pad ? pad : ' ', ' ') ||
4165 if(gl_print_char(gl, *cptr, nextc ? nextc : pad))
4690 if(gl_print_char(gl, *cptr, cptr[1]))
4726 if(gl_print_char(gl, *cptr, cptr[1]))
4792 if(gl_print_char(gl, *cptr, cptr[1]))
4917 if(gl_print_char(g
[all...]

Completed in 81 milliseconds