Searched refs:is_prefix (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/nvi/dist/ex/ |
| H A D | ex_display.c | 34 static int is_prefix __P((ARGS *, const CHAR_T *)); 54 if (!is_prefix(arg, L("buffers"))) in ex_display() 58 if (!is_prefix(arg, L("connections"))) in ex_display() 62 if (!is_prefix(arg, L("screens"))) in ex_display() 66 if (!is_prefix(arg, L("tags"))) in ex_display() 80 is_prefix(ARGS *arg, const CHAR_T *str) in is_prefix() function
|
| /netbsd-src/bin/csh/ |
| H A D | file.c | 100 static int is_prefix(Char *, Char *); 513 if (!is_prefix(name, entry)) in tsearch() 607 is_prefix(Char *check, Char *template) in is_prefix() function
|
| /netbsd-src/bin/ksh/ |
| H A D | expr.c | 541 do_ppmm(Expr_state *es, enum token op, struct tbl *vasn, bool is_prefix) in do_ppmm() argument 554 if (!is_prefix) /* undo the inc/dec */ in do_ppmm()
|