Lines Matching refs:__num__

93 integer __i__=0 __args__=0 __code__=0 __files__=0 __max__=0 __num__=0 __skip__=0
220 __num__=${__line__%';;'*}
229 __num__=${__line__%%' '*}
237 __index__["$__line__"]=$__num__
238 __text__[$__num__]=$__line__
239 if (( __max__ < __num__ ))
240 then (( __max__=__num__ ))
301 __num__=1
323 then __num__=${__index__["$__line__"]}
324 __keep__[$__num__]=1
326 else while [[ ${__text__[$__num__]} ]]
327 do (( __num__++ ))
329 if (( __max__ < __num__ ))
330 then (( __max__=__num__ ))
333 then __keep__[$__num__]=1
335 __text__[$__num__]=$__line__
336 __index__["$__line__"]=$__num__
337 (( __num__++ ))
341 if (( __max__ < __num__ ))
342 then (( __max__=__num__ ))
345 then for (( __num__=1; __num__<=__max__; __num__++ ))
346 do if [[ ${__text__[$__num__]} ]]
347 then if (( __num__ > __new__ ))
348 then if [[ ! ${__keep__[$__num__]} ]]
349 then print -r -u2 -- $__num__ HUH '"'"${__text__[$__num__]}"'"'
350 else print -r -u2 -- $__num__ NEW '"'"${__text__[$__num__]}"'"'
352 elif [[ ${__keep__[$__num__]} ]]
353 then print -r -u2 -- $__num__ OLD '"'"${__text__[$__num__]}"'"'
354 else print -r -u2 -- $__num__ XXX '"'"${__text__[$__num__]}"'"'
362 then for (( __num__=1; __num__<__new__; __num__++ ))
363 do if [[ ${__text__[$__num__]} && ! ${__keep__[$__num__]} ]]
365 __drop__[__ndrop__]=$__num__
374 for (( __num__=__new__; __num__<=__max__; __num__++ ))
375 do [[ ${__text__[$__num__]} ]] || continue
376 __nz__=$(print -r -- "\"${__text__[$__num__]}\"" | gzip | wc -c)
381 then __z__=$(print -r -- "\"${__text__[$__old__]}\"""\"${__text__[$__num__]}\"" | gzip | wc -c)
391 then [[ $__verbose__ ]] && print -u2 $__command__: $__hit__ $__num__ $__bz__
392 __text__[$__hit__]=${__text__[$__num__]}
395 __text__[$__num__]=
396 __keep__[$__num__]=
402 for (( __num__=1; __num__<=__max__; __num__++ ))
403 do if [[ ${__text__[$__num__]} && ( $__preserve__ || ${__keep__[$__num__]} ) ]]
404 then print -r -- $__num__ "\"${__text__[$__num__]}\""