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

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dindex.c729 char *index_command = xmalloc (command_len + 1);
735 sprintf (index_command, "@%s %s", command, index_name);
736 register_delayed_write (index_command);
737 free (index_command);
723 char *index_command = xmalloc (command_len + 1); local

Completed in 68 milliseconds