Home
last modified time | relevance | path

Searched refs:G_SNAPSHOT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dmain.c101 F_SET(gp, G_SNAPSHOT); in editor()
140 F_CLR(gp, G_SNAPSHOT); in editor()
H A Dgs.h136 #define G_SNAPSHOT 0x0040 /* Always snapshot files. */ macro
H A Dexf.c245 oinfo.flags = F_ISSET(sp->gp, G_SNAPSHOT) ? R_SNAPSHOT : 0; in file_init()