Searched refs:current_quote (Results 1 – 1 of 1) sorted by relevance
434 gchar current_quote; in tokenize_command_line() local440 current_quote = '\0'; in tokenize_command_line()446 if (current_quote == '\\') in tokenize_command_line()462 current_quote = '\0'; in tokenize_command_line()464 else if (current_quote == '#') in tokenize_command_line()470 current_quote = '\0'; in tokenize_command_line()475 else if (current_quote) in tokenize_command_line()477 if (*p == current_quote && in tokenize_command_line()479 !(current_quote == '"' && quoted)) in tokenize_command_line()482 current_quote = '\0'; in tokenize_command_line()[all …]