Searched refs:inquotes (Results 1 – 4 of 4) sorted by relevance
203 char inquotes = '\0'; in expand_path() local236 else if (inquotes == '\'') in expand_path()240 inquotes = '\0'; in expand_path()246 inquotes = '\''; in expand_path()251 if (inquotes) inquotes = '\0'; in expand_path()252 else inquotes = '"'; in expand_path()284 if (inquotes) in expand_path()
61 char inquotes; in run_setup() local74 inquotes = '\0'; in run_setup()88 if (inquotes == *d) inquotes = '\0'; in run_setup()89 else inquotes = *d; in run_setup()93 if (inquotes) d++; in run_setup()
1049 char inquotes; in format_cmdline() local1512 inquotes = '\0'; in format_cmdline()1542 if (!inquotes) inquotes = s[-1]; in format_cmdline()1543 else if (s[-1] == inquotes) inquotes = '\0'; in format_cmdline()1676 c.quotes = inquotes; in format_cmdline()1708 if (!inquotes) in format_cmdline()1715 outstr = cmdlineescape (inquotes ? inquotes : '"', b->data); in format_cmdline()1729 if (!inquotes) in format_cmdline()1785 if (inquotes) in format_cmdline()
4711 * expand_path.c (expand_path): Initialize inquotes, add explicit