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

  /src/usr.bin/xlint/lint1/
debug.c 394 debug_word(bool flag, const char *name) function in typeref:typename:void
411 debug_word(sym->s_keyword != NULL, "keyword");
412 debug_word(sym->s_bitfield, "bit-field");
413 debug_word(sym->s_set, "set");
414 debug_word(sym->s_used, "used");
415 debug_word(sym->s_param, "parameter");
416 debug_word(sym->s_register, "register");
417 debug_word(sym->s_defparam, "old-style-undefined");
418 debug_word(sym->s_return_type_implicit_int, "return-int");
419 debug_word(sym->s_osdef, "old-style")
    [all...]

Completed in 13 milliseconds