Searched refs:RUBOUT (Results 1 - 25 of 27) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Dchardefs.h137 #ifndef RUBOUT
138 #define RUBOUT 0x7f macro
H A Dkeymaps.c111 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */
H A Dbind.c479 array[l++] = (seq[i] == '?') ? RUBOUT : CTRL (_rl_to_upper (seq[i]));
486 handle, with the addition of \d -> RUBOUT. A backslash
497 array[l++] = RUBOUT; /* readline-specific */
575 else if (c == RUBOUT)
623 else if (c == RUBOUT)
1844 /* RUBOUT is translated directly into \C-? */
1845 if (key == RUBOUT)
1959 else if (key == RUBOUT)
H A Dsearch.c274 case RUBOUT:
H A Ddisplay.c780 else if (CTRL_CHAR (c) || c == RUBOUT)
1821 if ((CTRL_CHAR (c) && c != '\t') || c == RUBOUT)
1823 if (CTRL_CHAR (c) || c == RUBOUT)
1856 if (CTRL_CHAR (c) || c == RUBOUT)
H A Dcomplete.c429 if (c == 'n' || c == 'N' || c == RUBOUT)
584 if (CTRL_CHAR (*string) || *string == RUBOUT)
648 else if (*s == RUBOUT)
H A Disearch.c371 ((CTRL_CHAR (c) || META_CHAR (c) || (c) == RUBOUT) && ((c) != CTRL ('G')))
H A Dvi_mode.c1567 vi_replace_map[RUBOUT].function = rl_vi_overstrike_delete;
1573 same here. Probably should remove the assignment to RUBOUT up
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Dchardefs.h137 #ifndef RUBOUT
138 #define RUBOUT 0x7f macro
H A Dkeymaps.c111 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */
H A Dbind.c479 array[l++] = (seq[i] == '?') ? RUBOUT : CTRL (_rl_to_upper (seq[i]));
486 handle, with the addition of \d -> RUBOUT. A backslash
497 array[l++] = RUBOUT; /* readline-specific */
575 else if (c == RUBOUT)
623 else if (c == RUBOUT)
1844 /* RUBOUT is translated directly into \C-? */
1845 if (key == RUBOUT)
1959 else if (key == RUBOUT)
H A Dsearch.c274 case RUBOUT:
H A Ddisplay.c780 else if (CTRL_CHAR (c) || c == RUBOUT)
1821 if ((CTRL_CHAR (c) && c != '\t') || c == RUBOUT)
1823 if (CTRL_CHAR (c) || c == RUBOUT)
1856 if (CTRL_CHAR (c) || c == RUBOUT)
H A Dcomplete.c429 if (c == 'n' || c == 'N' || c == RUBOUT)
584 if (CTRL_CHAR (*string) || *string == RUBOUT)
648 else if (*s == RUBOUT)
H A Disearch.c371 ((CTRL_CHAR (c) || META_CHAR (c) || (c) == RUBOUT) && ((c) != CTRL ('G')))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Dchardefs.h137 #ifndef RUBOUT
138 #define RUBOUT 0x7f macro
H A Dkeymaps.c111 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */
H A Dbind.c479 array[l++] = (seq[i] == '?') ? RUBOUT : CTRL (_rl_to_upper (seq[i]));
486 handle, with the addition of \d -> RUBOUT. A backslash
497 array[l++] = RUBOUT; /* readline-specific */
575 else if (c == RUBOUT)
623 else if (c == RUBOUT)
1844 /* RUBOUT is translated directly into \C-? */
1845 if (key == RUBOUT)
1959 else if (key == RUBOUT)
H A Dsearch.c274 case RUBOUT:
H A Ddisplay.c780 else if (CTRL_CHAR (c) || c == RUBOUT)
1821 if ((CTRL_CHAR (c) && c != '\t') || c == RUBOUT)
1823 if (CTRL_CHAR (c) || c == RUBOUT)
1856 if (CTRL_CHAR (c) || c == RUBOUT)
H A Dcomplete.c429 if (c == 'n' || c == 'N' || c == RUBOUT)
584 if (CTRL_CHAR (*string) || *string == RUBOUT)
648 else if (*s == RUBOUT)
H A Disearch.c371 ((CTRL_CHAR (c) || META_CHAR (c) || (c) == RUBOUT) && ((c) != CTRL ('G')))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/tui/
H A Dtui-io.c246 if (CTRL_CHAR (c) || c == RUBOUT)
352 else if (c == RUBOUT) \
390 if (c == 'n' || c == 'N' || c == RUBOUT)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/tui/
H A Dtui-io.c246 if (CTRL_CHAR (c) || c == RUBOUT)
352 else if (c == RUBOUT) \
390 if (c == 'n' || c == 'N' || c == RUBOUT)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/tui/
H A Dtui-io.c246 if (CTRL_CHAR (c) || c == RUBOUT)
352 else if (c == RUBOUT) \
390 if (c == 'n' || c == 'N' || c == RUBOUT)

Completed in 219 milliseconds

12