/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | curs_set.c | 50 curs_set(visibility) in curs_set() argument 51 int visibility; in curs_set() 59 __m_trace("curs_set(%d)", visibility); 63 switch (visibility) { 67 cursor_state = visibility; 73 cursor_state = visibility; 79 cursor_state = visibility;
|
/titanic_51/usr/src/lib/libcurses/screen/ |
H A D | curs_set.c | 50 curs_set(int visibility) in curs_set() argument 55 if ((visibility < 0) || (visibility > 2) || (!cursor_seq[visibility])) in curs_set() 58 if (visibility != ret) in curs_set() 61 (char)visibility], 0, _outch); in curs_set()
|
H A D | llib-lcurses | 611 int curs_set(int visibility);
|
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | curs_set.c | 55 curs_set(int visibility) in curs_set() argument 63 switch (visibility) { in curs_set() 67 cursor_state = visibility; in curs_set() 73 cursor_state = visibility; in curs_set() 79 cursor_state = visibility; in curs_set()
|
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | standards | 33 * this is a nasty game we all play to honor standards symbol visibility
|
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | standards | 33 * this is a nasty game we all play to honor standards symbol visibility
|
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | standards | 33 * this is a nasty game we all play to honor standards symbol visibility
|
/titanic_51/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | standards | 33 * this is a nasty game we all play to honor standards symbol visibility
|
/titanic_51/usr/src/contrib/zlib/ |
H A D | gzguts.h | 16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
|
H A D | zutil.h | 15 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
|
H A D | ChangeLog | 181 - Do not use the visibility attribute if NO_VIZ defined 182 - Improve the detection of no hidden visibility attribute 374 - Disable visibility attribute in win32/Makefile.gcc [Bar-Lev] 398 - Use hidden visibility attribute when available [Frysinger]
|
/titanic_51/usr/src/boot/lib/libz/ |
H A D | gzguts.h | 16 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
|
H A D | zutil.h | 17 # define ZLIB_INTERNAL __attribute__((visibility ("hidden")))
|
H A D | ChangeLog | 75 - Do not use the visibility attribute if NO_VIZ defined 76 - Improve the detection of no hidden visibility attribute 268 - Disable visibility attribute in win32/Makefile.gcc [Bar-Lev] 292 - Use hidden visibility attribute when available [Frysinger]
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | symbols.c | 39 static const char visibility[7] = { in conv_sym_other() local 51 inv_buf->buf[ndx++] = visibility[vis]; in conv_sym_other()
|
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | sym.msg | 38 @ MSG_ARG_SYMVIS "symbol visibility" 97 @ MSG_DESC_ST_OTHER "st_other (visibility)" 102 @ MSG_DESC_ST_VISIBILITY "Symbol visibility" 161 symbol visibility value.\n" 188 Symbol visibility. STV_ symbol constants are accepted, as\n\
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | libld.sparc.msg | 60 @ MSG_SYM_INCOMPREG3 "register %s local symbol visibility incompatible:\n\
|
H A D | libld.msg | 333 visibility" 499 @ MSG_SYM_VISTYPES "\t(file %s visibility=%s; file %s visibility=%s);"
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | standards | 160 * this is a nasty game we all play to honor standards symbol visibility
|
/titanic_51/usr/src/lib/libscf/common/ |
H A D | scf_tmpl.c | 3385 * visibility property is not SCF_TYPE_ASTRING has more than one value. 3390 char *visibility; in scf_tmpl_prop_visibility() local 3392 visibility = _scf_read_single_astring_from_pg(t->prt_pg, in scf_tmpl_prop_visibility() 3394 if (visibility == NULL) { in scf_tmpl_prop_visibility() 3414 } else if (strcmp(visibility, SCF_TM_VISIBILITY_READWRITE) == 0) { in scf_tmpl_prop_visibility() 3416 } else if (strcmp(visibility, SCF_TM_VISIBILITY_HIDDEN) == 0) { in scf_tmpl_prop_visibility() 3418 } else if (strcmp(visibility, SCF_TM_VISIBILITY_READONLY) == 0) { in scf_tmpl_prop_visibility() 3421 free(visibility); in scf_tmpl_prop_visibility() 3426 free(visibility); in scf_tmpl_prop_visibility()
|
/titanic_51/usr/src/cmd/sgs/rtld/common/ |
H A D | rtld.msg | 165 to a symbol with STV_PROTECTED visibility\n"
|
/titanic_51/usr/src/lib/ |
H A D | README.mapfiles | 89 suppressing visibility of all other names, and to specify their respective
|
/titanic_51/usr/src/cmd/sgs/packages/common/ |
H A D | SUNWonld-README | 578 PSARC/2002/439 linker mapfile visibility declarations 676 4811951 non-default symbol visibility overriden by definition in shared object 1342 6496718 restricted visibility symbol references should trigger archive
|
/titanic_51/usr/src/cmd/sgs/liblddbg/common/ |
H A D | liblddbg.msg | 941 restricted visibility override"
|
/titanic_51/usr/src/cmd/terminfo/ |
H A D | termcap.src | 20029 # * modify several entries to ensure xterm mouse and cursor visibility
|