Home
last modified time | relevance | path

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

/openbsd/lib/libedit/
H A Dtty.h432 #define C_NCC 25 macro
458 typedef unsigned char ttychar_t[NN_IO][C_NCC];
H A Dtty.c534 for (rst = 0; rst < C_NCC - 2; rst++) in tty_setup()
541 for (rst = 0; rst < C_NCC; rst++) in tty_setup()
1036 for (i = 0; i < C_NCC; i++) in tty_rawmode()
1041 if (i != C_NCC) { in tty_rawmode()
1046 for (i = 0; i < C_NCC; i++) in tty_rawmode()
1052 for (i = 0; i < C_NCC; i++) in tty_rawmode()
1310 for (i = 0; i < C_NCC; i++) { in tty_printchar()