Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.parse.c111 static int is_prefixmatch (Char *, Char *, int);
709 is_prefixmatch(Char *check, Char *template, int enhanced) in is_prefixmatch() function
1103 if (!is_prefixmatch(target, item.s, enhanced)) in tw_collect_items()