Searched refs:try_node (Results 1 – 1 of 1) sorted by relevance
2750 const char **try_node; in info_intuit_options_node() local2769 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()