bottom 133 maint/gnulib/lib/getopt.c int bottom = d->__first_nonopt; bottom 143 maint/gnulib/lib/getopt.c while (top > middle && middle > bottom) bottom 145 maint/gnulib/lib/getopt.c if (top - middle > middle - bottom) bottom 148 maint/gnulib/lib/getopt.c int len = middle - bottom; bottom 154 maint/gnulib/lib/getopt.c tem = argv[bottom + i]; bottom 155 maint/gnulib/lib/getopt.c argv[bottom + i] = argv[top - (middle - bottom) + i]; bottom 156 maint/gnulib/lib/getopt.c argv[top - (middle - bottom) + i] = tem; bottom 170 maint/gnulib/lib/getopt.c tem = argv[bottom + i]; bottom 171 maint/gnulib/lib/getopt.c argv[bottom + i] = argv[middle + i]; bottom 175 maint/gnulib/lib/getopt.c bottom += len;