HomeSort by: relevance | last modified time | path
    Searched defs:ml_left (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/showmount/
showmount.c 74 struct mountlist *ml_left; member in struct:mountlist
263 mountlist_free(ml->ml_left);
286 mp->ml_left = mp->ml_right = NULL;
334 otp = &tp->ml_left;
335 tp = tp->ml_left;
438 if (mp->ml_left)
439 print_dump(mp->ml_left);
showmount.c 74 struct mountlist *ml_left; member in struct:mountlist
263 mountlist_free(ml->ml_left);
286 mp->ml_left = mp->ml_right = NULL;
334 otp = &tp->ml_left;
335 tp = tp->ml_left;
438 if (mp->ml_left)
439 print_dump(mp->ml_left);

Completed in 280 milliseconds