Home
last modified time | relevance | path

Searched refs:CTRL (Results 1 – 25 of 33) sorted by relevance

12

/external/jline/src/src/main/resources/jline/
Dwindowsbindings.properties4 # CTRL-A: move to the beginning of the line
7 # CTRL-B: move to the previous character
10 # CTRL-C: toggle overtype mode (frankly, I wasn't sure where to bind this)
13 # CTRL-D: close out the input stream
16 # CTRL-E: move the cursor to the end of the line
19 # CTRL-F: move to the next character
22 # CTRL-G: move to the previous word
25 # CTRL-H: delete the previous character
28 # TAB, CTRL-I: signal that console completion should be attempted
31 # CTRL-J, CTRL-M: newline
[all …]
Dkeybindings-mac.properties4 # CTRL-B: move to the previous character
7 # CTRL-G: move to the previous word
10 # CTRL-F: move to the next character
13 # CTRL-A: move to the beginning of the line
16 # CTRL-D: close out the input stream
19 # CTRL-E: move the cursor to the end of the line
22 # BACKSPACE, CTRL-H: delete the previous character
27 # TAB, CTRL-I: signal that console completion should be attempted
30 # CTRL-J, CTRL-M: newline
33 # CTRL-K: erase the current line
[all …]
Dkeybindings.properties4 # CTRL-A: move to the beginning of the line
7 # CTRL-B: move to the previous character
10 # CTRL-D: close out the input stream
13 # CTRL-E: move the cursor to the end of the line
16 # CTRL-F: move to the next character
19 # CTRL-G: move to the previous word
22 # BACKSPACE, CTRL-H: delete the previous character
27 # TAB, CTRL-I: signal that console completion should be attempted
30 # CTRL-J, CTRL-M: newline
33 # CTRL-K: erase the current line
[all …]
/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py65 def CTRL(c): return ord(c) & 0x0f function
66 CERASE = CTRL('H')
67 CKILL = CTRL('U')
68 CEOF = CTRL('d')
70 CSTART = CTRL('q')
71 CSTOP = CTRL('s')
72 CSWTCH = CTRL('z')
75 CLNEXT = CTRL('v')
76 CWERASE = CTRL('w')
77 CFLUSHO = CTRL('o')
[all …]
/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py65 def CTRL(c): return ord(c) & 0x0f function
66 CERASE = CTRL('H')
67 CKILL = CTRL('U')
68 CEOF = CTRL('d')
70 CSTART = CTRL('q')
71 CSTOP = CTRL('s')
72 CSWTCH = CTRL('z')
75 CLNEXT = CTRL('v')
76 CWERASE = CTRL('w')
77 CFLUSHO = CTRL('o')
[all …]
/external/mksh/src/
Dedit.c1039 { XFUNC_del_back, 0, CTRL('?') },
1040 { XFUNC_del_bword, 1, CTRL('?') },
1041 { XFUNC_eot_del, 0, CTRL('D') },
1042 { XFUNC_del_back, 0, CTRL('H') },
1043 { XFUNC_del_bword, 1, CTRL('H') },
1048 { XFUNC_mv_back, 0, CTRL('B') },
1049 { XFUNC_mv_forw, 0, CTRL('F') },
1050 { XFUNC_search_char_forw, 0, CTRL(']') },
1051 { XFUNC_search_char_back, 1, CTRL(']') },
1052 { XFUNC_newline, 0, CTRL('M') },
[all …]
Dsh.h1993 #undef CTRL
1994 #define CTRL(x) ((x) == '?' ? 0x7F : (x) & 0x1F) /* ASCII */ macro
Dmisc.c2172 wc = CTRL(c); in unbksl()
/external/libedit/src/editline/
Dreadline.h76 #ifndef CTRL
81 #ifndef CTRL
82 #define CTRL(c) ((c) & 037) macro
90 #define ABORT_CHAR CTRL('G')
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-HS20425 <3>CTRL-EVENT-SCAN-RESULTS
429 <3>CTRL-EVENT-EAP-STARTED EAP authentication started
430 <3>CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
431 <3>CTRL-EVENT-EAP-METHOD EAP vendor 0 method 21 (TTLS) selected
432 <3>CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
434 <3>CTRL-EVENT-CONNECTED - Connection to 02:00:00:00:01:00 completed (auth) [id=0 id_str=]
457 <3>CTRL-EVENT-DISCONNECTED bssid=02:00:00:00:01:00 reason=1 locally_generated=1
466 <3>CTRL-EVENT-SCAN-RESULTS
470 <3>CTRL-EVENT-EAP-STARTED EAP authentication started
471 <3>CTRL-EVENT-EAP-PROPOSED-METHOD vendor=0 method=21
[all …]
DREADME719 "CTRL-REQ-<type>-<id>:<text>" prefix. <type> is IDENTITY, PASSWORD, or
737 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar
742 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
DChangeLog172 CTRL-REQ/RSP-PSK_PASSPHRASE)
266 (CTRL-EVENT-EAP-PEER-ALT)
318 * fixed CTRL-EVENT-REGDOM-CHANGE event init parameter value
541 and EAP-AKA' (CTRL-REQ-SIM and CTRL-RSP-SIM commands over control
866 - Add event CTRL-EVENT-ASSOC-REJECT for association rejected.
1206 * added ctrl_iface monitor event (CTRL-EVENT-SCAN-RESULTS) for
1830 with "CTRL-EVENT-EAP-NOTIFICATION" prefix
/external/syslinux/gpxe/src/drivers/net/e1000/
De1000_hw.c585 ctrl = E1000_READ_REG(hw, CTRL); in e1000_reset_hw()
589 E1000_WRITE_REG(hw, CTRL, (ctrl | E1000_CTRL_PHY_RST)); in e1000_reset_hw()
639 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
657 E1000_WRITE_REG(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
661 E1000_WRITE_REG(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
817 reg_ctrl = E1000_READ_REG(hw, CTRL); in e1000_initialize_hardware_bits()
821 E1000_WRITE_REG(hw, CTRL, reg_ctrl); in e1000_initialize_hardware_bits()
991 ctrl = E1000_READ_REG(hw, CTRL); in e1000_init_hw()
992 E1000_WRITE_REG(hw, CTRL, ctrl | E1000_CTRL_PRIOR); in e1000_init_hw()
1314 ctrl = E1000_READ_REG(hw, CTRL); in e1000_setup_fiber_serdes_link()
[all …]
De1000.c563 uint32_t ctrl = E1000_READ_REG(&adapter->hw, CTRL); in e1000_reset()
568 E1000_WRITE_REG(&adapter->hw, CTRL, ctrl); in e1000_reset()
/external/curl/tests/server/
Dsws.c1398 #define CTRL 0 macro
1424 clientfd[CTRL] = *infdp; in http_connect()
1434 serverfd[CTRL] = connect_to(ipaddr, ipport); in http_connect()
1435 if(serverfd[CTRL] == CURL_SOCKET_BAD) in http_connect()
1443 max_tunnel_idx = CTRL; in http_connect()
1459 poll_client_rd[CTRL] && poll_client_wr[CTRL] && in http_connect()
1460 poll_server_rd[CTRL] && poll_server_wr[CTRL]) { in http_connect()
1747 max_tunnel_idx = secondary ? DATA : CTRL; in http_connect()
1765 for(i = DATA; i >= CTRL; i--) { in http_connect()
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml70 with "CTRL-REQ-&lt;type&gt;-&lt;id&gt;:&lt;text&gt;"
93 CTRL-REQ-PASSWORD-1:Password needed for SSID foobar
100 CTRL-REQ-OTP-2:Challenge 1235663 needed for SSID foobar
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DSignals.inc169 // (such as CTRL/C) occurs. This causes concurrency issues with the above
233 // Enter it immediately. Now if someone hits CTRL/C, the console handler
466 InterruptFunction = 0; // Don't run it on another CTRL-C.
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.343 displayed if CTRL-\ (SIGQUIT from keyboard) typed.
46 now displayed if CTRL-\ (SIGQUIT from keyboard) is typed twice within
/external/ltp/testcases/network/
DREADME.md88 press CTRL+C to stop ./network.sh.
/external/boringssl/src/
DPORTING.md205 ## Replacements for `CTRL` values
214 `CTRL` value | Replacement function(s)
/external/autotest/docs/
Dtest-that.md7 - CTRL+C kills `test_that` and all its autoserv children. Orphaned processes
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc205 // (such as CTRL/C) occurs. This causes concurrency issues with the above
435 // Enter it immediately. Now if someone hits CTRL/C, the console handler
825 InterruptFunction = 0; // Don't run it on another CTRL-C.
/external/llvm/lib/Support/Windows/
DSignals.inc204 // (such as CTRL/C) occurs. This causes concurrency issues with the above
434 // Enter it immediately. Now if someone hits CTRL/C, the console handler
824 InterruptFunction = 0; // Don't run it on another CTRL-C.
/external/python/cpython2/Modules/
Dtermios.c10 #define CTRL(c) ((c)&037) macro
/external/python/cpython2/Misc/
DNEWS4285 the following case: sys.stdin.read() stopped with CTRL+d (end of file),
4286 raw_input() interrupted by CTRL+c.
4867 - Issue #1195: Fix input() if it is interrupted by CTRL+d and then CTRL+c,
4868 clear the end-of-file indicator after CTRL+d.
4894 (EINTR), for example if the program is stopped with CTRL+z on Mac OS X. Patch
5995 - Issue #9524: Document that two CTRL* signals are meant for use only
6659 sending CTRL+C and CTRL+BREAK events to console subprocesses.

12