Searched refs:lcflags (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/xlint/
H A Dxlint.c84 static char **lcflags; variable
330 lcflags = xcalloc(1, sizeof (char *));
406 appcstrg(&lcflags, "-Wtraditional");
407 appcstrg(&lcflags, "-Wno-system-headers");
419 freelst(&lcflags);
420 appcstrg(&lcflags, "-trigraphs");
421 appcstrg(&lcflags, "-Wtrigraphs");
422 appcstrg(&lcflags, "-pedantic");
423 appcstrg(&lcflags, "-D__STRICT_ANSI__");
433 freelst(&lcflags);
[all...]

Completed in 44 milliseconds