Searched refs:NEXT_LINE_INCOMPLETE (Results 1 – 4 of 4) sorted by relevance
82 SOP_FETCH(str) == NEXT_LINE_INCOMPLETE && in stream_wide_prime()148 return (NEXT_LINE_INCOMPLETE); in stream_wide_fetch()177 ret_val = NEXT_LINE_INCOMPLETE; in stream_wide_fetch()
122 SOP_FETCH(str) == NEXT_LINE_INCOMPLETE && in stream_stdio_prime()212 return (NEXT_LINE_INCOMPLETE); in stream_stdio_fetch()251 ret_val = NEXT_LINE_INCOMPLETE; in stream_stdio_fetch()
527 (fetch_result = SOP_FETCH(src)) == NEXT_LINE_INCOMPLETE) in stream_insert()536 if (fetch_result == NEXT_LINE_INCOMPLETE) { in stream_insert()545 if (fetch_result != NEXT_LINE_INCOMPLETE && in stream_insert()
131 #define NEXT_LINE_INCOMPLETE 0x1 macro