HomeSort by relevance Sort by last modified time
    Searched defs:top (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /netvirt/usr/src/lib/libeti/menu/common/
curitem.c 41 int top; local
52 top = Top(m);
53 _chk_current(m, &top, current);
58 _affect_change(m, top, current);
driver.c 42 int top; local
56 top = Top(m);
104 if (--top < 0) {
105 ++top;
113 if (++top > Rows(m) - Height(m)) {
114 --top;
122 n = min(Height(m), top);
124 top -= n;
135 n = min(Height(m), Rows(m) - Height(m) - top);
    [all...]
pattern.c 140 int top; local
164 top = Top(m);
175 _chk_current(m, &top, current);
176 _affect_change(m, top, current);
  /netvirt/usr/src/cmd/fmli/vt/
wscrollwin.c 45 register int top; local
50 top = 0;
52 top++;
58 wmove(v->win, top, 0);
63 wmove(v->win, top, 0);
  /netvirt/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
bt_conv.c 69 indx_t i, top; local
88 top = NEXTINDEX(h);
90 for (i = 0; i < top; i++) {
105 for (i = 0; i < top; i++) {
137 indx_t i, top; local
149 top = NEXTINDEX(h);
151 for (i = 0; i < top; i++) {
166 for (i = 0; i < top; i++) {
  /netvirt/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
rec_search.c 76 indx_t top; local
89 for (idx = 0, top = NEXTINDEX(h);;) {
91 if (++idx == top || total + r->nrecs > recno)
  /netvirt/usr/src/cmd/cmd-inet/usr.bin/telnet/
ring.h 64 unsigned char *top; /* highest address+1 in buffer */ member in struct:__anon122
  /netvirt/usr/src/cmd/ipf/lib/common/
printhash_live.c 26 iphtent_t entry, *top, *node; local
52 top = NULL;
57 entry.ipe_snext = top;
58 top = malloc(sizeof(*top));
59 if (top == NULL)
61 bcopy(&entry, top, sizeof(entry));
64 while (top != NULL) {
65 node = top;
67 top = node->ipe_snext
    [all...]
printpool_live.c 26 ip_pool_node_t entry, *top, *node; local
52 top = NULL;
57 entry.ipn_next = top;
58 top = malloc(sizeof(*top));
59 if (top == NULL)
61 bcopy(&entry, top, sizeof(entry));
64 while (top != NULL) {
65 node = top;
67 top = node->ipn_next
    [all...]
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/
deb.c 85 I32 top = PL_stack_sp - PL_stack_base; local
86 register I32 i = top - 30;
115 if (i > top)
  /netvirt/usr/src/lib/libast/common/hash/
hashlook.c 42 Hash_table_t* top; local
76 top = tab;
161 if (tab != top && !(flags & HASH_SCOPE)) break;
167 if (tab == top || (flags & HASH_SCOPE))
205 if (tab != top || tab->frozen || (b->hash & (HASH_KEEP|HASH_OPAQUED)) || hashlook(top, value, (flags&(HASH_HASHED|HASH_INTERNAL))|HASH_LOOKUP, NiL))
261 if (tab == top) prev = 0;
269 if (!(flags & HASH_SCOPE)) tab = top;
  /netvirt/usr/src/lib/libcurses/screen/
init_pair.c 81 short top = -1; local
98 if (top == -1)
99 top = i;
104 if (top != -1) {
105 _VIRTTOP = top;
overlap.c 56 top, bottom, left, right; local
71 top = _MAX(sby, dby); bottom = _MIN(sey, dey);
74 sby = top - sby; sbx = left - sbx;
76 dby = top - dby; dbx = left - dbx;
  /netvirt/usr/src/cmd/look/
look.c 40 long top,bot,mid; local
88 top = ftell(dfile);
90 mid = (top+bot)/2;
103 if(top<=mid)
105 top = mid;
115 while(ftell(dfile)<top) {
  /netvirt/usr/src/cmd/mailx/
head.c 118 register char *cp, *top; local
123 top = cp;
127 return(top);
vars.c 147 register char *top, *cp, *cp2; local
151 if ((top = (char *)calloc(strlen(str)+1, 1)) == NULL)
153 cp = top;
157 return(top);
  /netvirt/usr/src/cmd/man/src/util/nsgmls.src/lib/
OutputState.h 57 OutputStateLevel &top();
70 OutputStateLevel &OutputState::top() function in class:SP_NAMESPACE::OutputState
  /netvirt/usr/src/uts/common/io/ral/
ral_rate.c 86 int flags = 0, i, rateidx = 0, thridx, top; local
91 for (i = 0, top = RAL_RSSADAPT_BKT0;
93 i++, top <<= RAL_RSSADAPT_BKTPOWER) {
95 if (len <= top)
155 uint32_t i, thridx, top; local
162 for (i = 0, top = RAL_RSSADAPT_BKT0;
164 i++, top <<= RAL_RSSADAPT_BKTPOWER) {
166 if (id->id_len <= top)
184 int i, top; local
188 for (i = 0, top = RAL_RSSADAPT_BKT0
    [all...]
  /netvirt/usr/src/cmd/fmli/menu/
mdefault.c 454 int top, line; local
462 menu_ctl(mid, CTGETPARMS, &top, &line);
464 menu_ctl(newmid, CTSETPARMS, top, line);
mfolder.c 239 int top, line; local
247 menu_ctl(mid, CTGETPARMS, &top, &line);
249 menu_ctl(newmid, CTSETPARMS, top, line);
  /netvirt/usr/src/cmd/sendmail/db/btree/
bt_rsearch.c 77 db_indx_t indx, top; local
204 for (indx = 0, top = NUM_ENT(h);;) {
206 if (++indx == top || total + bi->nrecs >= recno)
220 for (indx = 0, top = NUM_ENT(h);;) {
222 if (++indx == top || total + ri->nrecs >= recno)
365 db_indx_t indx, top; local
368 top = NUM_ENT(h);
373 for (indx = 0; indx < top; indx += P_INDX)
378 for (indx = 0; indx < top; indx += O_INDX)
385 for (indx = 0; indx < top; indx += O_INDX
    [all...]
  /netvirt/usr/src/cmd/tnf/prex/
source.c 74 static source_t *top; variable
102 top = new_p;
150 top = new_p;
166 if (!top)
169 c = getc(top->instream);
173 * If we get an EOF at the top level, we quit if we are *
177 if (top->instream == stdin) {
178 if (top->isatty) {
185 if (top->path)
186 free(top->path)
    [all...]
  /netvirt/usr/src/cmd/vi/port/
ex_vwind.c 99 * logical lines from the top of the screen.
196 * Work here is in determining new top line implied by
197 * this placement of line addr, since we always draw from the top.
202 line *top; local
206 top = addr;
215 top = vback(addr, basWLINES - vdepth());
220 top = vback(addr, basWLINES / 2 - vdepth());
225 top = addr;
234 vshow(addr, top);
255 * Show line addr with the specified top line on the screen
    [all...]
  /netvirt/usr/src/grub/grub-0.95/stage2/
common.c 115 unsigned long long top; local
119 top = bottom;
129 && desc->BaseAddr <= top
130 && desc->BaseAddr + desc->Length > top)
132 top = desc->BaseAddr + desc->Length;
140 if (top > 0xFFFFFFFF)
141 top = 0xFFFFFFFF;
143 return (unsigned long) top - bottom;
  /netvirt/usr/src/uts/common/fs/smbsrv/
smb_read.c 362 struct mbuf *top; local
389 top = smb_mbuf_allocate(&vdb->uio);
395 smb_mbuf_trim(top, sr->raw_data.max_bytes);
396 MBC_ATTACH_MBUF(&sr->raw_data, top);

Completed in 7429 milliseconds

1 2 3 4 5