HomeSort by: relevance | last modified time | path
    Searched defs:anything (Results 1 - 3 of 3) sorted by relevancy

  /src/games/hack/
hack.makemon.c 88 boolean anything = (!ptr); local in function:makemon
169 if (anything)
  /src/tests/usr.bin/xlint/lint1/
gcc_cast_union.c 16 union anything { union
62 union anything any;
64 any = (union anything)(_Bool)0;
65 any = (union anything)(char)'\0';
66 any = (union anything)(signed char)'\0';
67 any = (union anything)(unsigned char)'\0';
68 any = (union anything)(short)'\0';
69 any = (union anything)(unsigned short)'\0';
70 any = (union anything)(int)'\0';
71 any = (union anything)(unsigned int)'\0'
    [all...]
msg_247.c 52 * about endianness, but that's not something lint can do anything about. The
358 } anything; typedef in typeref:union:__anonfaac1da8040a
364 static anything *p_anything;
379 /* expect+1: warning: invalid combination of 'pointer to union typedef anything' and 'pointer to double', op '=' [124] */
381 /* OK, since the union 'anything' has a 'double' member. */
382 p_anything = (anything *)p_double;
383 /* expect+1: warning: invalid combination of 'pointer to double' and 'pointer to union typedef anything', op '=' [124] */
385 /* OK, since the union 'anything' has a 'double' member. */
392 /* expect+1: warning: invalid combination of 'pointer to function(void) returning void' and 'pointer to union typedef anything', op '=' [124] */
393 p_function = (anything *)p_int
    [all...]

Completed in 12 milliseconds