Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dshow_unreachable.sh59 line_txt=$(tail -n +$(($line)) $code_file | head -n 1)
61 if echo "$line_txt" | egrep -qw $func ; then