Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_display.c25 static int is_prefix(ARGS *, CHAR_T *);
45 if (!is_prefix(arg, L("buffers"))) in ex_display()
49 if (!is_prefix(arg, L("connections"))) in ex_display()
53 if (!is_prefix(arg, L("screens"))) in ex_display()
57 if (!is_prefix(arg, L("tags"))) in ex_display()
71 is_prefix(ARGS *arg, CHAR_T *str) in is_prefix() function
/freebsd/contrib/tcsh/
H A Dsh.file.c73 static int is_prefix (const Char *, const Char *);
536 if (!is_prefix(name, item)) in tsearch()
648 is_prefix(const Char *check, const Char *template) in is_prefix() function
H A Dtw.parse.c110 static int is_prefix (Char *, Char *);
693 is_prefix(Char *check, Char *template) in is_prefix() function
1106 if (!is_prefix(target, item.s)) in tw_collect_items()