Lines Matching refs:__line__
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__"
227 else case $__line__ in
229 __num__=${__line__%%' '*}
230 __line__=${__line__#*'"'}
231 __line__=${__line__%'"'}
237 __index__["$__line__"]=$__num__
238 __text__[$__num__]=$__line__
257 while read -r __line__
258 do __op__=${__line__%% *}
259 __line__=${__line__#* }
261 cmd) __a1__=${__line__%% *}
267 def) __a1__=${__line__%% *}
268 __a2__=${__line__#* }
271 str) print -r -- "$__line__"
273 raw) __raw__=$__raw__$'\n'$__line__
275 var) __a1__=${__line__%% *}
276 __a2__=${__line__#* }
290 [[ $__preserve__ ]] && print -r -- "$__line__"
292 '$') print -r -u9 $__op__ include $__line__
302 while read -r __line__
303 do case $__line__ in
307 print -r -- "$__line__"
318 __line__=${__line__#*'"'}
319 __line__=${__line__%'"'}
320 if [[ $__line__ ]]
321 then if [[ ${__index__["$__line__"]} ]]
323 then __num__=${__index__["$__line__"]}
335 __text__[$__num__]=$__line__
336 __index__["$__line__"]=$__num__