Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
HDprompt.c264 #define TERMINAL_NONE 0x80000 /* no character read, retry */ macro
265 #define TERMINAL_DEL (TERMINAL_NONE + 1) /* the input was a deleteion */
266 #define TERMINAL_EOL (TERMINAL_NONE + 2) /* end of input/end of line */
267 #define TERMINAL_EOF (TERMINAL_NONE + 3) /* end of file during input */
347 *code = TERMINAL_NONE; in terminal_getc()
367 *code = TERMINAL_NONE; in terminal_getc()
415 *code = TERMINAL_NONE; in terminal_getc()
427 *code = TERMINAL_NONE; in terminal_getc()
459 *code = TERMINAL_NONE; in terminal_getc()
515 case TERMINAL_NONE: in prompt()