Searched refs:no_lines_flag (Results 1 – 8 of 8) sorted by relevance
/dports/devel/bison/bison-3.7.6/src/ |
H A D | getargs.h | 40 extern bool no_lines_flag; /* for -l */
|
H A D | getargs.c | 44 bool no_lines_flag = false; variable 792 no_lines_flag = true; in getargs()
|
H A D | output.c | 509 if (!no_lines_flag) in user_actions_output() 814 MUSCLE_INSERT_BOOL ("synclines_flag", !no_lines_flag); in prepare()
|
H A D | parse-gram.y | 359 | "%no-lines" { no_lines_flag = true; }
|
H A D | parse-gram.c | 2271 { no_lines_flag = true; } in yyparse()
|
/dports/lang/parrot/parrot-8.1.0/config/init/ |
H A D | defaults.pm | 269 no_lines_flag => $conf->options->get('no-line-directives') ? '--no-lines' : '',
|
/dports/lang/parrot/parrot-8.1.0/config/gen/makefiles/ |
H A D | root.in | 750 PMC2C = $(PERL) -Ilib $(BUILD_TOOLS_DIR)/pmc2c.pl @no_lines_flag@ 751 PMC2CD = $(PERL) -Ilib $(BUILD_TOOLS_DIR)/pmc2c.pl --dump @no_lines_flag@ 752 PMC2CC = $(PERL) -Ilib $(BUILD_TOOLS_DIR)/pmc2c.pl --c @no_lines_flag@ 753 PMC2CV = $(PERL) -Ilib $(BUILD_TOOLS_DIR)/pmc2c.pl --vtable @no_lines_flag@
|
/dports/devel/bison/bison-3.7.6/ |
H A D | ChangeLog-2012 | 15441 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag, 15444 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
|