Searched refs:write_section (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/byacc/ |
H A D | output.c | 2103 write_section(fp, xdecls); in output() 2145 write_section(code_file, xdecls); in output() 2147 write_section(code_file, tables); in output() 2150 write_section(code_file, global_vars); in output() 2153 write_section(code_file, impure_vars); in output() 2157 write_section(code_file, hdr_defs); in output() 2160 write_section(code_file, hdr_vars); in output() 2171 write_section(code_file, body_1); in output() 2174 write_section(code_file, body_vars); in output() 2176 write_section(code_file, body_2); in output() [all …]
|
H A D | yaccpar.c | 420 write_section(FILE * fp, const char *const section[]) in write_section() function
|
H A D | btyaccpar.c | 1273 write_section(FILE * fp, const char *const section[]) in write_section() function
|
H A D | skel2c | 93 print "write_section(FILE * fp, const char *const section[])";
|
H A D | defs.h | 590 extern void write_section(FILE * fp, const char *const section[]);
|
H A D | reader.c | 4154 write_section(code_file, banner); in reader()
|
H A D | CHANGES | 4795 * reader.c: pass explicit file-pointer to write_section()
|