Home
last modified time | relevance | path

Searched refs:file_add (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/nvi/dist/ex/
H A Dex_args.c109 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 Dex_edit.c73 if ((frp = file_add(sp, NULL)) == NULL) in ex_edit()
83 if ((frp = file_add(sp, np)) == NULL) in ex_edit()
H A Dex_preserve.c96 if ((frp = file_add(sp, np)) == NULL) in ex_recover()
H A Dex_read.c99 if ((frp = file_add(sp, NULL)) == NULL) in ex_read()
H A Dex_tag.c266 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 Dks_file.c607 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 Dmain.c383 if ((frp = file_add(sp, NULL)) == NULL) in editor()
386 if ((frp = file_add(sp, sp->argv[0])) == NULL) in editor()
H A Dexf.c69 file_add(SCR *sp, const char *name) in file_add() function
/netbsd-src/external/bsd/nvi/dist/vi/
H A Dv_ex.c648 if ((frp = file_add(sp, NULL)) == NULL) in v_ecl_init()