Searched refs:invisible (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dtex.cpp188 case line_type::invisible:
218 if (lt.type == line_type::invisible)
234 case line_type::invisible:
260 case line_type::invisible:
292 ilt.type = line_type::invisible;
299 case line_type::invisible:
315 if (lt.type == line_type::invisible) {
329 case line_type::invisible:
331 (lt.type == line_type::invisible ? "ia" : "ar"),
H A Doutput.h22 enum { invisible, solid, dotted, dashed } type; enumerator in enum:line_type::__anon1567
H A Dtroff.cpp73 case line_type::invisible:
126 case line_type::invisible:
154 else if (lt.type != line_type::invisible) {
170 case line_type::invisible:
194 if (lt.type != line_type::invisible)
197 case line_type::invisible:
H A Dobject.cpp613 lt.type = line_type::invisible;
771 if (lt.type == line_type::invisible && fill < 0.0 && color_fill == 0)
1025 if (lt.type == line_type::invisible && fill < 0.0 && color_fill == 0)
1074 if (lt.type == line_type::invisible && fill < 0.0 && color_fill == 0)
1259 if (lt.type == line_type::invisible)
1364 if (lt.type == line_type::invisible)
1613 if (lt.type == line_type::invisible)
H A Dcommon.cpp327 case line_type::invisible:
631 ilt.type = line_type::invisible;
/freebsd-9.3-release/contrib/dialog/package/
H A Ddialog.spec12 URL: ftp://invisible-island.net/%{AppProgram}
14 Packager: Thomas Dickey <dickey@invisible-island.net>
/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c201 Finally, the invisible bit is true for a decl which should be
205 invisible bit true. */
215 BOOL_BITFIELD invisible : 1; /* normal lookup should ignore this binding */
494 bind (tree name, tree decl, struct c_scope *scope, bool invisible, bool nested)
510 b->invisible = invisible;
941 /*invisible=*/false, /*nested=*/true);
998 bind (name, type, current_scope, /*invisible=*/false, /*nested=*/false);
2008 if (b->decl && b->decl != new_decl && !b->invisible)
2143 bind (name, x, scope, /*invisible
490 bind(tree name, tree decl, struct c_scope *scope, bool invisible, bool nested) argument
[all...]
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.uwin305 cursor_invisible civis str vi - - YB-G- make cursor invisible
324 enter_secure_mode invis str mk - - -B-G-* turn on blank mode (characters invisible)
H A DCaps337 cursor_invisible civis str vi - - YB-G- make cursor invisible
356 enter_secure_mode invis str mk - - -B-G-* turn on blank mode (characters invisible)
H A DCaps.aix4337 cursor_invisible civis str vi - - YB-G- make cursor invisible
356 enter_secure_mode invis str mk - - -B-G-* turn on blank mode (characters invisible)
H A DCaps.hpux11339 cursor_invisible civis str vi - - YB-G- make cursor invisible
358 enter_secure_mode invis str mk - - -B-G-* turn on blank mode (characters invisible)
H A DCaps.keys339 cursor_invisible civis str vi - - YB-G- make cursor invisible
358 enter_secure_mode invis str mk - - -B-G-* turn on blank mode (characters invisible)

Completed in 201 milliseconds