Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdconfig/startup/share/
H A Drcconf.subr251 rword = "^[[:space:]]*[^[:space:]]*[[:space:]]*"
256 sub(rword, "", desc)
402 rword = "^[[:space:]]*[^[:space:]]*[[:space:]]*"
415 sub(rword, "", desc)
/freebsd/contrib/tcsh/
H A Dtw.parse.c308 Char *rword; in tenematch() local
310 rword = Strsave(slshp); in tenematch()
311 cleanup_push(rword, xfree); in tenematch()
320 Strbuf_append(&wordbuf, rword); in tenematch()
328 cleanup_until(rword); in tenematch()