expand.c | 110 STATIC void varvalue(const char *, int, int, int); 975 varvalue(var, varflags&VSQUOTE, subtype, flag); 1204 varvalue(const char *name, int quoted, int subtype, int flag) function in typeref:typename:STATIC void 1215 VTRACE(DBG_EXPAND, ("varvalue(%c%s, sub=%d, fl=%#x)", *name,
|