| /netbsd-src/sys/dev/ic/ |
| H A D | pcdisplay_chars.c | 42 #define CONTROL 1 /* XXX smiley */ macro 46 CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, 47 CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, 48 CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, 49 CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, CONTROL, CONTROL,
|
| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | infomap.c | 858 CONTROL('a'), NUL, A_info_beginning_of_line, 859 CONTROL('b'), NUL, A_info_backward_char, 860 CONTROL('e'), NUL, A_info_end_of_line, 861 CONTROL('f'), NUL, A_info_forward_char, 862 CONTROL('g'), NUL, A_info_abort_key, 863 CONTROL('h'), NUL, A_info_get_help_window, 864 CONTROL('l'), NUL, A_info_redraw_display, 865 CONTROL('n'), NUL, A_info_next_line, 866 CONTROL('p'), NUL, A_info_prev_line, 867 CONTROL('r'), NUL, A_isearch_backward, [all …]
|
| H A D | infokey.h | 108 #define CONTROL(c) ((c) & 0x1f) macro 116 #define SK_ESCAPE CONTROL('k')
|
| /netbsd-src/lib/libedit/ |
| H A D | tty.h | 47 #define CONTROL(A) ((A) & 037) macro 165 # define CINTR CONTROL('c') 174 # define CKILL CONTROL('u') 177 # define CEOF CONTROL('d') 195 # define CSTART CONTROL('q') 198 # define CSTOP CONTROL('s') 201 # define CSUSP CONTROL('z') 204 # define CDSUSP CONTROL('y') 225 # define CREPRINT CONTROL('r') 228 # define CDISCARD CONTROL('o') [all …]
|
| /netbsd-src/distrib/utils/more/ |
| H A D | decode.c | 69 #define CONTROL(c) ((c)&037) macro 77 CONTROL('D'),0, A_F_SCROLL, 79 CONTROL('U'),0, A_B_SCROLL, 82 CONTROL('F'),0, A_F_SCREEN, 84 CONTROL('B'),0, A_B_SCREEN, 87 CONTROL('L'),0, A_REPAINT, 104 CONTROL('G'),0, A_STAT,
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | decode.c | 58 CONTROL('E'),0, A_F_LINE, 59 CONTROL('N'),0, A_F_LINE, 62 CONTROL('Y'),0, A_B_LINE, 64 CONTROL('P'),0, A_B_LINE, 70 CONTROL('D'),0, A_F_SCROLL, 72 CONTROL('U'),0, A_B_SCROLL, 77 CONTROL('F'),0, A_F_SCREEN, 78 CONTROL('V'),0, A_F_SCREEN, 81 CONTROL('B'),0, A_B_SCREEN, 91 CONTROL('R'),0, A_REPAINT, [all …]
|
| H A D | lesskey_parse.c | 20 #define CONTROL(c) ((c)&037) macro 21 #define ESC CONTROL('[') 217 if (xlate && ch == CONTROL('K')) in tstr() 280 if (xlate && buf[0] == CONTROL('K')) in tstr() 289 char_string(buf, CONTROL(p[1]), 1); in tstr() 290 if (xlate && buf[0] == CONTROL('K')) in tstr() 296 if (xlate && buf[0] == CONTROL('K')) in tstr()
|
| H A D | optfunc.c | 949 intr_char = CONTROL(s[1]); in opt_intr() 1026 case 'E': case 'e': case CONTROL('E'): st |= SRCH_PAST_EOF; break; in opt_search_type() 1027 case 'F': case 'f': case CONTROL('F'): st |= SRCH_FIRST_FILE; break; in opt_search_type() 1028 case 'K': case 'k': case CONTROL('K'): st |= SRCH_NO_MOVE; break; in opt_search_type() 1029 case 'N': case 'n': case CONTROL('N'): st |= SRCH_NO_MATCH; break; in opt_search_type() 1030 case 'R': case 'r': case CONTROL('R'): st |= SRCH_NO_REGEX; break; in opt_search_type() 1031 case 'W': case 'w': case CONTROL('W'): st |= SRCH_WRAP; break; in opt_search_type()
|
| H A D | less.h | 474 #define CONTROL(c) ( \ macro 533 #define CONTROL(c) ((c)&037) macro 536 #define ESC CONTROL('[') 617 #define LESS_DUMP_CHAR CONTROL(']')
|
| H A D | command.c | 388 case CONTROL('P'): in mca_opt_first_char() 561 case CONTROL('E'): /* ignore END of file */ in mca_search_char() 569 case CONTROL('F'): /* FIRST file */ in mca_search_char() 573 case CONTROL('K'): /* KEEP position */ in mca_search_char() 577 case CONTROL('S'): { /* SUBSEARCH */ in mca_search_char() 589 case CONTROL('W'): /* WRAP around */ in mca_search_char() 593 case CONTROL('R'): /* Don't use REGULAR EXPRESSIONS */ in mca_search_char() 596 case CONTROL('N'): /* NOT match */ in mca_search_char()
|
| H A D | screen.c | 403 kill_char = CONTROL('U'); in raw_mode() 404 werase_char = CONTROL('W'); in raw_mode() 421 kill_char = CONTROL('U'); in raw_mode() 422 werase_char = CONTROL('W'); in raw_mode() 501 werase_char = CONTROL('W'); in raw_mode() 584 werase_char = CONTROL('W'); in raw_mode() 635 werase_char = CONTROL('W'); in raw_mode() 675 werase_char = CONTROL('W'); in raw_mode() 701 kill_char = CONTROL('U'); in raw_mode() 714 werase_char = CONTROL('W'); in raw_mode() [all …]
|
| /netbsd-src/sys/dev/isa/ |
| H A D | seagate.c | 218 #define CONTROL STATUS macro 521 CONTROL = BASE_CMD | CMD_DRVR_ENABLE | CMD_RST; in sea_init() 523 CONTROL = BASE_CMD; in sea_init() 904 CONTROL = BASE_CMD | CMD_DRVR_ENABLE | CMD_BSY; in sea_reselect() 908 CONTROL = BASE_CMD | CMD_DRVR_ENABLE; in sea_reselect() 955 CONTROL = BASE_CMD | CMD_ATTN; in sea_reselect() 1056 CONTROL = BASE_CMD; in sea_select() 1058 CONTROL = (BASE_CMD & ~CMD_INTR) | CMD_START_ARB; in sea_select() 1073 CONTROL = BASE_CMD; in sea_select() 1080 CONTROL = in sea_select() [all …]
|
| /netbsd-src/sys/arch/hpcmips/stand/pbsdboot/res/ |
| H A D | pbsdboot.rc | 35 CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,7, 61 CONTROL "Spin1",IDC_FB_ADDRSPIN,"msctls_updown32",UDS_AUTOBUDDY | 121 CONTROL 109,IDC_ABOUT_BITMAP,"Static",SS_BITMAP,12,3,111,25 131 CONTROL "Pause before boot.",IDC_PAUSE,"Button",BS_AUTOCHECKBOX | 133 CONTROL "Load debug info.",IDC_DEBUG,"Button",BS_AUTOCHECKBOX | 135 CONTROL "Serial port on",IDC_COMM,"Button",BS_AUTOCHECKBOX | 137 CONTROL "Reverse Video",IDC_REVERSEVIDEO,"Button",
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | c64xpluscpuid.pl | 178 || STW ADDR,*CONTROL[0] 179 STW LEN,*CONTROL[1] 181 LDW *CONTROL[1],A0
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ |
| H A D | c64xpluscpuid.pl | 178 || STW ADDR,*CONTROL[0] 179 STW LEN,*CONTROL[1] 181 LDW *CONTROL[1],A0
|
| /netbsd-src/sys/arch/macppc/dev/ |
| H A D | ki2c.c | 277 x = ki2c_readreg(sc, CONTROL); in ki2c_intr() 279 ki2c_writereg(sc, CONTROL, x); in ki2c_intr() 293 ki2c_writereg(sc, CONTROL, 0); in ki2c_intr() 306 x = ki2c_readreg(sc, CONTROL) | I2C_CT_STOP; in ki2c_intr() 307 ki2c_writereg(sc, CONTROL, x); in ki2c_intr() 317 ki2c_writereg(sc, CONTROL, 0); in ki2c_intr() 363 x = ki2c_readreg(sc, CONTROL) | I2C_CT_ADDR; in ki2c_start() 364 ki2c_writereg(sc, CONTROL, x); in ki2c_start()
|
| /netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
| H A D | pbsdboot.rc | 145 "N", ID_FILE_NEW, VIRTKEY,CONTROL 146 "O", ID_FILE_OPEN, VIRTKEY,CONTROL 147 "S", ID_FILE_SAVE, VIRTKEY,CONTROL 148 "Z", ID_EDIT_UNDO, VIRTKEY,CONTROL 149 "X", ID_EDIT_CUT, VIRTKEY,CONTROL 150 "C", ID_EDIT_COPY, VIRTKEY,CONTROL 151 "V", ID_EDIT_PASTE, VIRTKEY,CONTROL 154 VK_INSERT, ID_EDIT_COPY, VIRTKEY,CONTROL
|
| /netbsd-src/games/dab/ |
| H A D | human.cc | 44 #define CONTROL(a) ((a) & 037) macro 103 case CONTROL('L'): case CONTROL('R'): in play()
|
| /netbsd-src/share/locale/ctype/charset/ |
| H A D | JISX0201-right | 11 CONTROL 0x0004 - 0x0017 0x001b - 0x001f 12 CONTROL 0x0060 - 0x007e
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-m68k.c | 1430 the_ins.operands[0].mode = CONTROL; in m68k_ip() 1474 case CONTROL: in m68k_ip() 1491 case CONTROL: in m68k_ip() 1508 case CONTROL: in m68k_ip() 1648 || opP->mode == CONTROL in m68k_ip() 1659 if (opP->mode == CONTROL in m68k_ip() 1675 case CONTROL: in m68k_ip() 1693 if (opP->mode == CONTROL in m68k_ip() 1713 case CONTROL: in m68k_ip() 1730 case CONTROL: in m68k_ip() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-m68k.c | 1432 the_ins.operands[0].mode = CONTROL; in m68k_ip() 1476 case CONTROL: in m68k_ip() 1493 case CONTROL: in m68k_ip() 1510 case CONTROL: in m68k_ip() 1650 || opP->mode == CONTROL in m68k_ip() 1661 if (opP->mode == CONTROL in m68k_ip() 1677 case CONTROL: in m68k_ip() 1695 if (opP->mode == CONTROL in m68k_ip() 1715 case CONTROL: in m68k_ip() 1732 case CONTROL: in m68k_ip() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | rcparse.h | 64 CONTROL = 265, /* CONTROL */ enumerator 169 #define CONTROL 265 macro
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | rcparse.h | 64 CONTROL = 265, /* CONTROL */ enumerator 169 #define CONTROL 265 macro
|
| /netbsd-src/share/locale/ctype/ |
| H A D | tr_TR.ISO8859-9.src | 33 CONTROL 0x00 - 0x1f 0x7f 54 CONTROL 0x80 - 0x9f
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
| H A D | dce_opp.h | 80 SRI(CONTROL, FMT_MEMORY, id) 84 SRI(CONTROL, FMT_MEMORY, id) 259 uint32_t CONTROL; member
|