Searched refs:in_quote (Results 1 – 2 of 2) sorted by relevance
355 int in_quote; in run() local377 in_quote = (*s == '\'' || *s == '"'); in run()378 sep = (in_quote) ? *s++ : ' '; in run()385 if (in_quote) in run()
205 int in_quote; in run_cmd() local230 in_quote = (*s == '\'' || *s == '"'); in run_cmd()231 sep = (in_quote) ? *s++ : ' '; in run_cmd()242 if (in_quote) in run_cmd()