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

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.file.c76 static int is_prefix (const Char *, const Char *);
539 if (!is_prefix(name, item))
651 is_prefix(const Char *check, const Char *template) function
H A Dtw.parse.c114 static int is_prefix (Char *, Char *);
687 /* is_prefix():
693 is_prefix(Char *check, Char *template) function
699 } /* end is_prefix */
1106 if (!is_prefix(target, item.s))

Completed in 71 milliseconds