Lines Matching refs:ws
66 local ws='[ ]*' # That's a space and a tab.69 local vars="$(grep "^${ws}${name}${ws}=" "${file}" | \71 -e "s,^${ws}\(${name}\)${ws}=${ws}'\([^']*\)'${ws}$,${repl}," \72 -e "s,^${ws}\(${name}\)${ws}=${ws}\"\([^\"]*\)\"${ws}$,${repl}," \73 -e "s,^${ws}\(${name}\)${ws}=${ws}\(.*\)$,${repl},")"
Indexes created Fri Jun 26 00:24:39 UTC 2026