Searched refs:sub (Results 1 - 25 of 103) sorted by relevance

12345

/haiku-fatelf/src/libs/ncurses/menu/
H A Dm_cursor.c85 WINDOW *win, *sub; local
94 sub = menu->usersub ? menu->usersub : win;
95 assert(win && sub);
100 wmove(sub, y, x);
102 if (win != sub)
104 wcursyncup(sub);
105 wsyncup(sub);
106 untouchwin(sub);
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Dinfblock.c78 ZFREE(z, s->sub.trees.blens);
80 inflate_codes_free(s->sub.decode.codes, z);
163 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
164 if (s->sub.decode.codes == Z_NULL)
196 s->sub.left = (uInt)b & 0xffff;
198 Tracev((stderr, "inflate: stored length %u\n", s->sub.left));
199 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);
205 t = s->sub.left;
211 if ((s->sub.left -= t) != 0)
220 s->sub
[all...]
H A Dinfcodes.c49 } sub; /* submode */ member in struct:inflate_codes_state
97 inflate_codes_statef *c = s->sub.decode.codes; /* codes state */
119 c->sub.code.need = c->lbits;
120 c->sub.code.tree = c->ltree;
123 j = c->sub.code.need;
125 t = c->sub.code.tree + ((uInt)b & inflate_mask[j]);
130 c->sub.lit = t->base;
139 c->sub.copy.get = e & 15;
146 c->sub.code.need = e;
147 c->sub
[all...]
H A Dinflate.c44 } sub; /* submode */ member in struct:internal_state
167 if (((z->state->sub.method = NEXTBYTE) & 0xf) != Z_DEFLATED)
171 z->state->sub.marker = 5; /* can't try inflateSync */
174 if ((z->state->sub.method >> 4) + 8 > z->state->wbits)
178 z->state->sub.marker = 5; /* can't try inflateSync */
185 if (((z->state->sub.method << 8) + b) % 31)
189 z->state->sub.marker = 5; /* can't try inflateSync */
201 z->state->sub.check.need = (uLong)NEXTBYTE << 24;
205 z->state->sub.check.need += (uLong)NEXTBYTE << 16;
209 z->state->sub
[all...]
/haiku-fatelf/src/servers/registrar/mime/
H A DSupertype.cpp68 \param sub The subtype to add (do not include the supertype)
75 Supertype::AddSubtype(const char *sub) argument
77 status_t err = sub ? B_OK : B_BAD_VALUE;
79 err = fSubtypes.insert(sub).second ? B_OK : B_NAME_IN_USE;
82 sprintf(type, "%s/%s", fName.c_str(), sub);
91 \param sub The subtype to remove (do not include the supertype)
94 Supertype::RemoveSubtype(const char *sub) argument
96 status_t err = sub ? B_OK : B_BAD_VALUE;
98 err = fSubtypes.erase(sub) == 1 ? B_OK : B_NAME_NOT_FOUND;
H A DSupertype.h31 status_t AddSubtype(const char *sub);
32 status_t RemoveSubtype(const char *sub);
H A DInstalledTypes.h40 status_t _AddSubtype(const char *super, const char *sub);
41 status_t _AddSubtype(Supertype &super, const char *sub);
44 status_t _RemoveSubtype(const char *super, const char *sub);
H A DInstalledTypes.cpp182 const char *sub = &(type[i+1]); local
185 return _AddSubtype(super, sub);
221 const char *sub = &(type[i+1]); local
224 return _RemoveSubtype(super, sub);
261 \param sub The subtype (subtype only; no "supertype/subtype" types please)
268 InstalledTypes::_AddSubtype(const char *super, const char *sub) argument
270 if (super == NULL || sub == NULL)
276 err = _AddSubtype(i->second, sub);
285 \param sub The subtype (subtype only; no "supertype/subtype" types please)
292 InstalledTypes::_AddSubtype(Supertype &super, const char *sub) argument
325 _RemoveSubtype(const char *super, const char *sub) argument
[all...]
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dlocalename.c428 int primary, sub;
450 sub = SUBLANGID (langid);
461 switch (sub)
484 switch (sub)
501 switch (sub)
518 switch (sub)
529 switch (sub)
537 switch (sub)
563 switch (sub)
576 switch (sub)
[all...]
/haiku-fatelf/src/bin/gawk/intl/
H A Dlocalename.c426 int primary, sub;
448 sub = SUBLANGID (langid);
459 switch (sub)
482 switch (sub)
499 switch (sub)
516 switch (sub)
527 switch (sub)
535 switch (sub)
561 switch (sub)
574 switch (sub)
[all...]
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dmodule.h18 #define DECLARE_MODULE(name, data, sub, order)
/haiku-fatelf/src/libs/ncurses/form/
H A Dfrm_sub.c54 Normalize_Form(form)->sub = win;
/haiku-fatelf/src/system/libroot/os/arch/x86_64/
H A Dbyteorder.S34 sub $8, %rsp
46 sub $8, %rsp
/haiku-fatelf/src/preferences/network/
H A DSettings.cpp183 driver_parameter& sub = top.parameters[j]; local
184 if (name == NULL && !strcmp(sub.name, "name")
185 && sub.value_count > 0) {
186 name = sub.values[0];
187 if (fName != sub.values[0])
191 if (!strcmp(sub.name, "network")
192 && sub.value_count > 0) {
193 fWirelessNetwork.SetTo(sub.values[0]);
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_exceptions.S98 sub.l #FPU_STATE_sizeof,%sp
107 sub.l #IFRAME_fpu-IFRAME_fp,%sp
/haiku-fatelf/src/tests/kits/net/preflet/InterfacesAddOn/
H A DNetworkSettings.cpp244 driver_parameter& sub = top.parameters[j]; local
245 if (name == NULL && !strcmp(sub.name, "name")
246 && sub.value_count > 0) {
247 name = sub.values[0];
248 if (fName != sub.values[0])
252 if (!strcmp(sub.name, "network")
253 && sub.value_count > 0) {
254 fWirelessNetwork.SetTo(sub.values[0]);
/haiku-fatelf/src/bin/gawk/
H A Dawk.h485 #define hnext sub.hash.next
486 #define hname sub.hash.name
487 #define hlength sub.hash.length
488 #define hvalue sub.hash.value
490 #define ahnext sub.hash.next
491 #define ahname_str sub.hash.name
492 #define ahname_len sub.hash.length
493 #define ahvalue sub.hash.value
494 #define ahname_ref sub.hash.ref
495 } sub; member in struct:exp_node
[all...]
/haiku-fatelf/src/libs/ncurses/c++/
H A Dcursesm.cc156 sub = new NCursesWindow(*this,mrows,mcols,1,1,'r');
157 ::set_menu_sub(menu, sub->w);
161 sub = static_cast<NCursesWindow*>(0);
183 delete sub;
213 delete sub;
214 sub = &nsub;
215 ::set_menu_sub(menu,sub->w);
H A Dcursesf.cc100 if (sub)
101 sub->bkgd(' '|S->dialog_backgrounds());
140 sub = new NCursesWindow(*this,mrows,mcols,1,1,'r');
141 ::set_form_sub(form, sub->w);
145 sub = static_cast<NCursesWindow*>(0);
157 delete sub;
187 delete sub;
188 sub = &nsub;
189 ::set_form_sub(form,sub->w);
H A Dcursesm.h207 NCursesWindow* sub; // the subwindow object member in class:NCursesMenu
271 sub(0),
286 sub(0),
305 sub(0),
326 sub(rhs.sub),
338 assert(sub!=NULL);
339 return *sub;
343 void setSubWindow(NCursesWindow& sub);
/haiku-fatelf/src/system/kernel/lib/arch/x86/
H A Darch_string.S79 sub %edx, %ecx
83 sub $4, %ecx
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Ddict.h33 xmlDictCreateSub(xmlDictPtr sub);
/haiku-fatelf/src/libs/pdflib/libs/png/
H A Dpngvcrd.c348 sub ecx,8 //dec by 8 pixels processed
460 sub ecx,8 //dec by 8 pixels processed
586 sub ecx,8 //dec by 8 pixels processed
728 sub ecx,8 //dec by 8 pixels processed
884 sub ecx,8 //dec by 8 pixels processed
1211 sub edi, 21 // (png_pass_inc[pass] - 1)*pixel_bytes
1230 sub esi, 3
1232 sub edi, 24
1233 //sub esi, 3
1246 sub ed
[all...]
/haiku-fatelf/src/apps/deskbar/
H A DTeamMenuItem.cpp536 TWindowMenu* sub = (static_cast<TWindowMenu*>(Submenu())); local
537 if (sub) {
539 bool locked = sub->LockLooper();
541 sub->AttachedToWindow();
543 sub->UnlockLooper();
545 if (sub->CountItems() > 1) {
551 int totalChildren = sub->CountItems() - 4;
555 (sub->RemoveItem((int32)0));
559 sub->SetExpanded(true, myindex + childIndex);
567 TWindowMenu* sub local
[all...]
/haiku-fatelf/src/bin/bash/
H A Darrayfunc.c240 char *sub, *vname, *akey; local
245 vname = array_variable_name (name, &sub, &sublen);
250 if ((ALL_ELEMENT_SUB (sub[0]) && sub[1] == ']') || (sublen <= 1))
261 sub[sublen-1] = '\0';
262 akey = expand_assignment_string_to_string (sub, 0); /* [ */
263 sub[sublen-1] = ']';
274 ind = array_expand_index (sub, sublen);
613 unbind_array_element (var, sub)
615 char *sub;
[all...]

Completed in 175 milliseconds

12345