Searched refs:old_type (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Drandom_r.c306 int old_type;
314 old_type = buf->rand_type;
316 if (old_type == TYPE_0)
319 old_state[-1] = (MAX_TYPES * (buf->rptr - old_state)) + old_type;
303 int old_type; local
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Dcups-genppdupdate.in568 my ($old_type) = $orig_default_types{$_};
570 if (! defined($old_type)) {
571 $old_type = '(New)';
573 if ($old_type ne $new_type) {
574 print " $_ ($old_type -> $new_type) : ";
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dcurve.c796 StpuiCurveType old_type; local
798 old_type = c->curve_type;
802 if (old_type != STPUI_CURVE_TYPE_SPLINE)
813 StpuiCurveType old_type; local
819 old_type = c->curve_type;
836 if (old_type != STPUI_CURVE_TYPE_FREE)
875 StpuiCurveType old_type; local
880 old_type = c->curve_type;
907 if (old_type != STPUI_CURVE_TYPE_FREE)
/haiku-fatelf/src/bin/gdb/gdb/
H A Dvarobj.c1643 char *old_type, *new_type;
1644 old_type = varobj_get_type (var);
1652 if (strcmp (old_type, new_type) == 0)
1639 char *old_type, *new_type; local

Completed in 56 milliseconds