Lines Matching refs:__num__

93 integer __i__=0 __args__=0 __code__=0 __files__=0 __max__=0 __num__=0 __skip__=0
216 __num__=${__line__%';;'*}
225 __num__=${__line__%%' '*}
233 __index__["$__line__"]=$__num__
234 __text__[$__num__]=$__line__
235 if (( __max__ < __num__ ))
236 then (( __max__=__num__ ))
293 __num__=1
309 then __num__=${__index__["$__line__"]}
310 __keep__[$__num__]=1
312 else while [[ ${__text__[$__num__]} ]]
313 do (( __num__++ ))
315 if (( __max__ < __num__ ))
316 then (( __max__=__num__ ))
319 then __keep__[$__num__]=1
321 __text__[$__num__]=$__line__
322 __index__["$__line__"]=$__num__
323 (( __num__++ ))
329 if (( __max__ < __num__ ))
330 then (( __max__=__num__ ))
333 then for (( __num__=1; __num__<=__max__; __num__++ ))
334 do if [[ ${__text__[$__num__]} ]]
335 then if (( __num__ > __new__ ))
336 then if [[ ! ${__keep__[$__num__]} ]]
337 then print -r -u2 -- $__num__ HUH '"'"${__text__[$__num__]}"'"'
338 else print -r -u2 -- $__num__ NEW '"'"${__text__[$__num__]}"'"'
340 elif [[ ${__keep__[$__num__]} ]]
341 then print -r -u2 -- $__num__ OLD '"'"${__text__[$__num__]}"'"'
342 else print -r -u2 -- $__num__ XXX '"'"${__text__[$__num__]}"'"'
350 then for (( __num__=1; __num__<__new__; __num__++ ))
351 do if [[ ${__text__[$__num__]} && ! ${__keep__[$__num__]} ]]
353 __drop__[__ndrop__]=$__num__
362 for (( __num__=__new__; __num__<=__max__; __num__++ ))
363 do [[ ${__text__[$__num__]} ]] || continue
364 __nz__=$(print -r -- "\"${__text__[$__num__]}\"" | gzip | wc -c)
369 … then __z__=$(print -r -- "\"${__text__[$__old__]}\"""\"${__text__[$__num__]}\"" | gzip | wc -c)
379 then [[ $__verbose__ ]] && print -u2 $__command__: $__hit__ $__num__ $__bz__
380 __text__[$__hit__]=${__text__[$__num__]}
383 __text__[$__num__]=
384 __keep__[$__num__]=
390 for (( __num__=1; __num__<=__max__; __num__++ ))
391 do if [[ ${__text__[$__num__]} && ( $__preserve__ || ${__keep__[$__num__]} ) ]]
392 then print -r -- $__num__ "\"${__text__[$__num__]}\""