Searched refs:__line__ (Results 1 – 2 of 2) sorted by relevance
206 while read -r __line__208 then if [[ $__line__ == '%}'* ]]213 if [[ $__mkmsgs__ && $__line__ == '%{'* ]]218 then if [[ $__line__ == '%#'*';;'* ]]219 then __line__=${__line__#'%#'}220 __num__=${__line__%';;'*}221 read -r __line__222 elif [[ $__line__ == %* ]]224 else print -u2 $"$__command__: unrecognized line=$__line__"[all...]
202 while read -r __line__204 then if [[ $__line__ == '%}'* ]]209 if [[ $__mkmsgs__ && $__line__ == '%{'* ]]214 then if [[ $__line__ == '%#'*';;'* ]]215 then __line__=${__line__#'%#'}216 __num__=${__line__%';;'*}217 read -r __line__218 elif [[ $__line__ == %* ]]220 else print -u2 $"$__command__: unrecognized line=$__line__"223 else case $__line__ in[all …]