OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NB_CONTRIBUTORS
(Results
1 - 4
of
4
) sorted by null
/external/syslinux/com32/hdt/
hdt.h
38
#define
NB_CONTRIBUTORS
3
hdt-dump-hdt.c
42
char *contributors[
NB_CONTRIBUTORS
] = CONTRIBUTORS;
43
for (int c = 0; c <
NB_CONTRIBUTORS
; c++) {
hdt-menu-about.c
82
char *contributors[
NB_CONTRIBUTORS
] = CONTRIBUTORS;
83
for (int c = 0; c <
NB_CONTRIBUTORS
; c++) {
hdt-cli-hdt.c
236
char *contributors[
NB_CONTRIBUTORS
] = CONTRIBUTORS;
237
for (int c = 0; c <
NB_CONTRIBUTORS
; c++) {
Completed in 65 milliseconds