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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c853 static int gl_buffer_char(GetLine *gl, char c, int bufpos);
2983 gl_buffer_char(gl, c, buff_curpos);
3004 gl_buffer_char(gl, c, buff_curpos);
3046 gl_buffer_char(gl, c, buff_curpos);
4684 gl_buffer_char(gl, toupper((int) *cptr), gl->buff_curpos);
4720 gl_buffer_char(gl, tolower((int) *cptr), gl->buff_curpos);
4782 gl_buffer_char(gl, toupper((int) *cptr), cptr - gl->line);
4785 gl_buffer_char(gl, tolower((int) *cptr), cptr - gl->line);
4906 gl_buffer_char(gl, swap[0], gl->buff_curpos);
4907 gl_buffer_char(g
11977 static int gl_buffer_char(GetLine *gl, char c, int bufpos) function
[all...]

Completed in 62 milliseconds