Home | History | Annotate | Download | only in src

Lines Matching refs:unescaped

344 	/* ... to unescaped, for comparison with the matches */
2746 char *unescaped;
2749 strndupx(unescaped, xbuf + start, olen, ATEMP);
2752 unescaped = x_glob_hlp_tilde_and_rem_qchar(unescaped, true);
2759 completed = !strncmp(words[0], unescaped, strlen(unescaped));
2761 afree(unescaped, ATEMP);