Searched refs:CTRL (Results 1 - 25 of 67) sorted by relevance

123

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dttydefaults.h87 #define CTRL(x) (x&037) macro
88 #define CEOF CTRL('d')
91 #define CINTR CTRL('c')
92 #define CSTATUS CTRL('t')
93 #define CKILL CTRL('u')
96 #define CSUSP CTRL('z')
98 #define CDSUSP CTRL('y')
99 #define CSTART CTRL('q')
100 #define CSTOP CTRL('s')
101 #define CLNEXT CTRL('
[all...]
/macosx-10.10.1/ncurses-44/ncurses/c++/
H A Dinternal.h52 #ifndef CTRL
53 #define CTRL(x) ((x) & 0x1f) macro
H A Dcursesf.cc337 case CTRL('X') : return(CMD_QUIT); // eXit
339 case CTRL('F') : return(REQ_NEXT_FIELD); // Forward
340 case CTRL('B') : return(REQ_PREV_FIELD); // Backward
341 case CTRL('L') : return(REQ_LEFT_FIELD); // Left
342 case CTRL('R') : return(REQ_RIGHT_FIELD); // Right
343 case CTRL('U') : return(REQ_UP_FIELD); // Up
344 case CTRL('D') : return(REQ_DOWN_FIELD); // Down
346 case CTRL('W') : return(REQ_NEXT_WORD);
347 case CTRL('T') : return(REQ_PREV_WORD);
349 case CTRL('
[all...]
H A Dcursesm.cc265 case CTRL('X') : return(CMD_QUIT); // eXit
268 case CTRL('N') : return(REQ_NEXT_ITEM); // Next
270 case CTRL('P') : return(REQ_PREV_ITEM); // Previous
272 case CTRL('U') : return(REQ_SCR_ULINE); // Up
273 case CTRL('D') : return(REQ_SCR_DLINE); // Down
274 case CTRL('F') : return(REQ_SCR_DPAGE); // Forward
275 case CTRL('B') : return(REQ_SCR_UPAGE); // Backward
277 case CTRL('Y') : return(REQ_CLEAR_PATTERN);
278 case CTRL('H') : return(REQ_BACK_PATTERN);
279 case CTRL('
[all...]
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dedit_field.c51 CTRL('A'), REQ_NEXT_CHOICE, ""
54 CTRL('B'), REQ_PREV_WORD, "go to previous word"
57 CTRL('C'), REQ_CLR_EOL, "clear to end of line"
60 CTRL('D'), REQ_DOWN_FIELD, "move downward to field"
63 CTRL('E'), REQ_END_FIELD, "go to end of field"
66 CTRL('F'), REQ_NEXT_PAGE, "go to next page"
69 CTRL('G'), REQ_DEL_WORD, "delete current word"
72 CTRL('H'), REQ_DEL_PREV, "delete previous character"
75 CTRL('I'), REQ_INS_CHAR, "insert character"
78 CTRL('
[all...]
H A Dredraw.c119 case CTRL('W'):
123 case CTRL('L'):
H A Dtest.priv.h352 #undef CTRL macro
353 #define CTRL(x) ((x) & 0x1f) macro
355 #define QUIT CTRL('Q')
356 #define ESCAPE CTRL('[')
H A Dncurses.c207 while ((c = wgetch(win)) == CTRL('T')) {
249 case CTRL('U'):
336 while ((c = wget_wch(win, result)) == CTRL('T')) {
419 case CTRL('U'):
1412 case CTRL('L'):
1688 case CTRL('L'):
2008 case CTRL('p'):
2016 case CTRL('n'):
2024 case CTRL('b'):
2035 case CTRL('
[all...]
/macosx-10.10.1/vim-55/runtime/
H A Dmswin.vim26 " CTRL-X and SHIFT-Del are Cut
30 " CTRL-C and CTRL-Insert are Copy
34 " CTRL-V and SHIFT-Insert are Paste
52 " Use CTRL-Q to do what CTRL-V used to do
55 " Use CTRL-S for saving, also in Insert mode
60 " For CTRL-V to work autoselect must be off.
66 " CTRL-Z is Undo; not in cmdline though
70 " CTRL
[all...]
H A Dvimrc_example.vim40 " CTRL-U in insert mode deletes a lot. Use CTRL-G u to first break undo,
41 " so that you can undo CTRL-U after inserting a line break.
/macosx-10.10.1/lukemftp-14/tnftp/libedit/readline/
H A Dreadline.h74 #ifndef CTRL
79 #ifndef CTRL
80 #define CTRL(c) ((c) & 037) macro
88 #define ABORT_CHAR CTRL('G')
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dchardefs.h46 #ifdef CTRL
47 # undef CTRL macro
64 #define CTRL(c) ((c) & control_character_mask) macro
134 #define RETURN CTRL('M')
148 #define ABORT_CHAR CTRL('G')
153 #define PAGE CTRL('L')
163 #define ESC CTRL('[')
H A Dsearch.c260 case CTRL('W'):
264 case CTRL('U'):
272 case CTRL('H'):
282 case CTRL('C'):
283 case CTRL('G'):
H A Dkeymaps.c112 newmap[CTRL('H')].function = rl_rubout;
/macosx-10.10.1/Heimdal-398.1.2/lib/libedit/src/editline/
H A Dreadline.h76 #ifndef CTRL
81 #ifndef CTRL
82 #define CTRL(c) ((c) & 037) macro
90 #define ABORT_CHAR CTRL('G')
/macosx-10.10.1/libedit-40/src/editline/
H A Dreadline.h76 #ifndef CTRL
81 #ifndef CTRL
82 #define CTRL(c) ((c) & 037) macro
90 #define ABORT_CHAR CTRL('G')
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/widget/
H A Dscreenruler.tcl13 set CTRL "Command-"
16 set CTRL Ctrl+
25 $dlg menu add command -label "Save Image" -accelerator ${CTRL}s \
47 -underline 1 -accelerator ${CTRL}q -command { exit }
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Di960.h33 the instruction generated (a CTRL-format 'call') should have its relocation
37 #define CTRL 0 macro
139 char format; /* REG, COBR, CTRL, MEMn, COJ, FBRA, or CALLJ */
169 /* if a CTRL instruction has an operand, it's always a displacement */
173 { 0x08000000, "b", I_BASE, CTRL, 1, { 0, 0, 0 } },
174 { 0x09000000, "call", I_BASE, CTRL, 1, { 0, 0, 0 } },
175 { 0x0a000000, "ret", I_BASE, CTRL, 0, { 0, 0, 0 } },
176 { 0x0b000000, "bal", I_BASE, CTRL, 1, { 0, 0, 0 } },
177 { 0x10000000, "bno", I_BASE, CTRL, 1, { 0, 0, 0 } },
179 { 0x10000000, "bf", I_BASE, CTRL,
[all...]
H A Dmaxq.h321 #define CTRL MOD8 /* For the module containing the control registers. */ macro
366 /* Accumulator Pointer CTRL[0h] */
368 "AP", CTRL, 0x0, 0x00 | CTRL, Reg_8W, MAX},
369 /* Accumulator Pointer Control Register : CTRL[1h] */
372 "APC", CTRL, 0x1, 0x10 | CTRL, Reg_8W, MAX},
373 /* Processor Status Flag Register CTRL[4h] Note: Bits 6 and 7 read only */
375 "PSF", CTRL, 0x4, 0x40 | CTRL, Reg_8
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Djavascript.vim19 " Set completion with CTRL-X CTRL-O to autoloaded function.
H A Dc.vim24 " Set completion with CTRL-X CTRL-O to autoloaded function.
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/examples/
H A Dexcallback.c120 rl_add_defun("change-prompt", change_prompt, CTRL('t'));
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dhelp.vim65 syn match helpSpecial "CTRL-."
66 syn match helpSpecial "CTRL-Break"
67 syn match helpSpecial "CTRL-PageUp"
68 syn match helpSpecial "CTRL-PageDown"
69 syn match helpSpecial "CTRL-Insert"
70 syn match helpSpecial "CTRL-Del"
71 syn match helpSpecial "CTRL-{char}"
/macosx-10.10.1/vim-55/runtime/doc/
H A Dvim2html.pl138 s/CTRL-(\w+)/<code class="keystroke">CTRL-$1<\/code>/g;
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dtset.c134 #undef CTRL macro
135 #define CTRL(x) ((x) & 0x1f) macro
687 #define CEOF CTRL('D')
690 #define CERASE CTRL('H')
696 #define CKILL CTRL('U')
699 #define CLNEXT CTRL('v')
702 #define CRPRNT CTRL('r')
705 #define CQUIT CTRL('\\')
708 #define CSTART CTRL('Q')
711 #define CSTOP CTRL('
[all...]

Completed in 179 milliseconds

123