Searched defs:Hflg (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/du/
H A Ddu.c58 static int Hflg = 0; variable
166 Hflg++;
175 Hflg = 0;
307 follow_symlinks = (Lflg || (Hflg && cmdarg));
316 if (Hflg) {
/illumos-gate/usr/src/cmd/mv/
H A Dmv.c110 static int Hflg = 0; /* follow cmd line arg symlink to dir */ variable
220 Hflg++;
223 Hflg = Pflg = 0;
227 Lflg = Hflg = 0;
242 Lflg = Hflg = 0;
267 if ((Hflg || Lflg || Pflg) && !(Rflg || rflg)) {
756 if (cpy && (Pflg || (Hflg && !cmdarg)) && (ISLNK(s1))) {
996 !(Pflg || (Hflg && !cmdarg))) ? stat : lstat;
/illumos-gate/usr/src/cmd/ps/
H A Dps.c242 static int Hflg; variable
435 Hflg++;
874 if (Hflg)
1542 if (Hflg) {
2304 if (Hflg) {
/illumos-gate/usr/src/cmd/ls/
H A Dls.c293 static int Hflg; variable
757 Hflg++;
778 Hflg = 0;
1776 int (*statf)() = ((Lflg) || (Hflg && argfl)) ? stat : lstat;
1860 if ((Hflg) && (argfl) &&
1899 if ((Lflg == 0) || (Hflg == 0) ||
1900 ((Hflg) && (!argfl))) {

Completed in 59 milliseconds