Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-gram.l138 static void handle_syncline (char *, location);
209 handle_syncline (yytext + sizeof "#line " - 1, *loc);
1079 handle_syncline (char *args, location loc) in handle_syncline() function
Dscan-gram.c999 static void handle_syncline (char *, location);
1407 handle_syncline (gram_text + sizeof "#line " - 1, *loc);
3733 handle_syncline (char *args, location loc) in handle_syncline() function
/external/bison/
DChangeLog986 (adjust_location, handle_syncline): Diagnose overflow.
992 (handle_syncline): New arg LOC. All callers changed.
3727 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
5982 (handle_syncline): Remove location arg; now updates scanner cursor.
6523 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
6705 * src/scan-gram.l (handle_syncline): New.