Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtw.parse.c298 Strbuf_terminate(&wordbuf); in tenematch()
304 cleanup_until(&wordbuf); in tenematch()
314 wordbuf = Strbuf_init; in tenematch()
316 Strbuf_terminate(&wordbuf); in tenematch()
321 Strbuf_terminate(&wordbuf); in tenematch()
322 wp = wordp + wordbuf.len; in tenematch()
350 Strbuf_terminate(&wordbuf); in tenematch()
360 cleanup_until(&wordbuf); in tenematch()
370 cleanup_until(&wordbuf); in tenematch()
470 Strbuf_terminate(&wordbuf); in tenematch()
[all …]
/freebsd/contrib/sendmail/src/
H A Dreadcf.c1240 char wordbuf[MAXLINE + 1]; local
1246 if (sm_io_sscanf(buf, fmt, wordbuf) != 1)
1248 p = wordbuf;