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

  /src/tests/usr.bin/xlint/lint1/
msg_240.c 9 struct s_param { struct
25 /* expect+2: warning: parameter 's_param' unused in function 'return_other_struct' [231] */
27 return_other_struct(struct s_param s_param)
30 return s_param;
33 /* expect+2: warning: parameter 's_param' unused in function 'assign_other_struct' [231] */
35 assign_other_struct(struct s_param s_param)
40 s_local = s_param;
  /src/usr.bin/xlint/lint1/
decl.c 1526 sym->s_param = true;
1590 sym->s_param = true;
1794 if (sym->s_param)
2373 sym->s_param = true;
2376 if (!sym->s_param) {
2379 sym->s_param = true;
2634 if (rdsym->s_param) {
2813 sym->s_param = dcs->d_kind == DLK_PROTO_PARAMS;
3068 if (sym->s_kind == SK_VCFT && sym->s_param)
lint1.h 218 bool s_param:1; member in struct:sym
debug.c 415 debug_word(sym->s_param, "parameter");

Completed in 15 milliseconds