MCPcopy Create free account
hub / github.com/boostorg/build / yyfparse

Function yyfparse

src/engine/scan.cpp:91–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90
91void yyfparse( OBJECT * s )
92{
93 include * i = (include *)BJAM_MALLOC( sizeof( *i ) );
94
95 /* Push this onto the incp chain. */
96 i->string = (char*)"";
97 i->strings = 0;
98 i->file = 0;
99 i->fname = object_copy( s );
100 i->line = 0;
101 i->next = incp;
102 incp = i;
103}
104
105
106void yysparse( OBJECT * name, const char * * lines )

Callers 2

yysparseFunction · 0.85
parse_fileFunction · 0.85

Calls 1

object_copyFunction · 0.85

Tested by

no test coverage detected