OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:error_print_progname
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
error.cpp
37
void (*
error_print_progname
)(void) = NULL;
variable
43
if (
error_print_progname
!= NULL) {
44
error_print_progname
();
/external/bison/lib/
error.c
55
void (*
error_print_progname
) (void);
variable
306
if (
error_print_progname
)
307
(*
error_print_progname
) ();
366
if (
error_print_progname
)
367
(*
error_print_progname
) ();
Completed in 373 milliseconds