Home
last modified time | relevance | path

Searched refs:pending_io (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/libtecla/common/
H A Dgetline.c390 GlPendingIO pending_io; /* The type of I/O that is currently pending */ member
1772 gl->pending_io = GLP_WRITE; /* We will start by writing the prompt */ in new_GetLine()
2843 if(gl->rtn_status == GLR_BLOCKED && gl->pending_io == GLP_READ) in gl_get_input_line()
3144 gl->pending_io = GLP_READ; in gl_read_terminal()
6840 gl->pending_io = GLP_WRITE; in gl_flush_output()
8298 if(gl->rtn_status == GLR_BLOCKED && gl->pending_io==GLP_READ) in gl_interpret_char()
10306 gl->pending_io = GLP_WRITE;
10640 GlPendingIO pending_io = GLP_WRITE; /* The requested information */ local
10650 pending_io = gl->pending_io;
10656 return pending_io;
[all …]