Searched refs:CTRL_CHAR (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dchardefs.h60 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0)) macro
H A Dsignals.c768 if (CTRL_CHAR (c) || c == RUBOUT)
771 cstr[1] = CTRL_CHAR (c) ? UNCTRL (c) : '?';
H A Ddisplay.c1110 else if (CTRL_CHAR (c) || c == RUBOUT)
1114 invis_addc (&out, CTRL_CHAR (c) ? UNCTRL (c) : '?', cur_face);
2878 if ((CTRL_CHAR (c) && c != '\t') || c == RUBOUT)
2880 if (CTRL_CHAR (c) || c == RUBOUT)
2885 c = CTRL_CHAR (c) ? UNCTRL (c) : '?';
2912 if (CTRL_CHAR (c) || c == RUBOUT)
H A Dbind.c704 else if (CTRL_CHAR (c))
756 else if (CTRL_CHAR (c))
2531 if (CTRL_CHAR (c))
2635 if (CTRL_CHAR (c) || c == RUBOUT)
H A Disearch.c333 ((CTRL_CHAR (c) || META_CHAR (c) || (c) == RUBOUT) && ((c) != CTRL ('G')))
H A Dcomplete.c769 if (CTRL_CHAR (string[pos]) || string[pos] == RUBOUT)
860 if (CTRL_CHAR (*s))
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dchardefs.h60 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0)) macro
H A Dsignals.c729 if (CTRL_CHAR (c) || c == RUBOUT)
732 cstr[1] = CTRL_CHAR (c) ? UNCTRL (c) : '?';
H A Ddisplay.c1021 else if (CTRL_CHAR (c) || c == RUBOUT)
1025 line[out++] = CTRL_CHAR (c) ? UNCTRL (c) : '?';
2575 if ((CTRL_CHAR (c) && c != '\t') || c == RUBOUT)
2577 if (CTRL_CHAR (c) || c == RUBOUT)
2582 c = CTRL_CHAR (c) ? UNCTRL (c) : '?';
2609 if (CTRL_CHAR (c) || c == RUBOUT)
H A Dbind.c671 else if (CTRL_CHAR (c))
723 else if (CTRL_CHAR (c))
2483 if (CTRL_CHAR (c))
2584 else if (CTRL_CHAR (key))
H A Disearch.c322 ((CTRL_CHAR (c) || META_CHAR (c) || (c) == RUBOUT) && ((c) != CTRL ('G')))
H A Dcomplete.c756 if (CTRL_CHAR (string[pos]) || string[pos] == RUBOUT)
847 if (CTRL_CHAR (*s))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-io.c66 #undef CTRL_CHAR macro
67 #define CTRL_CHAR(c) \ macro
549 if (CTRL_CHAR (c) || c == RUBOUT)
552 waddch (w, CTRL_CHAR (c) ? UNCTRL (c) : '?');
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-io.c68 #undef CTRL_CHAR macro
69 #define CTRL_CHAR(c) \ macro
615 if (CTRL_CHAR (c) || c == RUBOUT)
618 waddch (w, CTRL_CHAR (c) ? UNCTRL (c) : '?');
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcompleter.c2686 if (CTRL_CHAR (string[pos]) || string[pos] == RUBOUT)
2760 if (CTRL_CHAR (*s))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dcompleter.c2583 if (CTRL_CHAR (string[pos]) || string[pos] == RUBOUT)
2657 if (CTRL_CHAR (*s))

Completed in 380 milliseconds