Home
last modified time | relevance | path

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

/NextBSD/contrib/tcsh/
HDtw.parse.c162 struct Strbuf qline = Strbuf_INIT; in tenematch() local
174 cleanup_push(&qline, Strbuf_cleanup); in tenematch()
192 word = cmd_start = qline.len + 1; in tenematch()
199 Strbuf_append1(&qline, *cp); in tenematch()
204 cmd_start = qline.len + 1; in tenematch()
211 Strbuf_append1(&qline, *++cp | QUOTE); in tenematch()
214 Strbuf_append1(&qline, *cp | QUOTE); in tenematch()
216 Strbuf_append1(&qline, *cp); in tenematch()
217 if (ismetahash(qline.s[qline.len - 1]) in tenematch()
219 word = qline.len, word_start = cp + 1; in tenematch()
[all …]
HDWishList291 added> tsetenv(STRCURRCMDLINE, (Char *)&qline);