Home
last modified time | relevance | path

Searched refs:Wold_style_definition (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.h165 extern int Wold_style_definition;
H A Dlib.c280 int Wold_style_definition = 1; variable
656 { "old-style-definition", &Wold_style_definition },
H A Dparse.c2924 if (Wold_style_definition) in parse_k_r_arguments()