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

/freebsd-9.3-release/contrib/tcsh/
H A Dtw.parse.c280 struct Strbuf wordbuf = Strbuf_INIT; local
301 Strbuf_append(&wordbuf, qline.s + wordp);
302 Strbuf_terminate(&wordbuf);
303 cleanup_push(&wordbuf, Strbuf_cleanup);
304 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf);
306 Strbuf_append(&qline, wordbuf.s);
308 cleanup_until(&wordbuf);
318 wordbuf = Strbuf_init;
319 Strbuf_append(&wordbuf, qline.s + wordp);
320 Strbuf_terminate(&wordbuf);
341 struct Strbuf wordbuf = Strbuf_INIT; local
471 struct Strbuf wordbuf = Strbuf_INIT; local
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dreadcf.c1147 char wordbuf[MAXLINE + 1]; local
1153 if (sm_io_sscanf(buf, fmt, wordbuf) != 1)
1155 p = wordbuf;

Completed in 106 milliseconds