Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ yymode
Function
yymode
src/engine/scan.cpp:59–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
*/
58
59
int yymode( int n )
60
{
61
int result = scanmode;
62
scanmode = n;
63
return result;
64
}
65
66
67
void yyerror( char const * s )
Callers
1
yyparse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected