OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CTRL
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/lib/libsa/
getfile.c
35
#define
CTRL
(x) ((x) & 037)
46
if (buf[0] ==
CTRL
('d') && buf[1] == 0)
/src/games/mille/
move.c
56
#undef
CTRL
57
#define
CTRL
(c) (c - 'A' + 1)
416
case
CTRL
('L'):
/src/sys/ddb/
db_output.c
71
#define
CTRL
(c) ((c) & 0xff)
138
case
CTRL
('c'):
db_input.c
71
#define
CTRL
(c) ((c) & 0x1f)
163
case
CTRL
('b'):
170
case
CTRL
('f'):
177
case
CTRL
('a'):
184
case
CTRL
('e'):
191
case
CTRL
('h'):
197
case
CTRL
('d'):
202
case
CTRL
('k'):
207
case
CTRL
('u'):
211
case
CTRL
('t')
[
all
...]
/src/sys/arch/bebox/stand/boot/
kbd.c
149
#define
CTRL
(s) (s & 0x1F)
151
(chr ==
CTRL
('A')) || (chr ==
CTRL
('S'))) {
/src/sys/arch/prep/stand/boot/
kbd.c
149
#define
CTRL
(s) (s & 0x1F)
151
(chr ==
CTRL
('A')) || (chr ==
CTRL
('S'))) {
/src/sys/sys/
ttydefaults.h
57
#define
CTRL
(x) (x&037)
58
#define CEOF
CTRL
('d')
61
#define CINTR
CTRL
('c')
62
#define CSTATUS
CTRL
('t')
63
#define CKILL
CTRL
('u')
66
#define CSUSP
CTRL
('z')
68
#define CDSUSP
CTRL
('y')
69
#define CSTART
CTRL
('q')
70
#define CSTOP
CTRL
('s')
71
#define CLNEXT
CTRL
('v'
[
all
...]
/src/lib/libedit/readline/
readline.h
79
#ifndef
CTRL
84
#ifndef
CTRL
85
#define
CTRL
(c) ((c) & 037)
93
#define ABORT_CHAR
CTRL
('G')
/src/games/cribbage/
io.c
56
#ifdef
CTRL
57
#undef
CTRL
59
#define
CTRL
(X) (X - 'A' + 1)
504
if (c ==
CTRL
('L')) {
551
putchar(
CTRL
('G'));
/src/sys/arch/evbarm/stand/bootimx23/
pinctrl_prep.c
42
#define
CTRL
(HW_PINCTRL_BASE + HW_PINCTRL_CTRL)
/src/sys/arch/luna68k/dev/
xpbus.c
63
#define
CTRL
3
206
pio0[
CTRL
] = (bit << 1) | (set & 0x01);
/src/games/cgram/
cgram.c
491
#define
CTRL
(letter) (letter - 64)
493
case
CTRL
('A'):
498
case
CTRL
('B'):
502
case
CTRL
('E'):
506
case
CTRL
('F'):
519
case
CTRL
('L'):
522
case
CTRL
('N'):
526
case
CTRL
('P'):
/src/lib/libc/citrus/modules/
citrus_hz.c
59
*
CTRL
/ASCII 00000000 00000000 00000000 gxxxxxxx
67
CTRL
= 0, ASCII = 1, GB2312 = 2, CS94 = 3, CS96 = 4
76
/*
CTRL
*/ RANGE(0x00, 0x1F),
360
range = &ranges[(size_t)
CTRL
];
/src/games/hunt/include/
hunt_common.h
172
#undef
CTRL
173
#define
CTRL
(x) ((x) & 037)
/src/bin/ksh/
emacs.c
31
#undef
CTRL
/* _BSD brain damage */
32
#define
CTRL
(x) ((x) == '?' ? 0x7F : (x) & 0x1F) /* ASCII */
106
static int x_prefix1 =
CTRL
('['), x_prefix2 =
CTRL
('X');
234
{ XFUNC_del_back, 0,
CTRL
('?') },
235
{ XFUNC_del_bword, 1,
CTRL
('?') },
236
{ XFUNC_eot_del, 0,
CTRL
('D') },
237
{ XFUNC_del_back, 0,
CTRL
('H') },
238
{ XFUNC_del_bword, 1,
CTRL
('H') },
243
{ XFUNC_mv_back, 0,
CTRL
('B') }
[
all
...]
Completed in 57 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025