Searched refs:file_add (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/nvi/ex/ |
| H A D | ex_args.c | 98 if ((frp = file_add(sp, *sp->cargv)) == NULL) in ex_next() 105 if ((frp = file_add(sp, sp->cargv[1])) == NULL) in ex_next() 144 if ((frp = file_add(new, np)) == NULL || in ex_N_next() 195 if ((frp = file_add(sp, sp->cargv[-1])) == NULL) in ex_prev() 240 if ((frp = file_add(sp, *sp->cargv)) == NULL) in ex_rew()
|
| H A D | ex_edit.c | 63 if ((frp = file_add(sp, NULL)) == NULL) in ex_edit() 73 if ((frp = file_add(sp, np)) == NULL) in ex_edit()
|
| H A D | ex_preserve.c | 87 if ((frp = file_add(sp, np)) == NULL) in ex_recover()
|
| H A D | ex_read.c | 88 if ((frp = file_add(sp, NULL)) == NULL) in ex_read()
|
| H A D | ex_tag.c | 221 if (tp->frp == NULL && (tp->frp = file_add(sp, tp->fname)) == NULL) in ex_tag_nswitch() 257 if (tp->frp == NULL && (tp->frp = file_add(sp, tp->fname)) == NULL) in ex_tag_Nswitch()
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | ks_file.c | 590 file_add(hx509_context context, hx509_certs certs, void *data, hx509_cert c) in file_add() function 648 file_add, 664 file_add, 680 file_add,
|
| /freebsd/contrib/nvi/common/ |
| H A D | main.c | 349 if ((frp = file_add(sp, NULL)) == NULL) in editor() 352 if ((frp = file_add(sp, sp->argv[0])) == NULL) in editor()
|
| H A D | extern.h | 16 FREF *file_add(SCR *, char *);
|
| H A D | exf.c | 58 file_add(SCR *sp, char *name) in file_add() function
|
| /freebsd/usr.bin/vi/ |
| H A D | common_extern.h | 16 FREF *file_add(SCR *, char *);
|
| /freebsd/contrib/nvi/vi/ |
| H A D | v_ex.c | 627 if ((frp = file_add(sp, NULL)) == NULL) in v_ecl_init()
|