Home
last modified time | relevance | path

Searched refs:old_max (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.sbin/pppd/chat/
H A Dchat.c1004 int old_max;
1015 old_max = n_aborts;
1028 pack_array(abort_string,old_max);
1054 int old_max;
1064 old_max = n_reports;
1077 pack_array(report_string,old_max); local
1027 int old_max; global() local
/openbsd-src/usr.bin/lex/
H A Dtblcmp.c303 int old_max = current_max_xpairs; in expand_nxt_chk()
312 memset((chk + old_max), 0, MAX_XPAIRS_INCREMENT * sizeof(int)); in expand_nxt_chk()
304 int old_max = current_max_xpairs; expand_nxt_chk() local
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/
H A DRequirements.pm
/openbsd-src/gnu/usr.bin/perl/
H A Dscope.c113 const IV old_max = cxstack_max;
119 PoisonNew(cxstack + old_max + 1, new_max - old_max, PERL_CONTEXT); in Perl_push_scope()
98 const IV old_max = cxstack_max; Perl_cxinc() local
H A Dperlio.c2677 const int old_max = PL_perlio_fd_refcnt_size; in PerlIOUnix_open()
2686 old_max, new_fd, new_max) ); in PerlIOUnix_open()
2688 if (new_fd < old_max) { in PerlIOUnix_open()
2707 (void*)(new_array + old_max), in PerlIOUnix_dup()
2708 new_max - old_max) ); in PerlIOUnix_dup()
2710 Zero(new_array + old_max, new_max - old_max, int); in PerlIOUnix_dup()
2252 const int old_max = PL_perlio_fd_refcnt_size; S_more_refcounted_fds() local
/openbsd-src/gnu/gcc/gcc/
H A Dreg-stack.c319 unsigned int old_max = max; in stack_regs_mentioned() local
326 memset (&p[old_max], 0, in stack_regs_mentioned()
327 sizeof (char) * (max - old_max)); in stack_regs_mentioned()