Searched refs:NEXT_LINE_INCOMPLETE (Results 1 – 4 of 4) sorted by relevance
80 SOP_FETCH(str) == NEXT_LINE_INCOMPLETE && in stream_wide_prime()146 return (NEXT_LINE_INCOMPLETE); in stream_wide_fetch()175 ret_val = NEXT_LINE_INCOMPLETE; in stream_wide_fetch()
120 SOP_FETCH(str) == NEXT_LINE_INCOMPLETE && in stream_stdio_prime()210 return (NEXT_LINE_INCOMPLETE); in stream_stdio_fetch()249 ret_val = NEXT_LINE_INCOMPLETE; in stream_stdio_fetch()
525 (fetch_result = SOP_FETCH(src)) == NEXT_LINE_INCOMPLETE) in stream_insert()534 if (fetch_result == NEXT_LINE_INCOMPLETE) { in stream_insert()543 if (fetch_result != NEXT_LINE_INCOMPLETE && in stream_insert()
129 #define NEXT_LINE_INCOMPLETE 0x1 macro