Home
last modified time | relevance | path

Searched refs:qline (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtw.parse.c158 struct Strbuf qline = Strbuf_INIT; in tenematch() local
170 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 …]
H A DWishList291 added> tsetenv(STRCURRCMDLINE, (Char *)&qline);