/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/ |
H A D | hashview.c | 43 hashview(Hash_table_t* top, Hash_table_t* bot) in hashview() argument 51 bot = 0; in hashview() 52 else if (top == bot) in hashview() 53 bot = top->scope; in hashview() 54 else if (bot) in hashview() 57 bot = 0; in hashview() 64 if (p = (Hash_bucket_t*)hashlook(bot, b->name, HASH_LOOKUP, NiL)) in hashview() 69 top->scope = bot; in hashview() 70 bot->frozen++; in hashview() 73 else if (bot = top->scope) in hashview() [all …]
|
/illumos-gate/usr/src/cmd/look/ |
H A D | look.c | 38 long top,bot,mid; in main() local 84 bot = 0; in main() 88 mid = (top+bot)/2; in main() 107 bot = mid; in main() 112 fseek(dfile,bot,0); in main()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | fts.c | 50 FTSENT* bot; /* bottom element */ \ 372 getlist(register FTSENT** top, register FTSENT** bot, register FTSENT* root) in getlist() argument 389 *bot = (*bot)->fts_link = root; in getlist() 391 *bot = *top = root; in getlist() 399 (*bot)->fts_link = 0; in getlist() 595 register FTSENT* bot; in toplist() local 605 top = bot = 0; in toplist() 673 if (bot) in toplist() 675 bot->fts_link = f; in toplist() 676 bot = f; in toplist() [all …]
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | pcache.c | 1224 int bot; /* The lowest index of the array not searched yet */ in CPL_MATCH_FN() local 1313 bot = 0; in CPL_MATCH_FN() 1315 while(top >= bot) { in CPL_MATCH_FN() 1316 int mid = (top + bot)/2; in CPL_MATCH_FN() 1321 bot = mid + 1; in CPL_MATCH_FN() 1323 top = bot = mid; in CPL_MATCH_FN() 1330 if(top == bot) { in CPL_MATCH_FN() 1331 while(--bot >= 0 && strncmp(node->files[bot]+1, prefix, prefix_len) == 0) in CPL_MATCH_FN() 1339 bot++; in CPL_MATCH_FN() 1345 for( ; bot<=top; bot++) { in CPL_MATCH_FN() [all …]
|
H A D | keytab.c | 410 int bot; /* The lowest index of the table not searched yet */ in _kt_locate_keybinding() local 416 bot = 0; in _kt_locate_keybinding() 418 while(top >= bot) { in _kt_locate_keybinding() 419 mid = (top + bot)/2; in _kt_locate_keybinding() 425 bot = mid + 1; in _kt_locate_keybinding() 437 *last = bot; in _kt_locate_keybinding()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/ |
H A D | arrayparm.awk | 16 print i,1,bot[1]; 20 bot[arg]=arg;
|
/illumos-gate/usr/src/cmd/checknr/ |
H A D | checknr.c | 597 int top, bot; /* boundaries of bin search, inclusive */ in binsrch() local 600 bot = 0; in binsrch() 601 while (top >= bot) { in binsrch() 602 mid = (top+bot)/2; in binsrch() 610 bot = mid + 1; in binsrch() 614 slot = bot; /* place it would have gone */ in binsrch()
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.agghist.d.out | 6 bot |@@@@@@@@@@ 20 25 bot |@@@@@@@@@@@@@@@@@@@ 20
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | mouse.c | 154 drawscrollbar(int top, int bot, int total) in drawscrollbar() argument 159 if (bot > top && total > 0) { in drawscrollbar() 161 p2 = 16 + (bot - 1) * 100 / total; in drawscrollbar()
|
H A D | mouse.h | 56 extern void drawscrollbar(int top, int bot, int total);
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | strftime.c | 339 int bot; in _fmt() local 348 bot = ((yday + 11 - wday) % in _fmt() 354 top = bot - (len % DAYSPERWEEK); in _fmt() 363 if (yday >= bot) { in _fmt() 364 w = 1 + ((yday - bot) / in _fmt()
|
/illumos-gate/usr/src/test/libc-tests/tests/qsort/ |
H A D | merge.c | 233 #define reverse(bot, top) { \ argument 238 tmp = *bot; *bot++ = *s; *s++ = tmp; \ 241 } while(bot < s); \
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub2.c | 925 int top, bot, startup, omin; in layout() local 937 bot = j; in layout() 944 for (j = bot; j <= top; j++) { in layout() 959 bot, top, startup); in layout() 966 for (j = bot; j <= top; j++) { in layout() 978 for (j = bot; j <= top; j++) { in layout() 994 for (j = bot; j <= top; j++) { in layout() 1005 for (j = bot; j <= top; j++) { in layout()
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | bootp.c | 62 static time_t bot; variable 137 if (!bot) in bootp() 138 bot = getsecs(); in bootp() 270 bp->bp_secs = htons((ushort_t)(getsecs() - bot)); in bootpsend()
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_cmdsub.c | 636 off64_t top, bot; /* length of tag file */ local 691 bot = 0L; 692 while (top >= bot) { 698 mid = (top + bot) / 2; 724 if ( mid == bot && mid == top ) { 735 bot = mid + 1;
|
/illumos-gate/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 637 /* VERDEF */ { 1, 1}, /* because bot VERDEF & VERNEED have varying */
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-data-terminfo.p5m | 2256 hardlink path=usr/share/lib/terminfo/v/vt100-bot-s target=../v/vt100-s-bot 2263 file path=usr/share/lib/terminfo/v/vt100-s-bot
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 183 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 2063 vt100-s-bot|vt100-bot-s|vt100 for use with bottom sysline:\
|
H A D | terminfo.src | 2326 vt100-s-bot|vt100-bot-s|vt100 for use with bottom sysline,
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | usb.ids | 8 # body of your email (a bot will attempt to deal with it).
|