Searched defs:html_quote (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh567 # input_cmd | html_quote | output_cmd
569 # html_quote filename | output_cmd
573 html_quote() function
885 html_quote < $1 | $AWK -f /tmp/$$.file1 > /tmp/$$.file1.html
887 html_quote < $2 | $AWK -f /tmp/$$.file2 > /tmp/$$.file2.html
1459 html_quote | $AWK '
1498 html_quote | $AWK '{line += 1 ; printf "%4d %s\n", line, $0 }'
1534 print -- "$comm" | html_quote | its2url
3372 preparer="$(echo "$preparer" | html_quote)"

Completed in 64 milliseconds