Home
last modified time | relevance | path

Searched refs:PROTO_NOPRAGMA (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpplib.h90 #define PROTO_NOPRAGMA (1<<8) /* delete pragma prototyped */ macro
H A Dppproto.c2320 if (!(flags & PROTO_DISABLE) || (flags & PROTO_NOPRAGMA)) in pppopen()