Searched refs:help_file (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/binutils/binutils/
H A Dnlmconv.h59 extern char *help_file;
H A Dnlmheader.y65 char *help_file;
259 help_file = $2;
H A Dnlmconv.c294 help_file = NULL;
723 if (help_file != NULL)
725 help_data = fopen (help_file, "r");
729 fprintf (stderr, "%s:%s: %s\n", program_name, help_file,
731 help_file = NULL;
927 if (help_file != NULL)
933 non_fatal (_("%s: read: %s"), help_file, strerror (errno));
H A Dnlmheader.c202 char *help_file; variable
1489 help_file = (yyvsp[0].string);
/haiku-buildtools/binutils/binutils/
H A Dnlmconv.h61 extern char *help_file;
H A Dnlmheader.y64 char *help_file;
258 help_file = $2;
H A Dnlmconv.c297 help_file = NULL;
725 if (help_file != NULL)
727 help_data = fopen (help_file, "r");
731 fprintf (stderr, "%s:%s: %s\n", program_name, help_file,
733 help_file = NULL;
926 if (help_file != NULL)
932 non_fatal (_("%s: read: %s"), help_file, strerror (errno));
H A Dnlmheader.c129 char *help_file; variable
1580 help_file = (yyvsp[0].string);

Completed in 69 milliseconds