Searched refs:index_command (Results 1 – 1 of 1) sorted by relevance
723 char *index_command = xmalloc (command_len + 1); in cm_printindex() local729 sprintf (index_command, "@%s %s", command, index_name); in cm_printindex()730 register_delayed_write (index_command); in cm_printindex()731 free (index_command); in cm_printindex()