Searched refs:GLR_NEWLINE (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libtecla/common/ |
H A D | getline.c | 2245 gl_record_status(gl, GLR_NEWLINE, 0); in _gl_get_line() 2271 if(waserr && gl->rtn_status == GLR_NEWLINE) in _gl_get_line() 2295 case GLR_NEWLINE: /* Success */ in _gl_get_line() 2407 gl_record_status(gl, GLR_NEWLINE, 0); in _gl_query_char() 2434 if(waserr && gl->rtn_status == GLR_NEWLINE) in _gl_query_char() 2458 if(gl->rtn_status != GLR_NEWLINE) in _gl_query_char() 2915 gl_record_status(gl, GLR_NEWLINE, 0); in gl_get_query_char() 2922 gl_record_status(gl, GLR_NEWLINE, 0); in gl_get_query_char() 10295 gl_record_status(gl, GLR_NEWLINE, 0); 12696 gl_record_status(gl, GLR_NEWLINE, 0); [all …]
|
/titanic_41/usr/src/lib/libtecla/ |
H A D | libtecla.h | 1408 GLR_NEWLINE, /* A new input line was returned */ enumerator
|