Searched refs:d_esc_buf (Results 1 – 1 of 1) sorted by relevance
6292 char *esc_buf = NULL, *d_esc_buf = NULL; in handle_braces() local6365 if (esc_buf && esc_buf != d_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()6481 free (d_esc_buf); in handle_braces()