Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dhexedit.c26 #define CTRL(c) ((c) & (uint8_t)~0x60) macro
/busybox-1.35.0/libbb/
Dlineedit.c2259 #define CTRL(a) ((a) & ~0x40) macro