Home
last modified time | relevance | path

Searched defs:CTRL (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/include/
Di8042.h68 #define CTRL 0x0010 /* control*/ macro
/external/python/cpython2/Modules/
Dtermios.c10 #define CTRL(c) ((c)&037) macro
/external/python/cpython3/Modules/
Dtermios.c8 #define CTRL(c) ((c)&037) macro
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py65 def CTRL(c): return ord(c) & 0x0f function
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py65 def CTRL(c): return ord(c) & 0x0f function
/external/curl/tests/server/
Dsws.c1460 #define CTRL 0 macro