Home
last modified time | relevance | path

Searched refs:bot (Results 1 – 25 of 37) sorted by relevance

12

/original-bsd/old/lib2648/
H A Demptyrow.c24 char *top, *bot; local
26 bot = &m[r*((cols+7)>>3)];
27 top = bot + ((cols-1) >> 3);
28 while (bot <= top)
29 if (*bot++)
/original-bsd/contrib/sort/
H A Dmsort.c173 for (mid = top/2; bot +1 != top; mid = (bot+top)/2) {
178 bot = mid;
181 bot = mid - 1;
187 if (!bot && cmpv)
193 if (bot)
195 flist[bot] = *rec;
201 if (!bot && !(UNIQUE && !cmpv)) {
204 bot = -1;
208 bot++;
209 memmove(flist + bot+1, flist + bot,
[all …]
/original-bsd/lib/libcurses/
H A Drefresh.c443 for (bot = win->maxy - 1; bot >= 0; bot--)
445 win->lines[bot]->hash != curscr->lines[bot]->hash
460 if (bot < win->maxy - 1)
507 if (bot < curs)
508 bot = curs - 1;
580 sc_region = bot - top + 1;
595 || target > bot) {
601 (n < 0 && target <= bot && target > bot + n)) {
706 __mvcur(0, 0, bot, 0, 1);
713 __mvcur(bot, 0, 0, 0, 1);
[all …]
/original-bsd/usr.bin/vmstat.sparc/
H A Dsum.c34 #define PCT(top, bot) pct((long)(top), (long)(bot)) argument
129 pct(top, bot) in pct() argument
130 long top, bot; in pct()
132 if (bot == 0)
134 if (bot > (LONG_MAX / 100))
135 return (top / (bot / 100));
136 return ((top * 100) / bot);
/original-bsd/usr.bin/window/
H A Dwwupdate.c18 wwupdate1(top, bot) in wwupdate1() argument
29 register char *t1 = wwtouched + top, *t2 = wwtouched + bot; in wwupdate1()
38 scan_bot = bot = t2 - wwtouched + 1; in wwupdate1()
134 bot = scan_bot; in wwupdate1()
142 bot = scan_bot; in wwupdate1()
162 for (i = top, touched = &wwtouched[i], upd = &wwupd[i]; i < bot; in wwupdate1()
H A Dxx.c121 xxscroll(dir, top, bot) in xxscroll() argument
126 xp->arg1 == top && xp->arg2 == bot && in xxscroll()
135 xp->arg2 = bot; in xxscroll()
H A Dttzapple.c285 zz_setscroll(top, bot) in zz_setscroll() argument
289 ttputc(bot + ' '); in zz_setscroll()
291 tt.tt_scroll_bot = bot; in zz_setscroll()
/original-bsd/local/ditroff/ditroff.old.okeeffe/sunsrc/gremlin/
H A Dstartup.c308 char **bot, **top; local
312 bot = table;
315 if (top == bot)
324 return(((bot == top) || Delimiter((*bot)[index])) ? match : -1);
332 while ((*bot)[index] != str[index]) {
333 if (bot == top)
335 bot++;
342 if (bot == top)
/original-bsd/usr.bin/checknr/
H A Dchecknr.c541 register int top, bot; /* boundaries of bin search, inclusive */ local
544 bot = 0;
545 while (top >= bot) {
546 mid = (top+bot)/2;
554 bot = mid + 1;
558 slot = bot; /* place it would have gone */
/original-bsd/local/ditroff/ditroff.okeeffe/grap/
H A DREADME10 you can set top, bot, left or right
14 default side is bot
120 ticks bot in from 0 to 10 by 2
121 label bot "this is a" "silly graph"
123 grid bot dotted at 2,4,6,8
H A Dgrap.110 you can set top, bot, left or right
14 default side is bot
120 ticks bot in from 0 to 10 by 2
121 label bot "this is a" "silly graph"
123 grid bot dotted at 2,4,6,8
/original-bsd/local/ditroff/ditroff.old.okeeffe/gremlin.aed/gremlin/
H A Dlong1.c214 char **bot, **top; local
219 bot = table;
221 if (top == bot) return(-2);
234 if (bot == top) return(match);
244 while ((*bot)[index] != str[index])
246 if (bot == top) return(-2);
247 bot++;
254 if (bot == top) return(-2);
/original-bsd/lib/libc/stdlib/
H A Dmerge.c214 #define reverse(bot, top) { \ argument
219 tmp = *bot; *bot++ = *s; *s++ = tmp; \
222 } while(bot < s); \
/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dsymtab.c717 register int bot, top; local
721 bot = 0;
724 while (bot < top)
737 bot++;
870 bot = 0;
888 bot = inc;
892 bot = inc;
905 while (bot < top)
915 bot++;
933 while (bot < top)
[all …]
/original-bsd/old/lex/
H A Dsub2.c704 int top, bot, startup, omin; in layout() local
716 bot = j; in layout()
723 for(j=bot; j<=top;j++) in layout()
734 if (debug) printf("bot,top %d, %d startup begins %d\n",bot,top,startup); in layout()
741 for(j = bot; j<= top; j++){ in layout()
750 for(j = bot; j<= top; j++){ in layout()
764 for(j = bot; j<= top; j++){ in layout()
773 for(j = bot; j<= top; j++){ in layout()
/original-bsd/usr.bin/vmstat/
H A Dvmstat.c494 pct(top, bot) in pct() argument
495 long top, bot; in pct()
499 if (bot == 0)
501 ans = (quad_t)top * 100 / bot;
505 #define PCT(top, bot) pct((long)(top), (long)(bot)) argument
/original-bsd/old/roff/nroff_term/
H A Dcode.nec208 "\001|", /*left bot of big brace*/
210 "\001|", /*right bot of big brace*/
H A Dcode.xerox210 "\001|", /*right bot*/
214 "\001|", /*left floor (left bot of big sq bract)*/
H A Dcode.300210 "\001|", /*right bot*/
214 "\001|", /*left floor (left bot of big sq bract)*/
H A Dcode.x-ecs208 "\001|", /*left bot of big brace*/
210 "\001|", /*right bot of big brace*/
H A Dcode.aj833208 "\001\200|\201\306`\241\346", /*left bot of big brace*/
210 "\001\200|\306\241'\201\346", /*right bot of big brace*/
H A Dchartst133 .x \(rb "right bot"
137 .x \(lf "left floor (left bot of big sq bract)"
H A Dcode.itoh212 "\001\342\033\0436\b\304?\033\044\342\b", /*right bot*/
216 "\001\342\033\0436\b\304:\033\044\342\b", /*left floor (left bot of big sq brkt)*/
/original-bsd/usr.bin/ex/
H A Dex_cmdsub.c486 long top, bot; /* length of tag file */ local
533 bot = 0L;
534 while (top >= bot) {
558 mid = (top + bot) / 2;
568 ex_printf("tag: %o %o %o %s\n", bot, mid, top, linebuf);
577 bot = mid + 1;
/original-bsd/sys/hp300/dev/
H A Dstvar.h38 bot: 1; member

12