HomeSort by: relevance | last modified time | path
    Searched refs:MAX_CBUF_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
get_wch.c 109 *end = (*end + 1) % MAX_CBUF_SIZE;
117 *working = (*working + 1) % MAX_CBUF_SIZE;
164 *end = (*end + 1) % MAX_CBUF_SIZE;
201 *working = *start = (*start +1) % MAX_CBUF_SIZE;
220 *end = (*end + 1) % MAX_CBUF_SIZE;
231 *working = (*working+1) % MAX_CBUF_SIZE;
240 (*start + 1) % MAX_CBUF_SIZE;
249 (*working + ret) % MAX_CBUF_SIZE;
296 *end - *working : MAX_CBUF_SIZE - *working;
317 (*working + (int) mlen) % MAX_CBUF_SIZE;
    [all...]
curses_private.h 294 #define MAX_CBUF_SIZE 8
300 char cbuf[ MAX_CBUF_SIZE ]; /* input character buffer */

Completed in 12 milliseconds