Searched refs:adjust_location (Results 1 – 3 of 3) sorted by relevance
/external/bison/src/ |
D | scan-gram.l | 71 static void adjust_location (location *, char const *, size_t); 72 #define YY_USER_ACTION adjust_location (loc, yytext, yyleng); 741 adjust_location (location *loc, char const *token, size_t size) in adjust_location() function
|
D | scan-gram.c | 932 static void adjust_location (location *, char const *, size_t); 933 #define YY_USER_ACTION adjust_location (loc, gram_text, gram_leng); 3395 adjust_location (location *loc, char const *token, size_t size) in adjust_location() function
|
/external/bison/ |
D | ChangeLog | 578 * src/scan-gram.l (adjust_location): Use a default: break; case 986 (adjust_location, handle_syncline): Diagnose overflow. 5976 (STEP): Remove. No longer needed, now that adjust_location does 5979 (adjust_location): Renamed from extend_location. It now sets
|