Searched refs:active (Results 1 - 25 of 661) sorted by relevance

1234567891011>>

/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_suexec.h30 int active; member in struct:__anon6256
/macosx-10.10/emacs-93/emacs/oldXMenu/
H A DSetPane.c9 * XMenuSetPane - Set a menu pane to be active or inactive.
19 XMenuSetPane(menu, p_num, active)
22 register int active; /* Make selection active? */
33 * Set its active switch.
35 p_ptr->active = active;
36 if (p_ptr->active == False) p_ptr->activated = False;
H A DSetSel.c9 * XMenuSetSelection - Set a menu selection to be active or inactive.
19 XMenuSetSelection(menu, p_num, s_num, active)
23 int active; /* Make selection active? */
41 * Set its active switch.
43 s_ptr->active = active;
H A DInsSel.c20 XMenuInsertSelection(menu, p_num, s_num, data, label, active)
26 int active; /* Make selection active? */
79 select->active = 0;
84 select->active = active;
87 select->active = active;
H A DAddSel.c20 XMenuAddSelection(display, menu, p_num, data, label, active, help)
26 int active; /* Make selection active? */
69 select->active = 0;
74 select->active = active;
H A DAddPane.c19 XMenuAddPane(display, menu, label, active)
23 int active; /* Make selection active? */
76 pane->active = active;
H A DInsPane.c21 XMenuInsertPane(menu, p_num, label, active)
25 int active; /* Make selection active? */
83 pane->active = active;
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dvproc++.cpp39 assert(!active());
H A Dmachrunloopserver.h59 static MachRunLoopServer &active() function in class:Security::MachPlusPlus::MachRunLoopServer
60 { return safer_cast<MachRunLoopServer &>(MachServer::active()); }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dvproc++.cpp39 assert(!active());
H A Dmachrunloopserver.h59 static MachRunLoopServer &active() function in class:Security::MachPlusPlus::MachRunLoopServer
60 { return safer_cast<MachRunLoopServer &>(MachServer::active()); }
/macosx-10.10/screen-22/screen/
H A Dsched.h35 int active; /* in fdset */ member in struct:event
36 int *condpos; /* only active if condpos - condneg > 0 */
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tile/
H A Dtoolbutton.tcl77 # and raised when it's active (the mouse pointer is
85 active raised
112 active raised
124 active {2 2 6 6}
132 active #008800
134 active #FFFFFF
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dportlist.c54 unsigned int active; member in struct:dns_portlist
96 portlist->active = 0;
146 if (portlist->active != 0) {
147 el = find_port(portlist->list, portlist->active, port);
158 if (portlist->allocated <= portlist->active) {
175 portlist->list[portlist->active].port = port;
177 portlist->list[portlist->active].flags = DNS_PL_INET;
179 portlist->list[portlist->active].flags = DNS_PL_INET6;
180 portlist->active++;
181 qsort(portlist->list, portlist->active, sizeo
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tile/themes/
H A Dkroc.rb46 # Tk::Tile::Style.map(TkRoot, :background=>[:active, '#694418'])
48 # Tk::Tile::Style.map(Tk.root, :background=>[:active, '#694418'])
50 # Tk::Tile::Style.map('.', :background=>[:active, '#694418'])
52 # Tk::Tile::Style.map(nil, :background=>[:active, '#694418'])
54 Tk::Tile::Style.map(:background=>[:active, '#694418'])
55 Tk::Tile::Style.map(:foreground=>[:disabled, '#B2B2B2', :active, '#FFE7CB'])
103 :active, $images['button-h'],
111 [:active, :selected], $images['check-hc'],
112 :active, $images['check-hu'],
121 [:active,
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dmk_timer.h50 int active; member in struct:mk_timer
/macosx-10.10/xnu-2782.1.97/osfmk/kperf/
H A Dkperf.c55 int active; member in struct:__anon15453
91 && (kpdbg_recursev[ncpu].active == 0) )
93 kpdbg_recursev[ncpu].active = 1;
99 && (kpdbg_recursev[ncpu].active != 0) )
106 && (kpdbg_recursev[ncpu].active != 0) )
108 kpdbg_recursev[ncpu].active = 0;
114 && (kpdbg_recursev[ncpu].active == 0) )
/macosx-10.10/apr-32/apr-util/apr-util/buckets/
H A Dapr_buckets_alloc.c128 apr_memnode_t *active = list->blocks; local
138 endp = active->first_avail + SMALL_NODE_SIZE;
139 if (endp >= active->endp) {
142 list->blocks = active;
145 list->blocks->next = active;
146 active = list->blocks;
147 endp = active->first_avail + SMALL_NODE_SIZE;
149 node = (node_header_t *)active->first_avail;
151 node->memnode = active;
153 active
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_wacs.c87 int active = _nc_unicode_locale(); local
96 T(("initializing WIDE-ACS map (Unicode is%s active)",
97 active ? "" : " not"));
101 int wide = wcwidth(table[n].value[active]);
104 if (active && (wide == 1)) {
105 SetChar(_nc_wacs[m], table[n].value[active], A_NORMAL);
114 table[n].value[active],
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DDragToAdjustController.js68 get active()
73 set active(active)
78 if (this._active === active)
81 if (active) {
90 this._active = active;
113 this.active = this._delegate.dragToAdjustControllerCanBeActivated(this);
115 this.active = true;
120 this.active = false;
/macosx-10.10/ncurses-44/ncurses/test/
H A Dtest_opaque.c184 show_keyword(WINDOW *stswin, int cell, int active, const char *name) argument
187 if (active == cell)
190 if (active == cell)
217 show_opaque(WINDOW *stswin, WINDOW *txtwin, bool before, int active) argument
226 show_keyword(stswin, n, active, bool_funcs[n].name);
232 show_keyword(stswin, n, active, "wgetparent");
237 show_keyword(stswin, n, active, "wgetscrreg");
243 return active;
256 int active = 0; local
299 to_keyword(stswin, active);
[all...]
/macosx-10.10/security_ocspd-55124/server/
H A DocspdServer.h44 static OcspdServer &active() function in class:OcspdServer
45 { return safer_cast<OcspdServer &>(MachServer::active()); }
/macosx-10.10/xnu-2782.1.97/osfmk/profiling/
H A Dprofile-kgmon.c161 case KGMON_GET_STATUS: /* return whether or not profiling is active */
171 if (count != sizeof(pv->active)) {
175 (long)sizeof(pv->active));
182 *p_ptr = (void *)&pv->active;
185 case KGMON_GET_DEBUG: /* return whether or not debugging is active */
199 (long)sizeof(pv->active));
262 if (!PROFILE_VARS(0)->active) {
264 PROFILE_VARS(i)->active = 1;
287 if (PROFILE_VARS(0)->active) {
289 PROFILE_VARS(i)->active
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tile/themes/kroc/
H A Dkroc.tcl28 style map . -background [list active #694418]
29 style map . -foreground [list disabled #B2B2B2 active #FFE7CB]
71 active $Images(button-h) \
78 {active selected} $Images(check-hc) \
79 active $Images(check-hu) \
87 {active selected} $Images(radio-hc) \
88 active $Images(radio-hu) \
96 active $Images(button-h) \
103 {active selected} $Images(check-hc) \
104 active
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMinformee.h51 bool active; // enable flag member in class:IOPMinformee

Completed in 262 milliseconds

1234567891011>>