Home
last modified time | relevance | path

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

/NextBSD/contrib/nvi/ex/
HDex_display.c29 static int is_prefix(ARGS *, CHAR_T *);
49 if (!is_prefix(arg, L("buffers"))) in ex_display()
53 if (!is_prefix(arg, L("connections"))) in ex_display()
57 if (!is_prefix(arg, L("screens"))) in ex_display()
61 if (!is_prefix(arg, L("tags"))) in ex_display()
75 is_prefix(ARGS *arg, CHAR_T *str) in is_prefix() function
/NextBSD/contrib/tcsh/
HDsh.file.c76 static int is_prefix (const Char *, const Char *);
539 if (!is_prefix(name, item)) in tsearch()
651 is_prefix(const Char *check, const Char *template) in is_prefix() function
HDtw.parse.c114 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()