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

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dsession.c2213 char *goto_command;
2215 goto_command = (char *)xmalloc
2218 sprintf (goto_command, "(%s)%s", MANPAGE_FILE_BUFFER_NAME, line);
2220 info_parse_and_select (goto_command, window);
2221 free (goto_command);
2210 char *goto_command; local

Completed in 47 milliseconds