Home
last modified time | relevance | path

Searched refs:top (Results 126 – 150 of 439) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.h56 extern void drawscrollbar(int top, int bot, int total);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c2166 mdb_iob_t *top, *ntop; in mdb_iob_stack_destroy() local
2168 for (top = stk->stk_top; top != NULL; top = ntop) { in mdb_iob_stack_destroy()
2169 ntop = top->iob_next; in mdb_iob_stack_destroy()
2170 mdb_iob_destroy(top); in mdb_iob_stack_destroy()
2187 mdb_iob_t *top = stk->stk_top; in mdb_iob_stack_pop() local
2189 ASSERT(top != NULL); in mdb_iob_stack_pop()
2191 stk->stk_top = top->iob_next; in mdb_iob_stack_pop()
2192 top->iob_next = NULL; in mdb_iob_stack_pop()
2195 return (top); in mdb_iob_stack_pop()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c584 globlist_t* top; in glob() local
748top = ap = (globlist_t*)stakalloc((optlen ? 2 : 1) * strlen(pattern) + sizeof(globlist_t) + suflen… in glob()
775 top->gl_next = gp->gl_match; in glob()
776 gp->gl_match = top; in glob()
777 strcopy(top->gl_path + gp->gl_extra, nocheck); in glob()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c226 int top; in main() local
268 top = (setjmp(toplevel) == 0); in main()
270 command(top); in main()
763 command(int top) in command() argument
769 if (!top) in command()
/illumos-gate/usr/src/contrib/ast/
H A DREADME5 top level of that repository.
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.c500 for (; o < th->top; o++) /* mark live elements in the stack */ in traversestack()
805 luaD_call(L, L->top - 2, 0, 0); in dothecall()
821 setobj2s(L, L->top, tm); /* push finalizer... */ in GCTM()
822 setobj2s(L, L->top + 1, &v); /* ... and its argument */ in GCTM()
823 L->top += 2; /* and (next line) call the finalizer */ in GCTM()
824 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0); in GCTM()
829 const char *msg = (ttisstring(L->top - 1)) in GCTM()
830 ? svalue(L->top - 1) in GCTM()
/illumos-gate/usr/src/uts/intel/os/
H A Dsundep.c129 pfn_t top = 0; in installed_top_size_ex() local
137 if (top < highp) in installed_top_size_ex()
138 top = highp; in installed_top_size_ex()
142 *high_pfn = top; in installed_top_size_ex()
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dgenerics_entire_domain.m47 # forth in the LICENSE file which can be found at the top level of
H A Dvirtuser_entire_domain.m47 # forth in the LICENSE file which can be found at the top level of
H A Dloose_relay_check.m47 # forth in the LICENSE file which can be found at the top level of
H A Dno_default_msa.m47 # forth in the LICENSE file which can be found at the top level of
H A Dpreserve_local_plus_detail.m47 # forth in the LICENSE file which can be found at the top level of
H A Drelay_entire_domain.m47 # forth in the LICENSE file which can be found at the top level of
H A Drelay_hosts_only.m47 # forth in the LICENSE file which can be found at the top level of
H A Drequire_rdns.m47 # forth in the LICENSE file which can be found at the top level of
H A Daccept_unqualified_senders.m47 # forth in the LICENSE file which can be found at the top level of
H A Daccept_unresolvable_domains.m47 # forth in the LICENSE file which can be found at the top level of
H A Dblacklist_recipients.m47 # forth in the LICENSE file which can be found at the top level of
H A Dblock_bad_helo.m47 # forth in the LICENSE file which can be found at the top level of
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c58 top: in dsl_sync_task_common()
97 goto top; in dsl_sync_task_common()
/illumos-gate/usr/src/cmd/mailx/misc/
H A Dmailx.help39 top [msglist] print top 5 lines of messages
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn.h63 char *top; /* Symbol above. */ member
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c124 dt_decl_t *top = dsp->ds_decl; in dt_decl_push() local
126 if (top != NULL && in dt_decl_push()
127 top->dd_kind == CTF_K_UNKNOWN && top->dd_name == NULL) { in dt_decl_push()
128 top->dd_kind = CTF_K_INTEGER; in dt_decl_push()
129 (void) dt_decl_check(top); in dt_decl_push()
133 ddp->dd_next = top; in dt_decl_push()
/illumos-gate/usr/src/cmd/ipf/examples/
H A Dexample.97 # only allow packets in and out on le1 which are top secret
/illumos-gate/usr/src/tools/smatch/src/
H A Dexpression.c758 struct expression *top, *right = NULL; \
763 top = alloc_expression(next->pos, type); \
769 top->op = op; \
770 top->left = left; \
771 top->right = right; \
772 left = top; \

12345678910>>...18