Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsession.c2884 char *goto_command; variable
2886 goto_command = (char *)xmalloc
2889 sprintf (goto_command, "(%s)%s", MANPAGE_FILE_BUFFER_NAME, line);
2891 info_parse_and_select (goto_command, window);
2892 free (goto_command);