Jspice3
uflags.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IF_STDFLAGS   0xffff
 
#define IF_REDUNDANT   0x0010000
 
#define IF_PRINCIPAL   0x0020000
 
#define IF_AC   0x0040000
 
#define IF_AC_ONLY   0x0080000
 
#define IF_NOISE   0x0100000
 
#define IF_NONSENSE   0x0200000
 
#define IF_SETQUERY   0x0400000
 
#define IF_ORQUERY   0x0800000
 
#define IF_CHKQUERY   0x1000000
 
#define IF_UNINT   0x2000000
 
#define IOPU(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_UNINT, d}
 
#define IOPP(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_PRINCIPAL, d}
 
#define IOPA(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_AC, d}
 
#define IOPAU(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_AC|IF_UNINT, d}
 
#define IOPAP(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_AC|IF_PRINCIPAL, d}
 
#define IOPAA(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_AC_ONLY, d }
 
#define IOPAAU(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_AC_ONLY|IF_UNINT,d}
 
#define IOPPA(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_AC_ONLY|IF_PRINCIPAL, d}
 
#define IOPN(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_NOISE, d}
 
#define IOPR(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_REDUNDANT, NULL}
 
#define IOPX(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_NONSENSE, d}
 
#define IOPXU(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_NONSENSE|IF_UNINT, d}
 
#define IOPQ(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_SETQUERY, d }
 
#define IOPQU(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_SETQUERY|IF_UNINT, d}
 
#define IOPZ(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_CHKQUERY, d }
 
#define IOPZU(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_CHKQUERY|IF_UNINT, d}
 
#define IOPQO(a, b, c, d)   {a, b, c|IF_SET|IF_ASK|IF_ORQUERY,d }
 
#define OPU(a, b, c, d)   {a, b, c|IF_ASK|IF_UNINT, d}
 
#define OPR(a, b, c, d)   {a, b, c|IF_ASK|IF_REDUNDANT, d}
 

Macro Definition Documentation

#define IF_AC   0x0040000

Definition at line 15 of file uflags.h.

#define IF_AC_ONLY   0x0080000

Definition at line 16 of file uflags.h.

#define IF_CHKQUERY   0x1000000

Definition at line 22 of file uflags.h.

#define IF_NOISE   0x0100000

Definition at line 17 of file uflags.h.

#define IF_NONSENSE   0x0200000

Definition at line 18 of file uflags.h.

#define IF_ORQUERY   0x0800000

Definition at line 21 of file uflags.h.

#define IF_PRINCIPAL   0x0020000

Definition at line 14 of file uflags.h.

#define IF_REDUNDANT   0x0010000

Definition at line 13 of file uflags.h.

#define IF_SETQUERY   0x0400000

Definition at line 20 of file uflags.h.

#define IF_STDFLAGS   0xffff

Definition at line 10 of file uflags.h.

#define IF_UNINT   0x2000000

Definition at line 25 of file uflags.h.

#define IOPA (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_AC, d}

Definition at line 50 of file uflags.h.

#define IOPAA (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_AC_ONLY, d }

Definition at line 53 of file uflags.h.

#define IOPAAU (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_AC_ONLY|IF_UNINT,d}

Definition at line 54 of file uflags.h.

#define IOPAP (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_AC|IF_PRINCIPAL, d}

Definition at line 52 of file uflags.h.

#define IOPAU (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_AC|IF_UNINT, d}

Definition at line 51 of file uflags.h.

#define IOPN (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_NOISE, d}

Definition at line 56 of file uflags.h.

#define IOPP (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_PRINCIPAL, d}

Definition at line 49 of file uflags.h.

#define IOPPA (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_AC_ONLY|IF_PRINCIPAL, d}

Definition at line 55 of file uflags.h.

#define IOPQ (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_SETQUERY, d }

Definition at line 60 of file uflags.h.

#define IOPQO (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_ORQUERY,d }

Definition at line 64 of file uflags.h.

#define IOPQU (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_SETQUERY|IF_UNINT, d}

Definition at line 61 of file uflags.h.

#define IOPR (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_REDUNDANT, NULL}

Definition at line 57 of file uflags.h.

#define IOPU (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_UNINT, d}

Definition at line 48 of file uflags.h.

#define IOPX (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_NONSENSE, d}

Definition at line 58 of file uflags.h.

#define IOPXU (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_NONSENSE|IF_UNINT, d}

Definition at line 59 of file uflags.h.

#define IOPZ (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_CHKQUERY, d }

Definition at line 62 of file uflags.h.

#define IOPZU (   a,
  b,
  c,
  d 
)    {a, b, c|IF_SET|IF_ASK|IF_CHKQUERY|IF_UNINT, d}

Definition at line 63 of file uflags.h.

#define OPR (   a,
  b,
  c,
  d 
)    {a, b, c|IF_ASK|IF_REDUNDANT, d}

Definition at line 66 of file uflags.h.

#define OPU (   a,
  b,
  c,
  d 
)    {a, b, c|IF_ASK|IF_UNINT, d}

Definition at line 65 of file uflags.h.