Set the user-defined data. This data is never touched by the scanner. * @param user_defined The data to be associated with this scanner. * @param yyscanner The scanner object. */
| 2254 | * @param yyscanner The scanner object. |
| 2255 | */ |
| 2256 | void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner) |
| 2257 | { |
| 2258 | struct yyguts_t * yyg = (struct yyguts_t*)yyscanner; |
| 2259 | yyextra = user_defined ; |
| 2260 | } |
| 2261 | |
| 2262 | /** Set the current line number. |
| 2263 | * @param _line_number line number |
no outgoing calls
no test coverage detected