Home | History | Annotate | Download | only in src

Lines Matching refs:CTRL

1587 #undef CTRL
1588 #define CTRL(x) ((x) == '?' ? 0x7F : (x) & 0x1F) /* ASCII */