Searched refs:old (Results 76 - 100 of 184) sorted by relevance

12345678

/haiku-fatelf/src/apps/glteapot/
H A Dutil.h225 LispNode<contents>* old = first; local
227 delete old;
/haiku-fatelf/src/bin/bash/lib/intl/
H A Ddcigettext.c356 struct block_list *old = list; \
358 free (old->address); \
359 free (old); \
967 /* We must allocate a new buffer or resize the old one. */
979 struct transmem_list *old = transmem_list; local
982 free (old);
1220 void *old; local
1243 old = transmem_list;
1245 free (old);
/haiku-fatelf/src/bin/gawk/intl/
H A Ddcigettext.c350 struct block_list *old = list; \
352 free (old->address); \
353 free (old); \
957 /* We must allocate a new buffer or resize the old one. */
969 struct transmem_list *old = transmem_list; local
972 free (old);
1210 void *old; local
1233 old = transmem_list;
1235 free (old);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcli-out.c395 struct ui_file *old = data->stream; local
397 return old;
H A Dpa64solib.c361 int new, old; local
365 old = target_resize_to_sections (target, new);
367 /* Copy over the old data before it gets clobbered. */
368 memcpy ((char *) (target->to_sections + old),
575 /* Wipe out all knowledge of old shared libraries since their
/haiku-fatelf/src/bin/gdb/readline/support/
H A Dshlib-install42 OLDSUFF=old
/haiku-fatelf/src/add-ons/screen_savers/flurry/
H A DSmoke.cpp74 s->old[i] = RandFlt(-100.0, 100.0);
98 dx = s->old[0] - sx;
99 dy = s->old[1] - sy;
100 dz = s->old[2] - sz;
155 s->old[i] = info->star->position[i];
/haiku-fatelf/src/tests/servers/app/bitmap_drawing/
H A Dmain.cpp174 BRect old = fBitmapRect; local
176 _InvalidateBitmapRect(old | fBitmapRect);
298 BRect old = fBitmapRect; local
355 if (old != fBitmapRect)
356 _InvalidateBitmapRect(old | fBitmapRect);
/haiku-fatelf/src/libs/edit/
H A Dtty.c843 unsigned char new[2], old[2]; local
847 new[1] = old[1] = '\0';
861 old[0] = t_o[tp->och];
862 if (new[0] == old[0] && !force)
864 /* Put the old default binding back, and set the new binding */
865 key_clear(el, map, (char *)old);
866 map[old[0]] = dmap[old[0]];
871 key_clear(el, alt, (char *)old);
872 alt[old[
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dchikuji.c47 static int restoreChikujiYomi(uiContext d, int old);
100 old : ��������������������
110 restoreChikujiYomi(uiContext d, int old) argument
121 if (yc->nbunsetsu > old) {
128 if (n > old) {
129 n = old; /* ���������������������������������������������������������������������������������������������������� */
182 if (old < yc->curbun) { /* ������������������������������������������������ */
183 yc->curbun = old;
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/
H A Dac97.c373 uint16 old; local
376 old = ac97_reg_cached_read(dev, reg);
378 value |= (old & ~mask);
379 if (old == value)
397 uint32 old; local
413 old = ac97_reg_cached_read(dev, reg);
417 ac97_reg_cached_write(dev, reg, old);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ich/
H A Dac97.c319 uint16 old; local
322 old = ac97_reg_cached_read(dev, reg);
324 value |= (old & ~mask);
325 if (old == value)
343 uint32 old; local
359 old = ac97_reg_cached_read(dev, reg);
363 ac97_reg_cached_write(dev, reg, old);
/haiku-fatelf/src/bin/bash/
H A Djobs.c782 int old; local
786 old = js.j_firstj++;
787 if (old >= js.j_jobslots)
788 old = js.j_jobslots - 1;
789 while (js.j_firstj != old)
793 if (jobs[js.j_firstj] || js.j_firstj == old) /* needed if old == 0 */
797 if (js.j_firstj == old)
802 old = js.j_lastj--;
803 if (old <
4114 int old; local
[all...]
/haiku-fatelf/headers/libs/mapm/
H A Dm_apm.h456 MAPM old = *this; local
458 return old;
462 MAPM old = *this; local
464 return old;
/haiku-fatelf/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm.c148 uchar old = PCI_IO_RD(card->enhanced+regno); local
149 value = (value&mask)|(old&~mask);
172 uchar old = PCI_IO_RD(card->enhanced+0x22); local
173 value = (value&mask)|(old&~mask);
293 sprintf(card->pcm.oldname, "audio/old/%s", name);
/haiku-fatelf/src/bin/network/wget/src/
H A Dlog.c224 /* Allocate memory and concatenate the old and the new
235 /* Just append to the old, statically allocated
474 /* (Temporarily) disable storing log to memory. Returns the old
481 bool old = save_context_p;
483 return old;
477 bool old = save_context_p; local
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_rssadapt.c72 #define interpolate(parm, old, new) ((parm##_old * (old) + \
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dcurve.c1147 size_t old; local
1163 old = get_real_point_count(curve);
1164 if (old)
1165 old--;
1166 if (!old)
1167 old = 1;
1183 for (i = 0; i < old; i++)
1195 if (i == old - 1)
1246 interpolate_gamma_internal(curve, ((double) i * (double) old /
1250 interpolate_point_internal(curve, ((double) i * (double) old /
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtree.c3493 * @old: the old node
3496 * Unlink the old node from its current context, prune the new one
3500 * Returns the @old node
3503 xmlReplaceNode(xmlNodePtr old, xmlNodePtr cur) { argument
3504 if (old == cur) return(NULL);
3505 if ((old == NULL) || (old->parent == NULL)) {
3508 "xmlReplaceNode : old == NULL or without parent\n");
3513 xmlUnlinkNode(old);
4494 xmlNodePtr old = NULL; local
[all...]
H A DparserInternals.c1980 int old = xmlPedanticParserDefaultValue; local
1983 return(old);
1991 * contents. This may break on old application and is turned off by default.
1998 int old = xmlLineNumbersDefaultValue; local
2001 return(old);
2020 int old = xmlSubstituteEntitiesDefaultValue; local
2023 return(old);
2040 * on 1.X libs and to switch back to the old mode for compatibility when
2052 int old = xmlKeepBlanksDefaultValue; local
2056 return(old);
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c418 struct bwi_regwin *old; local
421 error = bwi_regwin_switch(sc, &mac->mac_regwin, &old);
429 error = bwi_regwin_switch(sc, old, NULL);
923 struct bwi_regwin *old, *bus; local
939 error = bwi_regwin_switch(sc, bus, &old);
949 error = bwi_regwin_switch(sc, bus, &old);
1015 return bwi_regwin_switch(sc, old, NULL);
1119 struct bwi_regwin *old, *com; local
1137 error = bwi_regwin_switch(sc, com, &old);
1170 return bwi_regwin_switch(sc, old, NUL
1176 struct bwi_regwin *old, *com; local
3482 struct bwi_regwin *com, *old; local
3509 struct bwi_regwin *bus, *old; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-regs.c723 char *old = (char*) data->value; local
727 if (buf[i] != old[i])
730 old[i] = buf[i];
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfts.c328 int old = sp->fts_cwd_fd; local
329 fts_assert (old != fd || old == AT_FDCWD);
333 /* Push "old" onto the ring.
335 int prev_fd_in_slot = i_ring_push (&sp->fts_fd_ring, old);
342 if (0 <= old)
343 close (old); /* ignore any close failure */
/haiku-fatelf/src/bin/bash/builtins/
H A DMakefile145 @-if test -f builtins.c; then mv -f builtins.c old-builtins.c; fi
146 @-if test -f builtext.h; then mv -f builtext.h old-builtext.h; fi
149 @-if cmp -s old-builtext.h builtext.h 2>/dev/null; then \
150 mv old-builtext.h builtext.h; \
152 $(RM) old-builtext.h; \
154 @-if cmp -s old-builtins.c builtins.c 2>/dev/null; then \
155 mv old-builtins.c builtins.c; \
157 $(RM) old-builtins.c; \
/haiku-fatelf/headers/os/app/
H A DLooper.h133 static status_t _LockComplete(BLooper* loop, int32 old,

Completed in 208 milliseconds

12345678