Home
last modified time | relevance | path

Searched refs:ISREG (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dexpreserve.c56 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) macro
150 if (!ISREG(stbuf))
H A Dex.h78 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) macro
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c71 #define ISREG(A) (((A).st_mode & S_IFMT) == S_IFREG) macro
731 if (ISREG(s1)) { in cpymve()
1156 } else if (overwrite && ISREG(s2)) { in chkfiles()
/illumos-gate/usr/src/cmd/ed/
H A Ded.c147 #define ISREG(A) ((A.st_mode & S_IFMT) == S_IFREG) macro
834 if (c == 'w' && Fl.st_nlink == 1 && ISREG(lFl)) { in commands()