Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/ex/
H A Dex_args.c98 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 Dex_edit.c63 if ((frp = file_add(sp, NULL)) == NULL) in ex_edit()
73 if ((frp = file_add(sp, np)) == NULL) in ex_edit()
H A Dex_preserve.c87 if ((frp = file_add(sp, np)) == NULL) in ex_recover()
H A Dex_read.c88 if ((frp = file_add(sp, NULL)) == NULL) in ex_read()
H A Dex_tag.c221 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 Dks_file.c590 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 Dmain.c349 if ((frp = file_add(sp, NULL)) == NULL) in editor()
352 if ((frp = file_add(sp, sp->argv[0])) == NULL) in editor()
H A Dextern.h16 FREF *file_add(SCR *, char *);
H A Dexf.c58 file_add(SCR *sp, char *name) in file_add() function
/freebsd/usr.bin/vi/
H A Dcommon_extern.h16 FREF *file_add(SCR *, char *);
/freebsd/contrib/nvi/vi/
H A Dv_ex.c627 if ((frp = file_add(sp, NULL)) == NULL) in v_ecl_init()