OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allow_trad
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.bin/xlint/lint1/
main1.c
73
bool
allow_trad
= true;
variable in typeref:typename:bool
154
allow_trad
= false;
161
allow_trad
= false;
169
allow_trad
= true;
182
allow_trad
= false;
188
allow_trad
= false;
err.c
683
int severity = (!allow_gcc ? 1 : 0) + (!
allow_trad
? 1 : 0);
721
(!
allow_trad
&& !allow_c99 ? 1 : 0);
lint1.h
623
!allow_gcc || (!
allow_trad
&& !allow_c99), msgid, ##args)
625
!allow_c99 && (!allow_gcc || !
allow_trad
), msgid, ##args)
cgram.y
497
if (!
allow_trad
&& !allow_c99)
1388
if (!allow_c99 && !
allow_trad
)
1782
if (!
allow_trad
&& !allow_c99)
2383
if (!
allow_trad
&& !allow_c99)
2404
if (!
allow_trad
&& !allow_c99)
2453
if (!
allow_trad
)
2459
if (!
allow_trad
)
decl.c
914
if (!
allow_trad
&& hflag && !allow_c23)
928
if (!
allow_trad
&& !allow_c99) { /* XXX or better allow_c90? */
1003
if (!
allow_trad
&& !allow_c99) {
1610
if (
allow_trad
|| allow_c99)
1630
if (
allow_trad
|| allow_c99)
1684
((!
allow_trad
&& !allow_c99) || pflag))
2011
if (!
allow_trad
&& !allow_c99)
2189
if (!
allow_trad
&& !allow_c99) {
2530
if (!
allow_trad
&& !allow_c99)
3100
(sym->s_scl == EXTERN && (
allow_trad
|| allow_c99)))
[
all
...]
externs1.h
57
extern bool
allow_trad
;
tree.c
775
else if (!
allow_trad
)
1726
if (op == SHLASS && hflag &&
allow_trad
&& allow_c90
2608
if (
allow_trad
&& allow_c90 && hflag && is_uinteger(ort)
2617
if (
allow_trad
&& allow_c90 && hflag && !is_uinteger(ort)
2654
if (hflag &&
allow_trad
&& allow_c90 && portable_rank_cmp(lt, rt) < 0)
2730
if (!
allow_trad
&& !allow_c99 &&
2749
if (!
allow_trad
&& !allow_c99 && op != EQ && op != NE)
2803
if (!
allow_trad
&& !allow_c99)
2946
if (!(!
allow_trad
&& !allow_c99 && (lst == FUNC || rst == FUNC)))
3904
if (!
allow_trad
&& !allow_c99 && (nst == FUNC || ost == FUNC))
[
all
...]
func.c
283
if (!
allow_trad
&& !allow_c99)
312
if (!
allow_trad
&& hflag &&
lex.c
599
bool unsigned_since_c90 =
allow_trad
&& allow_c90 && u_suffix == 0
Completed in 106 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025