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

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c1206 static void gl_record_status(GetLine *gl, GlReturnStatus rtn_status,
2245 gl_record_status(gl, GLR_NEWLINE, 0);
2272 gl_record_status(gl, GLR_ERROR, errno);
2407 gl_record_status(gl, GLR_NEWLINE, 0);
2435 gl_record_status(gl, GLR_ERROR, errno);
2915 gl_record_status(gl, GLR_NEWLINE, 0);
2922 gl_record_status(gl, GLR_NEWLINE, 0);
3184 gl_record_status(gl, GLR_BLOCKED, BLOCKED_ERRNO);
3404 gl_record_status(gl, GLR_SIGNAL, EINTR);
3485 gl_record_status(g
12812 static void gl_record_status(GetLine *gl, GlReturnStatus rtn_status, function
[all...]

Completed in 78 milliseconds