Searched refs:CKILL (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/libs/edit/
H A Dtty.h174 #ifndef CKILL
175 # define CKILL CONTROL('u') macro
176 #endif /* CKILL */
H A Dtty.c88 CINTR, CQUIT, CERASE, CKILL,
97 CINTR, CQUIT, CERASE, CKILL,
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c644 #if !(defined(CERASE) && defined(CINTR) && defined(CKILL) && defined(CQUIT))
648 #undef CKILL macro
667 #ifndef CKILL
668 #define CKILL CTRL('U') macro
716 mode.c_cc[VKILL] = CHK(mode.c_cc[VKILL], CKILL);
848 mode.c_cc[VKILL] = tkillchar >= 0 ? tkillchar : CKILL;
1252 report("Kill", VKILL, CKILL);
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c86 #ifndef CKILL
87 # define CKILL Control ('u') macro
384 {"kill", CKILL, VKILL},
1127 mode->c_cc[VKILL] = CKILL;

Completed in 82 milliseconds