Searched refs:edited (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c95 edited = 0;
102 edited = 0;
129 if (!edited)
130 viprintf(gettext(" [Not edited]"));
393 edited++;
490 edited++;
543 /* Returns from edited() */
545 #define NOTEDF -1 /* Not edited file */
666 edited = 1;
677 * Is file the edited fil
[all...]
H A Dex.c698 edited = 0;
H A Dex_unix.c507 * exits non-zero, force not edited; otherwise force
516 edited = 0;
H A Dex.h221 var bool edited; /* Current file is [Edited] */ variable
372 var int perm[2]; /* pipe connection to crypt for file being edited */
H A Dex_cmds.c290 edited = 0;
H A Dex_cmdsub.c785 if (strcmp(filebuf, savedfile) || !edited) {
820 * BUG: if it isn't found (user edited header
913 if (strcmp(filebuf, savedfile) || !edited) {
948 * BUG: if it isn't found (user edited header
H A Dex_subr.c819 edited = 0; /* for temp file errors, for example */
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y129 static int edited = PO_FALSE; /* Has the configuration been changed */
268 edited = PO_TRUE;
753 if (edited == PO_TRUE) {

Completed in 855 milliseconds