Searched defs:DELBIT (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/builtin/ | ||
H A D | tr.c | 100 #define DELBIT (1<<(CHAR_BIT+2)) macro 360 tr->code[c] |= DELBIT; 392 if (!(tr->code[x] & DELBIT)) 480 if (!(c & DELBIT) && c != oldc) |
Completed in 1467 milliseconds