Lines Matching refs:width
44 [w:equal-width?equalize width by padding with leading zeroes.]
69 integer width=0 precision=0 n
72 (( n > width )) && width=$n
78 print -r -- "%0$width.${precision}f"
82 width= sep=$'\n' fmt= end=
93 width=1;;
104 if [[ $width ]]
105 then [[ $fmt ]] && err_exit "format string may not be specified when printing equal width strings"