OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:debug_word
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint1/
debug.c
394
debug_word
(bool flag, const char *name)
function
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
...]
debug.c
394
debug_word
(bool flag, const char *name)
function
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 41 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026