HomeSort by: relevance | last modified time | path
    Searched refs:dirflag (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/mkhybrid/dist/
name.c 39 * dirflag flag indicating whether this is a directory or not.
48 int, dirflag)
369 if (!dirflag)
  /src/bin/csh/
dir.c 67 static int dirflag = 0; variable
167 dirflag = 0;
172 dirflag |= DIR_LONG;
175 dirflag |= DIR_LINE;
178 dirflag |= DIR_VERT;
217 if (dirflag & DIR_VERT) {
221 if (!(dirflag & DIR_LONG) && hp != NULL && !eq(hp, STRslash) &&
229 if ((dirflag & DIR_LINE) && cur >= 80 - 1 && len < 80) {
234 vis_str(s), (dirflag & DIR_VERT) ? '\n' : ' ');
236 if (!(dirflag & DIR_VERT)
    [all...]
  /src/external/cddl/osnet/sys/sys/
vnode.h 374 vn_remove(char *fnamep, enum uio_seg seg, enum rm dirflag)
378 ASSERT(dirflag == RMFILE);

Completed in 18 milliseconds