Home
last modified time | relevance | path

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

/openbsd/src/sbin/pdisk/
Dio.c43 short unget_buf[UNGET_MAX_COUNT + 1]; variable
54 return unget_buf[--unget_count]; in my_getch()
68 unget_buf[unget_count++] = c; in my_ungetch()