Home
last modified time | relevance | path

Searched refs:FR_TMPFILE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex_file.c54 if (!F_ISSET(frp, FR_TMPFILE)) in ex_file()
65 F_CLR(frp, FR_TMPEXIT | FR_TMPFILE); in ex_file()
H A Dex_read.c213 if (F_ISSET(sp->frp, FR_TMPFILE) && in ex_read()
223 F_CLR(sp->frp, FR_TMPEXIT | FR_TMPFILE); in ex_read()
H A Dex_write.c237 if (F_ISSET(sp->frp, FR_TMPFILE) && in exwr()
252 F_CLR(sp->frp, FR_TMPEXIT | FR_TMPFILE); in exwr()
H A Dex_edit.c62 if (sp->ep == NULL || F_ISSET(frp, FR_TMPFILE)) { in ex_edit()
H A Dex_cscope.c511 istmp = F_ISSET(sp->frp, FR_TMPFILE) && !F_ISSET(cmdp, E_NEWSCREEN); in cscope_find()
H A Dex_tag.c745 (F_ISSET(frp, FR_TMPFILE) && !new_screen); in tagq_push()
/freebsd/contrib/nvi/common/
H A Dgs.h36 #define FR_TMPFILE 0x0080 /* If file has no name. */ macro
H A Dexf.c191 F_SET(frp, FR_TMPFILE); in file_init()
296 F_ISSET(sp->frp, FR_TMPFILE) ? NULL : sp->frp->name); in file_init()
675 if (F_ISSET(frp, FR_TMPFILE)) { in file_end()
956 if (F_ISSET(frp, FR_TMPFILE)) {