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

/freebsd-current/usr.bin/showmount/
H A Dshowmount.c64 struct mountlist *ml_left; member in struct:mountlist
275 mp->ml_left = mp->ml_right = (struct mountlist *)0;
323 otp = &tp->ml_left;
324 tp = tp->ml_left;
399 if (mp->ml_left)
400 print_dump(mp->ml_left);

Completed in 119 milliseconds