OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSTOP
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/include/sys/
ttydefaults.h
70
#define
CSTOP
CTRL('s')
103
[VSTOP] =
CSTOP
,
/development/ndk/platforms/android-L/include/sys/
ttydefaults.h
70
#define
CSTOP
CTRL('s')
103
[VSTOP] =
CSTOP
,
/external/libedit/src/
tty.h
199
#ifndef
CSTOP
200
# define
CSTOP
CONTROL('s')
201
#endif /*
CSTOP
*/
Completed in 229 milliseconds