Lines Matching refs:tstr
315 local IFS line tstr
336 if ! check_man "$1/$tstr" ""; then
337 decho " Unable to find $tstr"
796 local file line tstr var
807 add_to_manpath "$tstr"
811 manlocales="$manlocales:$tstr"
815 config_local="$tstr"
819 mansect="$mansect:$tstr"
824 eval "$var=\"$tstr\""
969 tstr=$1
971 case "$tstr" in
972 [\ \ ]*) tstr="${tstr##[\ \ ]}" ;;
973 *[\ \ ]) tstr="${tstr%%[\ \ ]}" ;;