Home
last modified time | relevance | path

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

/external/libedit/src/
Dtty.c402 {"start", C_SH(C_START), MD_CHAR},
671 case C_START: in tty__getcharindex()
769 s[C_START] = td->c_cc[VSTART]; in tty__getchar()
851 td->c_cc[VSTART] = s[C_START]; in tty__setchar()
Dtty.h418 #define C_START 10 macro