Searched refs:current_quote (Results 1 – 1 of 1) sorted by relevance
349 char current_quote; in tokenize_command_line() local355 current_quote = '\0'; in tokenize_command_line()367 if (current_quote == '\\') in tokenize_command_line()383 current_quote = '\0'; in tokenize_command_line()385 else if (current_quote == '#') in tokenize_command_line()391 current_quote = '\0'; in tokenize_command_line()396 else if (current_quote) in tokenize_command_line()398 if (*p == current_quote && in tokenize_command_line()400 !(current_quote == '"' && quoted)) in tokenize_command_line()403 current_quote = '\0'; in tokenize_command_line()[all …]