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

/freebsd-10.0-release/contrib/tcsh/
H A Dtw.parse.c115 static int is_prefixmatch (Char *, Char *, int);
702 /* is_prefixmatch():
709 is_prefixmatch(Char *check, Char *template, int enhanced) function
745 } /* end is_prefixmatch */
1103 if (!is_prefixmatch(target, item.s, enhanced))

Completed in 199 milliseconds