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

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.parse.c162 struct Strbuf qline = Strbuf_INIT; local
174 cleanup_push(&qline, Strbuf_cleanup);
192 word = cmd_start = qline.len + 1;
199 Strbuf_append1(&qline, *cp);
204 cmd_start = qline.len + 1;
211 Strbuf_append1(&qline, *++cp | QUOTE);
214 Strbuf_append1(&qline, *cp | QUOTE);
216 Strbuf_append1(&qline, *cp);
217 if (ismetahash(qline.s[qline
[all...]

Completed in 44 milliseconds