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

Function get_def_str

scripts/config/menu.c:689–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

687}
688
689static void get_def_str(struct gstr *r, struct menu *menu)
690{
691 str_printf(r, "Defined at %s:%d\n",
692 menu->file->name, menu->lineno);
693}
694
695static void get_dep_str(struct gstr *r, struct expr *expr, const char *prefix)
696{

Callers 1

get_symbol_strFunction · 0.85

Calls 1

str_printfFunction · 0.85

Tested by

no test coverage detected