Home
last modified time | relevance | path

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

/external/bison/src/
Dgetargs.c50 bool locations_flag; variable
411 locations_flag = true; in getargs()
Dgetargs.h36 extern bool locations_flag;
Dparse-gram.y240 | "%locations" { locations_flag = true; }
Doutput.c589 MUSCLE_INSERT_BOOL ("locations_flag", locations_flag); in prepare()
Dscan-gram.l940 locations_flag = true; in handle_action_at()
Dparse-gram.c1826 { locations_flag = true; }
Dscan-gram.c3594 locations_flag = true; in handle_action_at()
/external/bison/
DChangeLog4733 * src/getargs.c (debug_flag, defines_flag, locations_flag,
4736 * src/getargs.h (debug_flag, defines_flag, locations_flag,
13469 * src/output.c (prepare): Add macro insertion of `locations_flag'