Home
last modified time | relevance | path

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

/freebsd/contrib/tzcode/
H A Dtzselect.ksh108 select_i=
112 case $select_i in
114 select_i=0
117 select_i=$(($select_i + 1))
118 printf >&2 "%${select_width}d) %s\\n" $select_i "$select_word"
123 if test 1 -le $select_i && test $select_i -le $#; then
124 shift $(($select_i - 1))
133 read select_i || exi
[all...]