Home
last modified time | relevance | path

Searched refs:esc_buf (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/utils/
HDedit.c553 static void show_esc_buf(const char *esc_buf, char c, int i) in show_esc_buf() argument
556 printf("\rESC buffer '%s' c='%c' [%d]\n", esc_buf, c, i); in show_esc_buf()
764 static char esc_buf[7]; in edit_read_key() local
781 show_esc_buf(esc_buf, c, 0); in edit_read_key()
784 esc_buf[esc++] = c; in edit_read_key()
785 esc_buf[esc] = '\0'; in edit_read_key()
790 if (esc_buf[0] != '[' && esc_buf[0] != 'O') { in edit_read_key()
791 show_esc_buf(esc_buf, c, 1); in edit_read_key()
804 return esc_seq_to_key(esc_buf); in edit_read_key()
807 show_esc_buf(esc_buf, c, 2); in edit_read_key()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c6292 char *esc_buf = NULL, *d_esc_buf = NULL; in handle_braces() local
6365 if (esc_buf && esc_buf != d_esc_buf) in handle_braces()
6366 free (esc_buf); in handle_braces()
6367 esc_buf = NULL; in handle_braces()
6368 ep = esc_buf = (char *) xmalloc (end_atom - atom - esc + 1); in handle_braces()
6376 atom = esc_buf; in handle_braces()
6446 d_esc_buf = esc_buf; in handle_braces()
6480 if (d_esc_buf && d_esc_buf != esc_buf) in handle_braces()
6482 if (esc_buf) in handle_braces()
6483 free (esc_buf); in handle_braces()