Searched refs:qline (Results 1 – 2 of 2) sorted by relevance
158 struct Strbuf qline = Strbuf_INIT; in tenematch() local170 cleanup_push(&qline, Strbuf_cleanup); in tenematch()188 word = cmd_start = qline.len + 1; in tenematch()195 Strbuf_append1(&qline, *cp); in tenematch()200 cmd_start = qline.len + 1; in tenematch()207 Strbuf_append1(&qline, *++cp | QUOTE); in tenematch()210 Strbuf_append1(&qline, *cp | QUOTE); in tenematch()212 Strbuf_append1(&qline, *cp); in tenematch()213 if (ismetahash(qline.s[qline.len - 1]) in tenematch()215 word = qline.len, word_start = cp + 1; in tenematch()[all …]
291 added> tsetenv(STRCURRCMDLINE, (Char *)&qline);