Searched refs:file_add (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/nvi/dist/ex/ |
H A D | ex_args.c | 109 if ((frp = file_add(sp, *sp->cargv)) == NULL) in ex_next() 116 if ((frp = file_add(sp, sp->cargv[1])) == NULL) in ex_next() 155 if ((frp = file_add(new, np)) == NULL || in ex_N_next() 206 if ((frp = file_add(sp, sp->cargv[-1])) == NULL) in ex_prev() 251 if ((frp = file_add(sp, *sp->cargv)) == NULL) in ex_rew()
|
H A D | ex_edit.c | 73 if ((frp = file_add(sp, NULL)) == NULL) in ex_edit() 83 if ((frp = file_add(sp, np)) == NULL) in ex_edit()
|
H A D | ex_preserve.c | 96 if ((frp = file_add(sp, np)) == NULL) in ex_recover()
|
H A D | ex_read.c | 99 if ((frp = file_add(sp, NULL)) == NULL) in ex_read()
|
H A D | ex_tag.c | 266 if (tp->frp == NULL && (tp->frp = file_add(sp, tp->fname)) == NULL) in ex_tag_nswitch() 302 if (tp->frp == NULL && (tp->frp = file_add(sp, tp->fname)) == NULL) in ex_tag_Nswitch()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | ks_file.c | 607 file_add(hx509_context context, hx509_certs certs, void *data, hx509_cert c) in file_add() function 665 file_add, 681 file_add, 697 file_add,
|
/netbsd-src/external/bsd/nvi/dist/common/ |
H A D | main.c | 383 if ((frp = file_add(sp, NULL)) == NULL) in editor() 386 if ((frp = file_add(sp, sp->argv[0])) == NULL) in editor()
|
H A D | exf.c | 69 file_add(SCR *sp, const char *name) in file_add() function
|
/netbsd-src/external/bsd/nvi/dist/vi/ |
H A D | v_ex.c | 648 if ((frp = file_add(sp, NULL)) == NULL) in v_ecl_init()
|