Home
last modified time | relevance | path

Searched refs:locate_manpage_xref (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/info/
H A Dman.h34 extern long locate_manpage_xref (NODE *node, long int start, int dir);
H A Dman.c653 locate_manpage_xref (NODE *node, long int start, int dir) in locate_manpage_xref() function
H A Dsession.c4269 firstxref = locate_manpage_xref (node, start, dir); in info_move_to_xref()
4290 nextxref = locate_manpage_xref (node, window->point + dir, dir); in info_move_to_xref()
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog.468279 * info/man.c (locate_manpage_xref): Count the 0th entry.
8531 is a manpage node, use locate_manpage_xref to get xrefs.