Searched refs:wordbuf (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | tw.parse.c | 276 struct Strbuf wordbuf = Strbuf_INIT; in tenematch() local 297 Strbuf_append(&wordbuf, qline.s + wordp); in tenematch() 298 Strbuf_terminate(&wordbuf); in tenematch() 299 cleanup_push(&wordbuf, Strbuf_cleanup); in tenematch() 300 search_ret = t_search(&wordbuf, command, looking, 1, pat, suf); in tenematch() 302 Strbuf_append(&qline, wordbuf.s); in tenematch() 304 cleanup_until(&wordbuf); in tenematch() 314 wordbuf = Strbuf_init; in tenematch() 315 Strbuf_append(&wordbuf, qline.s + wordp); in tenematch() 316 Strbuf_terminate(&wordbuf); in tenematch() [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | readcf.c | 1240 char wordbuf[MAXLINE + 1]; local 1246 if (sm_io_sscanf(buf, fmt, wordbuf) != 1) 1248 p = wordbuf;
|