Home
last modified time | relevance | path

Searched refs:no_lines_flag (Results 1 – 8 of 8) sorted by relevance

/dports/devel/bison/bison-3.7.6/src/
H A Dgetargs.h40 extern bool no_lines_flag; /* for -l */
H A Dgetargs.c44 bool no_lines_flag = false; variable
792 no_lines_flag = true; in getargs()
H A Doutput.c509 if (!no_lines_flag) in user_actions_output()
814 MUSCLE_INSERT_BOOL ("synclines_flag", !no_lines_flag); in prepare()
H A Dparse-gram.y359 | "%no-lines" { no_lines_flag = true; }
H A Dparse-gram.c2271 { no_lines_flag = true; } in yyparse()
/dports/lang/parrot/parrot-8.1.0/config/init/
H A Ddefaults.pm269 no_lines_flag => $conf->options->get('no-line-directives') ? '--no-lines' : '',
/dports/lang/parrot/parrot-8.1.0/config/gen/makefiles/
H A Droot.in750 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 DChangeLog-201215441 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
15444 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,