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

/macosx-10.9.5/bash-92/bash-3.2/
H A Dpcomplete.c648 char *ntxt; local
663 ntxt = bash_dequote_text (text);
664 tlen = STRLEN (ntxt);
668 if (tlen == 0 || STREQN (sl->list[i], ntxt, tlen))
673 FREE (ntxt);
819 char *ntxt; /* dequoted TEXT to use in comparisons */ local
838 ntxt = bash_dequote_text (text);
839 tlen = STRLEN (ntxt);
843 if (tlen == 0 || STREQN (l->word->word, ntxt, tlen))
849 FREE (ntxt);
[all...]

Completed in 107 milliseconds