Home
last modified time | relevance | path

Searched refs:first_file (Results 1 – 3 of 3) sorted by relevance

/external/libvorbis/examples/
Dframeview.pl10 my $first_file=undef;
214 -command=>[sub{$fileno-=10;$fileno=$first_file if($fileno<$first_file);
222 -command=>[sub{$fileno-=1;$fileno=$first_file if($fileno<$first_file);
599 $first_file=undef;
607 $first_file=$2 if(!defined($first_file) || $2<$first_file);
620 $fileno=$first_file if($fileno<$first_file);
623 $graph_slider->configure(-from=>$first_file,-to=>$last_file);
/external/e2fsprogs/e2fsck/
Dprofile.c117 prf_file_t first_file; member
315 last = &profile->first_file; in profile_init()
352 if (!profile->first_file) { in profile_init()
375 for (p = profile->first_file; p; p = next) { in profile_release()
401 for (prf = profile->first_file; prf; prf = prf->next) { in profile_set_default()
1306 iter->file = profile->first_file; in profile_iterator_create()
1793 (profile->first_file->root, stdout); in do_cmd()
1803 (profile->first_file->root); in do_cmd()
/external/valgrind/perf/
Dtinycc.c5495 … pe_setup_paths(struct TCCState *s1, int *p_output_type, const char **p_outfile, char *first_file);