HomeSort by: relevance | last modified time | path
    Searched defs:s_param (Results 1 - 2 of 2) 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/
lint1.h 218 bool s_param:1; member in struct:sym

Completed in 12 milliseconds