bottom            799 gtags-parser/asm_parse.c yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
bottom            802 gtags-parser/asm_parse.c yy_stack_print (bottom, top)
bottom            803 gtags-parser/asm_parse.c     yytype_int16 *bottom;
bottom            808 gtags-parser/asm_parse.c   for (; bottom <= top; ++bottom)
bottom            809 gtags-parser/asm_parse.c     YYFPRINTF (stderr, " %d", *bottom);
bottom            236 libglibc/getopt.c   int bottom = first_nonopt;
bottom            246 libglibc/getopt.c   while (top > middle && middle > bottom)
bottom            248 libglibc/getopt.c       if (top - middle > middle - bottom)
bottom            251 libglibc/getopt.c 	  int len = middle - bottom;
bottom            257 libglibc/getopt.c 	      tem = argv[bottom + i];
bottom            258 libglibc/getopt.c 	      argv[bottom + i] = argv[top - (middle - bottom) + i];
bottom            259 libglibc/getopt.c 	      argv[top - (middle - bottom) + i] = tem;
bottom            273 libglibc/getopt.c 	      tem = argv[bottom + i];
bottom            274 libglibc/getopt.c 	      argv[bottom + i] = argv[middle + i];
bottom            278 libglibc/getopt.c 	  bottom += len;