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

  /src/libexec/makewhatis/
makewhatis.c 84 whatis *wi_left, *wi_right; member in struct:whatisstruct
546 tree = result < 0 ? &wi->wi_left : &wi->wi_right;
551 wi->wi_left = NULL;
1162 if (tree->wi_left)
1163 dumpwhatis(out, tree->wi_left);
makewhatis.c 84 whatis *wi_left, *wi_right; member in struct:whatisstruct
546 tree = result < 0 ? &wi->wi_left : &wi->wi_right;
551 wi->wi_left = NULL;
1162 if (tree->wi_left)
1163 dumpwhatis(out, tree->wi_left);
makewhatis.c 84 whatis *wi_left, *wi_right; member in struct:whatisstruct
546 tree = result < 0 ? &wi->wi_left : &wi->wi_right;
551 wi->wi_left = NULL;
1162 if (tree->wi_left)
1163 dumpwhatis(out, tree->wi_left);

Completed in 140 milliseconds