Searched refs:__line__ (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/msgcc/
H A Dmsgcc.sh206 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...]

Completed in 38 milliseconds