Home
last modified time | relevance | path

Searched refs:toplevel (Results 1 – 25 of 105) sorted by relevance

12345

/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTMLBatch.pm308 my($toplevel, # maps toplevelbit => [all submodules]
321 $self->_write_contents_middle( $Contents, $outfile, $toplevel, $toplevel_form_freq );
396 my %toplevel; # maps lctoplevelbit => [all submodules]
401 my $toplevel =
406 ++$toplevel_form_freq{ lc $toplevel }{ $toplevel };
407 push @{ $toplevel{ lc $toplevel } }, $entry;
411 foreach my $toplevel (sort keys %toplevel) {
412 my $fgroup = $toplevel_form_freq{$toplevel};
413 $toplevel_form_freq{$toplevel} =
422 return(\%toplevel, \%toplevel_form_freq) if wantarray;
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/gdbserver/
H A Dutils.c60 extern jmp_buf toplevel; in error()
66 longjmp (toplevel, 1); in error()
H A Dserver.c36 jmp_buf toplevel; variable
324 if (setjmp (toplevel)) in main()
378 setjmp (toplevel); in main()
H A Dserver.h125 extern jmp_buf toplevel;
/openbsd/usr.bin/telnet/
H A Dmain.c199 if (setjmp(toplevel) != 0) in main()
206 (void)setjmp(toplevel); in main()
H A Dexterns.h153 toplevel; /* For error conditions. */
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/bin/
H A Dinstmodsh151 sub toplevel()
191 toplevel();
/openbsd/sbin/dump/
H A Dmain.c120 char *toplevel, *str, *mount_point = NULL, *realpath, *ct; in main() local
235 toplevel = NULL; in main()
267 if ((toplevel = strdup(fsbuf.f_mntonname)) == NULL) { in main()
271 disk = toplevel; in main()
478 anydirskipped = mapfiles(maxino, &tapesize, toplevel, in main()
/openbsd/gnu/usr.bin/perl/cpan/bignum/gentest/
H A Dbackend.sh22 gitroot=$( git rev-parse --show-toplevel ) || exit
H A Dscope-nested-const.sh21 chomp(my $gitroot = `git rev-parse --show-toplevel`);
H A Dscope-nested-hex-oct.sh21 chomp(my $gitroot = `git rev-parse --show-toplevel`);
/openbsd/usr.bin/ftp/
H A Dmain.c168 jmp_buf toplevel; variable
637 if (setjmp(toplevel)) in main()
662 top = setjmp(toplevel) == 0; in main()
685 longjmp(toplevel, 1); in intr()
H A Dftp_var.h182 extern jmp_buf toplevel; /* non-local goto stuff for cmd scanner */
/openbsd/gnu/gcc/gcc/
H A Dcfgexpand.c713 defer_stack_allocation (tree var, bool toplevel) in defer_stack_allocation() argument
724 if (toplevel && optimize < 2) in defer_stack_allocation()
744 expand_one_var (tree var, bool toplevel) in expand_one_var() argument
762 else if (defer_stack_allocation (var, toplevel)) in expand_one_var()
775 expand_used_vars_for_block (tree block, bool toplevel) in expand_used_vars_for_block() argument
780 old_sv_num = toplevel ? 0 : stack_vars_num; in expand_used_vars_for_block()
790 expand_one_var (t, toplevel); in expand_used_vars_for_block()
H A Dc-lex.c82 struct c_fileinfo *toplevel; in init_c_lex() local
86 toplevel = get_fileinfo ("<top level>"); in init_c_lex()
91 toplevel->time = body_time; in init_c_lex()
/openbsd/sbin/isakmpd/
H A Dtransport.c75 transport_setup(struct transport *t, int toplevel) in transport_setup() argument
77 if (toplevel) { in transport_setup()
/openbsd/sbin/unwind/libunbound/util/
H A Dconfiglexer.lex65 static void config_start_include(const char* filename, int toplevel) in config_start_include() argument
111 inc_toplevel = toplevel; in config_start_include()
115 static void config_start_include_glob(const char* filename, int toplevel) in config_start_include_glob() argument
148 config_start_include(filename, toplevel); /* let original deal with it */ in config_start_include_glob()
153 config_start_include(g.gl_pathv[i], toplevel); in config_start_include_glob()
160 config_start_include(filename, toplevel); in config_start_include_glob()
677 <INITIAL,val>include-toplevel{COLON} {
H A Dconfiglexer.c3506 static void config_start_include(const char* filename, int toplevel) in config_start_include() argument
3552 inc_toplevel = toplevel; in config_start_include()
3556 static void config_start_include_glob(const char* filename, int toplevel) in config_start_include_glob() argument
3589 config_start_include(filename, toplevel); /* let original deal with it */ in config_start_include_glob()
3594 config_start_include(g.gl_pathv[i], toplevel); in config_start_include_glob()
3601 config_start_include(filename, toplevel); in config_start_include_glob()
/openbsd/usr.sbin/unbound/util/
H A Dconfiglexer.lex65 static void config_start_include(const char* filename, int toplevel) in config_start_include() argument
111 inc_toplevel = toplevel; in config_start_include()
115 static void config_start_include_glob(const char* filename, int toplevel) in config_start_include_glob() argument
148 config_start_include(filename, toplevel); /* let original deal with it */ in config_start_include_glob()
153 config_start_include(g.gl_pathv[i], toplevel); in config_start_include_glob()
160 config_start_include(filename, toplevel); in config_start_include_glob()
677 <INITIAL,val>include-toplevel{COLON} {
/openbsd/gnu/llvm/llvm/utils/gn/
H A D.gn1 # Since this can't be at the toplevel, you either need to pass
/openbsd/libexec/tradcpp/
H A Dfiles.c177 file_read(const struct placefile *pf, int fd, const char *name, bool toplevel) in file_read() argument
308 if (toplevel) { in file_read()
/openbsd/bin/ksh/
H A Dmain.c554 shell(Source *volatile s, volatile int toplevel) in shell() argument
559 volatile int interactive = Flag(FTALKING) && toplevel; in shell()
643 if (toplevel) in shell()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-lex.c99 struct c_fileinfo *toplevel; local
105 toplevel = get_fileinfo ("<top level>");
110 toplevel->time = body_time;
/openbsd/gnu/llvm/clang/tools/clang-format/
H A Dgit-clang-format388 toplevel = run('git', 'rev-parse', '--show-toplevel')
389 os.chdir(toplevel)
/openbsd/gnu/gcc/gcc/config/soft-fp/
H A Dt-softfp43 # these variables apply for all multilibs. With toplevel libgcc,

12345