MCPcopy Create free account
hub / github.com/DCurrent/openbor / pp_lexer_GetNextToken

Function pp_lexer_GetNextToken

engine/source/preprocessorlib/pp_lexer.c:90–337  ·  view source on GitHub ↗

* getNextToken -- Thie method searches the input stream and returns the next * token found within that stream, using the principle of maximal munch. It * embodies the start state of the FSA. * * Parameters: theNextToken -- address of the next CToken found in the stream * Returns: S_OK * E_FAIL ******************************************************************************/

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

pp_parser_lex_tokenFunction · 0.85
pp_parser_peek_tokenFunction · 0.85
pp_parser_emit_tokenFunction · 0.85
lexFileFunction · 0.85
lexFilesFunction · 0.85

Calls 5

pp_lexer_GetTokenNumberFunction · 0.85
pp_lexer_SkipCommentFunction · 0.85
pp_lexer_GetTokenSymbolFunction · 0.85

Tested by 2

lexFileFunction · 0.68
lexFilesFunction · 0.68