HomeSort by: relevance | last modified time | path
    Searched refs:s_old_style_params (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/xlint/lint1/
decl.c 1384 decl->u.s_old_style_params = params;
1472 sym->u.s_old_style_params = NULL;
1900 const sym_t *old_params = rdsym->u.s_old_style_params;
2001 * rdsym->s_old_style_params and compare them with the params
2026 dsym->u.s_old_style_params =
2027 rdsym->u.s_old_style_params;
2550 sym_t *old_params = funcsym->u.s_old_style_params;
2596 funcsym->u.s_old_style_params = NULL;
lint1.h 253 sym_t *s_old_style_params; /* parameters in an old-style member in union:sym::__anondcf084d00d0a
debug.c 469 debug_word(sym->s_osdef && sym->u.s_old_style_params != NULL,
func.c 222 if (!fsym->s_type->t_proto && fsym->u.s_old_style_params == NULL)

Completed in 15 milliseconds