Home
last modified time | relevance | path

Searched refs:handle_syncline (Results 1 – 4 of 4) sorted by relevance

/external/bison/src/
Dscan-gram.l79 static void handle_syncline (char *, location);
161 handle_syncline (yytext + sizeof "#line " - 1, *loc);
853 handle_syncline (char *args, location loc)
Dscan-gram.c1022 static void handle_syncline (char *, location);
1476 handle_syncline (gram_text + sizeof "#line " - 1, *loc);
3653 handle_syncline (char *args, location loc) in handle_syncline() function
/external/bison/
DChangeLog289 (handle_syncline): Adjust to the possible missing file name.
DChangeLog-2012209 * src/scan-gram.l (handle_syncline)
9247 (adjust_location, handle_syncline): Diagnose overflow.
9253 (handle_syncline): New arg LOC. All callers changed.
11988 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
14243 (handle_syncline): Remove location arg; now updates scanner cursor.
14784 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
14966 * src/scan-gram.l (handle_syncline): New.