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

/freebsd-9.3-release/usr.bin/showmount/
H A Dshowmount.c73 struct mountlist *ml_left; member in struct:mountlist
251 mp->ml_left = mp->ml_right = (struct mountlist *)0;
295 otp = &tp->ml_left;
296 tp = tp->ml_left;
371 if (mp->ml_left)
372 print_dump(mp->ml_left);

Completed in 87 milliseconds