Searched refs:unget_buf (Results 1 - 1 of 1) sorted by path

/macosx-10.10.1/pdisk-9/
H A Dio.c82 short unget_buf[UNGET_MAX_COUNT+1]; variable
103 return (unget_buf[--unget_count]);
114 // the unget_buf, but what's a little overkill among friends?
117 unget_buf[unget_count++] = c;

Completed in 166 milliseconds