Home
last modified time | relevance | path

Searched refs:O_READONLY (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.bin/vi/
H A Doptions_def.h47 #define O_READONLY 46 macro
/dragonfly/contrib/nvi2/common/
H A Dexf.c390 O_SET(sp, O_READONLY); in file_init()
392 O_CLR(sp, O_READONLY); in file_init()
751 if (!LF_ISSET(FS_FORCE) && noname && O_ISSET(sp, O_READONLY)) { in file_write()
1395 if (O_ISSET(sp, O_READONLY)) { in file_aw()
H A Dmain.c236 *oargp++ = O_READONLY; in editor()
H A Dmsg.c608 if (O_ISSET(sp, O_READONLY)) { in msgq_status()
H A Doptions.c270 {L("ro"), O_READONLY}, /* 4BSD (undocumented) */