Searched refs:quoted_command (Results 1 – 1 of 1) sorted by relevance
2376 string quoted_command; in windows_popen_wrapper() local2381 string_new( "ed_command ); in windows_popen_wrapper()2382 string_append( "ed_command, "\"" ); in windows_popen_wrapper()2383 string_append( "ed_command, command ); in windows_popen_wrapper()2384 string_append( "ed_command, "\"" ); in windows_popen_wrapper()2385 command = quoted_command.value; in windows_popen_wrapper()2391 string_free( "ed_command ); in windows_popen_wrapper()