Searched refs:is_prefix (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_display.c | 25 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 D | sh.file.c | 73 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 D | tw.parse.c | 110 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()
|