Searched refs:readmode (Results 1 – 1 of 1) sorted by relevance
1796 enum { LINES, BYTES, UPTO, READALL } readmode = LINES; in c_read() local1827 readmode = c == 'N' ? BYTES : UPTO; in c_read()1831 readmode = READALL; in c_read()1896 if (readmode == LINES) in c_read()1956 switch (readmode) { in c_read()2035 if (readmode == READALL) in c_read()