Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsession.c2750 const char **try_node; in info_intuit_options_node() local
2769 for (try_node = invocation_nodes; *try_node; try_node++) in info_intuit_options_node()
2773 nodename = xmalloc (strlen (program) + strlen (*try_node)); in info_intuit_options_node()
2774 sprintf (nodename, *try_node, program); in info_intuit_options_node()
2778 strcmp (*try_node, "%s") == 0); in info_intuit_options_node()