Home
last modified time | relevance | path

Searched defs:invisible (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/groff/src/preproc/pic/
Doutput.h22 enum { invisible, solid, dotted, dashed } type; enumerator
/freebsd-10-stable/contrib/gcc/
Dc-decl.c215 BOOL_BITFIELD invisible : 1; /* normal lookup should ignore this binding */ member
492 bind (tree name, tree decl, struct c_scope *scope, bool invisible, bool nested) in bind()