MCPcopy Create free account
hub / github.com/apache/nuttx / process_dependson

Function process_dependson

tools/kconfig2html.c:1527–1537  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1525 ****************************************************************************/
1526
1527static void process_dependson(void)
1528{
1529 char *value = get_token();
1530 if (strcmp(value, "on") != 0)
1531 {
1532 error("Expected \"on\" after \"depends\"\n");
1533 exit(ERRROR_ON_AFTER_DEPENDS);
1534 }
1535
1536 push_dependency(htmlize_expression(g_lnptr));
1537}
1538
1539/****************************************************************************
1540 * Name: print_dependencies

Callers 3

process_configFunction · 0.85
process_choiceFunction · 0.85
process_menuFunction · 0.85

Calls 6

get_tokenFunction · 0.85
errorFunction · 0.85
exitFunction · 0.85
push_dependencyFunction · 0.85
htmlize_expressionFunction · 0.85
strcmpFunction · 0.50

Tested by

no test coverage detected