Searched refs:Exsum_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/tw/
H A Dexpr.c41 } Exsum_t; typedef in typeref:struct:Exsum_s
140 sum(Exsum_t* sum, const char* path)
210 Exsum_t* sp;
246 v.string = sum((Exsum_t*)node->local.pointer, PATH(ftw));
285 v.string = sum((Exsum_t*)node->local.pointer, PATH(ftw));
376 sp = (Exsum_t*)node->local.pointer;
435 Exsum_t* sp;
579 if (!(sp = newof(0, Exsum_t, 1, 0)) || !(sp->buf = sfstropen()))

Completed in 17 milliseconds