top 300 gtags-cscope/global-cscope.h void drawscrollbar(int top, int bot); top 233 gtags-cscope/mouse.c drawscrollbar(int top, int bot) top 238 gtags-cscope/mouse.c if (bot > top) { top 239 gtags-cscope/mouse.c p1 = 16 + (top - 1) * 100 / totallines; top 486 htags/fileindex.c const char *top = (Fflag && !tree_view) ? "../files" : "../mains"; top 497 htags/fileindex.c strbuf_sprintf(sb, "%s%sroot%s/", header_begin, gen_href_begin(NULL, top, normal_suffix, NULL), gen_href_end()); top 529 htags/fileindex.c parent = top; top 563 htags/fileindex.c const char *top = (Fflag && !tree_view) ? "../files" : "../mains"; top 569 htags/fileindex.c parent = top; top 63 libdb/bt_conv.c indx_t i, top; top 82 libdb/bt_conv.c top = NEXTINDEX(h); top 84 libdb/bt_conv.c for (i = 0; i < top; i++) { top 99 libdb/bt_conv.c for (i = 0; i < top; i++) { top 140 libdb/bt_conv.c indx_t i, top; top 152 libdb/bt_conv.c top = NEXTINDEX(h); top 154 libdb/bt_conv.c for (i = 0; i < top; i++) { top 169 libdb/bt_conv.c for (i = 0; i < top; i++) { top 163 libdb/bt_debug.c indx_t cur, top; top 187 libdb/bt_debug.c top = NEXTINDEX(h); top 189 libdb/bt_debug.c h->lower, h->upper, top); top 190 libdb/bt_debug.c for (cur = 0; cur < top; cur++) { top 620 libdb/bt_split.c indx_t full, half, nxt, off, skip, top, used; top 635 libdb/bt_split.c for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) { top 672 libdb/bt_split.c used + nbytes + sizeof(indx_t) >= full) || nxt == top - 1) { top 732 libdb/bt_split.c for (off = 0; nxt < top; ++off) { top 764 libdb/bt_split.c if (skip == top) top 816 libdb/bt_split.c indx_t nxt, top; top 818 libdb/bt_split.c for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt) top 199 libglibc/getopt.c int top = d->optind; top 211 libglibc/getopt.c if (d->__nonoption_flags_len > 0 && top >= d->__nonoption_flags_max_len) top 215 libglibc/getopt.c char *new_str = malloc (top + 1); top 222 libglibc/getopt.c '\0', top + 1 - d->__nonoption_flags_max_len); top 223 libglibc/getopt.c d->__nonoption_flags_max_len = top + 1; top 229 libglibc/getopt.c while (top > middle && middle > bottom) top 231 libglibc/getopt.c if (top - middle > middle - bottom) top 241 libglibc/getopt.c argv[bottom + i] = argv[top - (middle - bottom) + i]; top 242 libglibc/getopt.c argv[top - (middle - bottom) + i] = tem; top 243 libglibc/getopt.c SWAP_FLAGS (bottom + i, top - (middle - bottom) + i); top 246 libglibc/getopt.c top -= len; top 251 libglibc/getopt.c int len = top - middle;