Home
last modified time | relevance | path

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

/titanic_51/usr/src/contrib/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...]
/titanic_51/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh202 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 …]