Searched refs:is_prefix (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/nvi/ex/ |
| HD | ex_display.c | 29 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/ |
| HD | sh.file.c | 76 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
|
| HD | tw.parse.c | 114 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()
|