Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-gram.l136 static void handle_dollar (int token_type, char *cp, location loc);
636 "$"("<"{tag}">")?(-?[0-9]+|"$") handle_dollar (token_type, yytext, *loc);
904 handle_dollar (int token_type, char *text, location loc) in handle_dollar() function
Dscan-gram.c997 static void handle_dollar (int token_type, char *cp, location loc);
2196 handle_dollar (token_type, gram_text, *loc);
3558 handle_dollar (int token_type, char *text, location loc) in handle_dollar() function
/external/bison/
DChangeLog5587 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
5603 (handle_dollar, handle_at): Complain in invalid contexts.
8847 * src/scan-gram.l (handle_dollar, handle_destructor_at)
8906 (handle_dollar): Rename as...
8919 * src/scan-gram.l (handle_dollar, handle_at): Compute the
8935 * src/scan-gram.l (handle_dollar): Takes a location.
9171 * src/scan-gram.h (handle_dollar): this.