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

/freebsd-10.1-release/contrib/texinfo/info/
H A Dsession.c4244 long firstmenu, firstxref;
4272 firstxref =
4276 if ((firstxref == -1) && (node->flags & N_IsManPage))
4278 firstxref = locate_manpage_xref (node, start, dir);
4282 if (firstmenu == -1 && firstxref == -1)
4298 if ((nextxref == -1) && (node->flags & N_IsManPage) && (firstxref != -1))
4332 if (firstmenu != -1 && firstxref != -1)
4334 if (((dir == 1) && (firstmenu < firstxref)) ||
4335 ((dir == -1) && (firstmenu > firstxref)))
4338 placement = firstxref;
4233 long firstmenu, firstxref; local
[all...]

Completed in 50 milliseconds