Lines Matching refs:details
8 details () [[ ${SHOW_DETAILS} -ne 0 ]] function
13 details && echo -e "\e[4m${PREFIX}\e[0m"
14 details && echo ""
15 details && echo -e "symbol\tuses\tstatus"
17 details && echo -n "$symbol"
19 details && echo -n -e "\t${COUNT}\t"
22 details && echo -e "\e[32mOK\e[0m"
24 details && echo -e "\e[33mmissing but unused\e[0m"
26 details && echo -e "\e[31mMISSING!\e[0m"
30 details && echo ""
36 details && echo -e "\e[4m${PREFIX}\e[0m"
37 details && echo ""
38 details && echo -e "symbol\tuses\tstatus"
40 details && echo -n "$symbol"
42 details && echo -n -e "\t${COUNT}\t"
45 details && echo -e "\e[32mOK\e[0m"
47 details && echo -e "\e[33mmissing but unused\e[0m"
49 details && echo -e "\e[31mMISSING!\e[0m"
53 details && echo ""