Home | History | Annotate | Download | only in src

Lines Matching defs:file

5    This file is part of Bison, the GNU Compiler Compiler.
28 /* The name of the file that contains the boundary. */
29 uniqstr file;
53 b->file = f;
63 int res = strcmp (a.file, b.file);
77 && UNIQSTR_EQ (a.file, b.file));
101 /* Print location to file. Return number of actually printed
103 unsigned location_print (FILE *out, location loc);
105 /* Free any allocated ressources and close any open file handles that are
110 void location_caret (FILE *out, location loc);
123 /* LOC_STR must be formatted as `file:line.column', it will be modified. */