Searched refs:command_base (Results 1 – 1 of 1) sorted by relevance
715 char *command_base; in main() local828 command_base = xstrdup (command_root); in main()829 command_base[strlen (command_base) - 5] = 0; in main()832 command_basename = strrchr (command_base, '/'); in main()834 command_basename = command_base; in main()884 fname = concat (command_base, ".script", NULL); in main()
Completed in 6 milliseconds