Searched refs:newae (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/cw/ |
H A D | cw.c | 282 newae(struct aelist *ael, const char *arg) in newae() function 331 newae(h, "-Wall"); in warnings() 332 newae(h, "-Wextra"); in warnings() 339 newae(h, "-fno-strict-aliasing"); in optim_disable() 340 newae(h, "-fno-unit-at-a-time"); in optim_disable() 341 newae(h, "-fno-optimize-sibling-calls"); in optim_disable() 353 newae(h, "-traditional"); in Xsmode() 354 newae(h, "-traditional-cpp"); in Xsmode() 391 newae(h, xtbl[i].x_trans[j]); in xlate_xtb() 414 newae(h, *table); in xlate() [all …]
|