Searched refs:symbol_prefix (Results 1 – 17 of 17) sorted by relevance
| /trueos/contrib/byacc/ |
| HD | output.c | 127 fprintf(fp, "#define %-10s %s%s\n", name, symbol_prefix, name + 2); in define_prefixed() 137 if (symbol_prefix == NULL) in output_prefix() 139 symbol_prefix = "yy"; in output_prefix() 185 fprintf(fp, "#define YYPREFIX \"%s\"\n", symbol_prefix); in output_prefix() 212 int need = 34 - (int)(strlen(symbol_prefix) + strlen(name)); in start_int_table() 218 StaticOrR, symbol_prefix, name, need, value); in start_int_table() 226 StaticOrR, symbol_prefix, name); in start_str_table() 1148 fprintf(defines_file, "#ifndef _%s_defines_h_\n", symbol_prefix); in start_defines_file() 1149 fprintf(defines_file, "#define _%s_defines_h_\n\n", symbol_prefix); in start_defines_file() 1155 fprintf(defines_file, "\n#endif /* _%s_defines_h_ */\n", symbol_prefix); in end_defines_file() [all …]
|
| HD | main.c | 45 const char *symbol_prefix; variable 352 symbol_prefix = s; in getargs() 354 symbol_prefix = argv[i]; in getargs()
|
| HD | defs.h | 280 extern const char *symbol_prefix;
|
| /trueos/contrib/byacc/test/yacc/ |
| HD | no_p_opt.output | 12 -p symbol_prefix set symbol prefix (default "yy")
|
| HD | help.output | 12 -p symbol_prefix set symbol prefix (default "yy")
|
| HD | no_output2.output | 12 -p symbol_prefix set symbol prefix (default "yy")
|
| HD | no_b_opt.output | 12 -p symbol_prefix set symbol prefix (default "yy")
|
| HD | nostdin.output | 12 -p symbol_prefix set symbol prefix (default "yy")
|
| HD | big_l.output | 13 -p symbol_prefix set symbol prefix (default "yy")
|
| HD | big_b.output | 13 -p symbol_prefix set symbol prefix (default "yy")
|
| /trueos/contrib/byacc/test/btyacc/ |
| HD | no_output2.output | 12 -p symbol_prefix set symbol prefix (default "yy")
|
| HD | no_p_opt.output | 12 -p symbol_prefix set symbol prefix (default "yy")
|
| HD | help.output | 12 -p symbol_prefix set symbol prefix (default "yy")
|
| HD | big_l.output | 12 -p symbol_prefix set symbol prefix (default "yy")
|
| HD | no_b_opt.output | 12 -p symbol_prefix set symbol prefix (default "yy")
|
| HD | big_b.output | 12 -p symbol_prefix set symbol prefix (default "yy")
|
| HD | nostdin.output | 12 -p symbol_prefix set symbol prefix (default "yy")
|