Searched refs:command_to_exec_with_luit (Results 1 – 1 of 1) sorted by relevance
502 static char **command_to_exec_with_luit = NULL; variable2733 command_to_exec_with_luit = TypeCallocN(char *, in main()2738 if (command_to_exec_with_luit == NULL) in main()2741 x_appendargv(command_to_exec_with_luit, split_filter); in main()2758 x_appendargv(command_to_exec_with_luit, fixup_shell); in main()2762 TRACE_ARGV("luit command", command_to_exec_with_luit); in main()4317 if (command_to_exec_with_luit == 0) in spawnXTerm()5062 execvp(*command_to_exec_with_luit, command_to_exec_with_luit); in spawnXTerm()5103 if (command_to_exec_with_luit) { in spawnXTerm()5109 x_appendargv(command_to_exec_with_luit in spawnXTerm()[all …]