Home | History | Annotate | Download | only in csh

Lines Matching defs:dirflag

67 static int dirflag = 0;
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))