MCPcopy Create free account
hub / github.com/Kitware/CMake / yyset_extra

Function yyset_extra

Source/LexerParser/cmListFileLexer.c:2315–2319  ·  view source on GitHub ↗

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. */

Source from the content-addressed store, hash-verified

2313 * @param yyscanner The scanner object.
2314 */
2315void yyset_extra (YY_EXTRA_TYPE user_defined , yyscan_t yyscanner)
2316{
2317 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
2318 yyextra = user_defined ;
2319}
2320
2321/** Set the current line number.
2322 * @param _line_number line number

Callers 1

yylex_init_extraFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…