MCPcopy Create free account
hub / github.com/Entware/Entware / expr_gstr_print

Function expr_gstr_print

scripts/config/expr.c:1270–1273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1268}
1269
1270void expr_gstr_print(struct expr *e, struct gstr *gs)
1271{
1272 expr_print(e, expr_print_gstr_helper, gs, E_NONE);
1273}
1274
1275/*
1276 * Transform the top level "||" tokens into newlines and prepend each

Callers 3

get_dep_strFunction · 0.85
get_symbol_props_strFunction · 0.85
get_symbol_strFunction · 0.85

Calls 1

expr_printFunction · 0.85

Tested by

no test coverage detected