Home
last modified time | relevance | path

Searched refs:BRACED_CODE (Results 1 – 6 of 6) sorted by relevance

/external/bison/src/
Dparse-gram.h98 BRACED_CODE = 298, enumerator
157 #define BRACED_CODE 298 macro
Dscan-gram.l653 return BRACED_CODE;
667 return BRACED_CODE;
Dparse-gram.y183 %token BRACED_CODE "{...}"
Dscan-gram.c2350 return BRACED_CODE;
2370 return BRACED_CODE;
Dparse-gram.c257 BRACED_CODE = 298, enumerator
316 #define BRACED_CODE 298 macro
/external/bison/
DChangeLog-20126612 * src/scan-gram.l (<SC_BRACED_CODE>): Use val->code for BRACED_CODE,
7552 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
8476 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
8783 * src/parse-gram.y (BRACED_CODE, action): These are no longer
14528 take two BRACED_CODE, not two string_content.
17166 * src/scan-gram.l (BRACED_CODE): Use it to branch on...