Searched refs:popped (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/gcc/gcc/
H A Dtimevar.c171 /* A list of unused (i.e. allocated and subsequently popped)
259 popped or another element is pushed on top.
305 popped variable must be TIMEVAR. Elapsed time since the that
307 stack when the element above it was popped off, is credited to that
314 struct timevar_stack_def *popped = stack; local
322 timevar_accumulate (&popped->timevar->elapsed, &start_time, &now);
333 popped->next = unused_stack_instances;
334 unused_stack_instances = popped;
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Decho-area.c1428 PUSHED_EA *popped;
1430 popped = pushed_echo_areas[--pushed_echo_areas_index];
1432 strcpy (input_line, popped->line);
1433 free (popped->line);
1434 input_line_prompt = popped->prompt;
1435 input_line_point = popped->point;
1436 input_line_beg = popped->beg;
1437 input_line_end = popped->end;
1438 input_line_node = popped->node;
1439 echo_area_completion_items = popped
1424 PUSHED_EA *popped; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dtimevar.c163 /* A list of unused (i.e. allocated and subsequently popped)
253 popped or another element is pushed on top.
305 popped variable must be TIMEVAR. Elapsed time since the that
307 stack when the element above it was popped off, is credited to that
315 struct timevar_stack_def *popped = stack; local
331 timevar_accumulate (&popped->timevar->elapsed, &start_time, &now);
342 popped->next = unused_stack_instances;
343 unused_stack_instances = popped;
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/autodie/Scope/
H A DGuardStack.pm45 # since its "frame" was already popped and finally hook 1
46 # will be popped and take its own frame with it.
95 and will pop hooks as their "scope" is popped. This is useful for
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/t/
H A Ddb-recno.t245 my $popped = pop (@data) ;
247 ok(29, $value eq $popped) ;
796 print "popped $last\n" ;
818 popped black
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.pm99 Optional - if not present the layer is popped on binmode($fh) or when C<:raw>
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dlex.c805 /* Now that we've pushed or popped the input stack,
825 /* Now that we've pushed or popped the input stack,
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dlibgcc.S82 add spl, w ; be popped off later.
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dbfin-parse.c7080 that goes to, based on the state we popped back to and the rule
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DParser.pm1458 input stream has been exhausted, it is popped off the end of the
/openbsd-current/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.pm1422 print "popped $last\n" ;
1440 popped black
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl367 each subroutine; popped again at the end of each subroutine.
4623 # Use local so the single-step value is popped back off the
9787 just popped into environment variables directly.

Completed in 502 milliseconds