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

/macosx-10.10/tcsh-65/tcsh/
H A Dtw.parse.c277 struct Strbuf wordbuf = Strbuf_INIT; local
298 Strbuf_append(&wordbuf, qline.s + wordp);
299 Strbuf_terminate(&wordbuf);
300 cleanup_push(&wordbuf, Strbuf_cleanup);
301 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf);
303 Strbuf_append(&qline, wordbuf.s);
305 cleanup_until(&wordbuf);
315 wordbuf = Strbuf_init;
316 Strbuf_append(&wordbuf, qline.s + wordp);
317 Strbuf_terminate(&wordbuf);
338 struct Strbuf wordbuf = Strbuf_INIT; local
454 struct Strbuf wordbuf = Strbuf_INIT; local
[all...]

Completed in 76 milliseconds