Home
last modified time | relevance | path

Searched refs:credit (Results 1 – 25 of 77) sorted by relevance

1234

/openbsd/games/atc/
H A Dgraphics.c61 WINDOW *radar, *cleanradar, *credit, *input, *planes; variable
127 credit = newwin(INPUT_LINES, PLANE_COLS, LINES - INPUT_LINES, in setup_screen()
143 wmove(credit, 0, i); in setup_screen()
144 waddch(credit, C_CREDIT); in setup_screen()
145 wmove(credit, INPUT_LINES - 1, i); in setup_screen()
146 waddch(credit, C_CREDIT); in setup_screen()
148 wmove(credit, INPUT_LINES / 2, 1); in setup_screen()
149 waddstr(credit, AUTHOR_STR); in setup_screen()
212 wrefresh(credit); in setup_screen()
391 touchwin(credit); in redraw()
[all …]
/openbsd/games/hunt/huntd/
H A Ddriver.c569 if (credit != NULL) in checkdam()
570 credit->i_slime++; in checkdam()
580 if (credit == NULL) { in checkdam()
607 "| %s by %s |", cp, credit->i_name); in checkdam()
611 credit->i_kills--; in checkdam()
612 credit->i_bkills++; in checkdam()
617 credit->i_kills++; in checkdam()
618 credit->i_gkills++; in checkdam()
622 credit->i_kills--; in checkdam()
623 credit->i_bkills++; in checkdam()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/gprof/
H A Dhist.c269 double time, credit; in hist_assign_samples() local
324 credit = overlap * time / hist_scale; in hist_assign_samples()
333 symtab.base[j].hist.time += credit; in hist_assign_samples()
337 total_time -= credit; in hist_assign_samples()
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dhist.c272 double time, credit; in hist_assign_samples() local
327 credit = overlap * time / hist_scale; in hist_assign_samples()
336 symtab.base[j].hist.time += credit; in hist_assign_samples()
340 total_time -= credit; in hist_assign_samples()
/openbsd/games/quiz/datfiles/
H A Ducc11 2-310:open time for payment or running of credit
93 5-111:warranties on transfer and presentment (letters of credit)
95 5-115:remedy for improper dishonor or anticipatory repudiation (letters of credit)
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlsecpolicy.pod362 L</Vulnerability credit and bounties> section of this document
363 explains our preferred format for this credit.
456 =head2 Vulnerability credit and bounties
467 When security issues are fixed we will attempt to credit the specific
481 In the event that proper credit for vulnerability discovery cannot be
483 and the researcher about how the credit should be given, it will be
H A Dperlpolicy.pod492 the overall health of Perl, proper credit must be given to the original
505 ownership of code, respect for artistic control, proper credit, and active
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2000-11-18-EarlyDesignIdeas.txt68 remembered later. Just giving credit where its due...
H A D2000-11-18-EarlyDesignIdeasResp.txt181 > remembered later. Just giving credit where its due...
/openbsd/usr.bin/ssh/
H A DLICENCE85 * permitted provided that due credit is given to the author and the
/openbsd/usr.bin/m4/TEST/
H A Dtest.m4172 get little credit for their work because it is performed secretly. The
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq2.pod276 see fit. A simple comment in the code giving credit to the FAQ would
H A Dperlfaq1.pod328 see fit. A simple comment in the code giving credit to the FAQ would
H A Dperlfaq9.pod421 credit would be courteous but is not required.
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dsh.c3371 int slot, credit, jump_to_next = 0; local
3425 for (slot = 2, credit = (1 << (CACHE_LOG - 2)) + 2;
3426 credit >= 0 && prev && GET_CODE (prev) == INSN;
3447 credit -= get_attr_length (prev);
3472 if (credit - slot >= (GET_CODE (SET_SRC (pat)) == PC ? 2 : 0))
/openbsd/gnu/usr.bin/binutils/bfd/doc/
H A Dfdl.texi22 credit for their work, while not being considered responsible for
/openbsd/gnu/usr.bin/binutils/binutils/doc/
H A Dfdl.texi24 credit for their work, while not being considered responsible for
/openbsd/gnu/usr.bin/binutils/ld/
H A Dfdl.texi23 credit for their work, while not being considered responsible for
/openbsd/gnu/usr.bin/binutils/etc/
H A Dfdl.texi24 credit for their work, while not being considered responsible for
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dfdl.texi23 credit for their work, while not being considered responsible for
/openbsd/gnu/usr.bin/binutils-2.17/etc/
H A Dfdl.texi24 credit for their work, while not being considered responsible for
/openbsd/gnu/usr.bin/binutils-2.17/binutils/doc/
H A Dfdl.texi24 credit for their work, while not being considered responsible for
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dfdl.texi23 credit for their work, while not being considered responsible for
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dfdl.texi23 credit for their work, while not being considered responsible for
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DTutorial.pod616 credit would be courteous but is not required.

1234