Searched refs:funargs (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.c | 730 decl_t *pp, *funargs; in collect_prototype() local 776 decl_GetTraceInfo(pp, f_type, f_basetype, &funargs); in collect_prototype() 798 while (funargs) { in collect_prototype() 800 strnormalize(declspec_ToString(buf, funargs->d_ds))); in collect_prototype() 803 funargs->d_ds)))); in collect_prototype() 805 tp = funargs->d_type; in collect_prototype() 820 if (funargs->d_name) { in collect_prototype() 821 (void) snprintf(a_name, 20, "%s", funargs->d_name); in collect_prototype() 834 funargs = funargs->d_next; in collect_prototype()
|
H A D | parseproto.y | 2071 decl_t *funargs; in decl_PrintTraceInfo() local 2083 decl_GetTraceInfo(dp, f_type, f_print, &funargs); in decl_PrintTraceInfo() 2096 while (funargs) { in decl_PrintTraceInfo() 2098 declspec_ToString(buf, funargs->d_ds)); in decl_PrintTraceInfo() 2100 de_const(declspec_ToString(buf, funargs->d_ds))); in decl_PrintTraceInfo() 2102 tp = funargs->d_type; in decl_PrintTraceInfo() 2112 if (funargs->d_name) { in decl_PrintTraceInfo() 2114 funargs->d_name ? funargs->d_name : "<nil>"); in decl_PrintTraceInfo() 2124 funargs = funargs->d_next; in decl_PrintTraceInfo() 2138 decl_GetTraceInfo(decl_t *dp, char *f_type, char *f_print, decl_t **funargs) in decl_GetTraceInfo() argument [all …]
|