Searched defs:invisible (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
H A D | output.h | 24 enum { invisible, solid, dotted, dashed } type; enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 197 BOOL_BITFIELD invisible : 1; /* normal lookup should ignore this binding */ member 718 bind (tree name, tree decl, struct c_scope *scope, bool invisible, in bind()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 206 BOOL_BITFIELD invisible : 1; /* normal lookup should ignore this binding */ member 727 bind (tree name, tree decl, struct c_scope *scope, bool invisible, in bind()
|