Lines Matching refs:tstr
312 local IFS line tstr
326 decho "$manpage includes $tstr"
328 if ! check_man "$1/$tstr" ""; then
329 decho " Unable to find $tstr"
784 local file line tstr var
795 add_to_manpath "$tstr"
799 manlocales="$manlocales:$tstr"
803 config_local="$tstr"
807 mansect="$mansect:$tstr"
812 eval "$var=\"$tstr\""
957 tstr=$1
959 case "$tstr" in
960 [\ \ ]*) tstr="${tstr##[\ \ ]}" ;;
961 *[\ \ ]) tstr="${tstr%%[\ \ ]}" ;;