Home
last modified time | relevance | path

Searched refs:this_program (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dhelp2man29 my $this_program = 'help2man';
32 GNU $this_program $this_version
42 `$this_program' generates a man page out of `--help' and `--version' output.
44 Usage: $this_program [OPTION]... EXECUTABLE
103 die "$this_program: can't open `$inc' ($!)\n"
160 die "$this_program: no valid information found in `$inc'\n"
179 or die "$this_program: can't get `--$_' info from $ARGV[0]\n"
190 or die "$this_program: can't unlink $opt_output ($!)\n"
194 or die "$this_program: can't create $opt_output ($!)\n";
485 .\\" DO NOT MODIFY THIS FILE! It was generated by $this_program $this_version.
/openbsd-src/gnu/gcc/gcc/
H A Dlibgcov.c163 struct gcov_summary this_program; in gcov_exit() local
176 memset (&this_program, 0, sizeof (this_program)); in gcov_exit()
185 cs_ptr = &this_program.ctrs[t_ix]; in gcov_exit()
432 cs_tprg = &this_program.ctrs[t_ix]; in gcov_exit()