Searched refs:hidden (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-9.3-release/gnu/lib/libssp/libssp_nonshared/
H A DMakefile16 CFLAGS+= -fPIC -DPIC -fvisibility=hidden
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_slkclear.c53 SP->_slk->hidden = TRUE;
H A Dlib_slkrefr.c102 if (slk->hidden) {
122 if (SP->_slk->hidden)
139 if (SP->_slk->hidden)
H A Dlib_slk.c187 SP->_slk->hidden = FALSE;
H A Dresizeterm.c412 && !(SP->_slk->hidden));
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c55 if (prompts[i].hidden) {
/freebsd-9.3-release/contrib/gdb/
H A Dltcf-cxx.sh111 # what "hidden" libraries, object files and flags are used when
281 # what "hidden" libraries, object files and flags are used when
350 # what "hidden" libraries, object files and flags are used when
376 # what "hidden" libraries, object files and flags are used when
441 # what "hidden" libraries, object files and flags are used when
459 # what "hidden" libraries, object files and flags are used when
495 echo "-hidden">> $lib.exp~
503 # what "hidden" libraries, object files and flags are used when
521 # what "hidden" libraries, object files and flags are used when
589 # what "hidden" librarie
[all...]
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dassembly.h30 #define HIDDEN_DIRECTIVE .hidden
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dglobals_io.cc78 namespace __gnu_internal _GLIBCXX_VISIBILITY(hidden)
H A Dios_init.cc42 namespace __gnu_internal _GLIBCXX_VISIBILITY(hidden)
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Denum.c68 int hidden = 0; local
86 hidden = 1;
159 fprintf(option_usage_fp, zIntRange, hidden, name_ct - 1 + hidden);
169 fprintf(option_usage_fp, zIntRange, hidden, name_ct - 1 + hidden);
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dcrtend.asm47 .hidden __do_global_ctors_aux
H A Dcrtbegin.asm64 .hidden __dso_handle
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Dlibgomp.h47 # pragma GCC visibility push(hidden)
323 # define attribute_hidden __attribute__ ((visibility ("hidden")))
/freebsd-9.3-release/contrib/libc++/src/
H A Dchrono.cpp62 #pragma GCC visibility push(hidden)
H A Dstdexcept.cpp32 #pragma GCC visibility push(hidden)
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldexp.h67 bfd_boolean hidden; member in struct:etree_union::__anon743
H A Dldexp.c934 exp_provide (const char *dst, etree_type *src, bfd_boolean hidden) argument
944 n->assign.hidden = hidden;
/freebsd-9.3-release/tools/sched/
H A Dschedgraph.py216 if (graph.getstate(name) == "hidden"):
319 if (source.hidden == 1):
795 self.hidden = 0
841 # Create the cpu background colors default to hidden
845 tags=("cpubg", cpu, self.tag), state="hidden")
1238 if (source.hidden == 1):
1274 self.itemconfigure(tag, state="hidden")
1434 if (source.hidden == 0):
1442 if (s.hidden == 0):
1451 if (source.hidden
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-l2tp.c458 int hidden = FALSE; local
487 hidden = TRUE;
505 if (hidden) {
/freebsd-9.3-release/lib/libcompiler_rt/
H A DMakefile9 CFLAGS+=${PICFLAG} -fvisibility=hidden -DVISIBILITY_HIDDEN
/freebsd-9.3-release/contrib/dialog/
H A Dutil.c687 int hidden = 0; local
700 if (*test_ptr == '\n' || *test_ptr == '\0' || cur_x >= (rm + hidden))
709 hidden += ESCAPE_LEN;
713 if (cur_x > (rm + hidden))
747 * If we found hidden text past the last point that we will display,
751 hidden -= ESCAPE_LEN;
755 hidden -= ESCAPE_LEN;
768 dlg_print_text(win, prompt, (cols[wrap_inx] - hidden), attr);
775 *x -= hidden;
1089 int hidden local
[all...]
H A Dinputstr.c682 bool hidden, /* if true, do not echo */
687 if (hidden && !dialog_vars.insecure) {
710 if (hidden && dialog_vars.insecure) {
675 dlg_show_string(WINDOW *win, const char *string, int chr_offset, chtype attr, int y_base, int x_base, int x_last, bool hidden, bool force) argument
/freebsd-9.3-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp510 bool hidden = false; local
515 // If this relocation is hidden, skip it.
516 if (error(rel_cur->getHidden(hidden))) goto skip_print_rel;
517 if (hidden) goto skip_print_rel;
551 bool hidden;
555 if (error(ri->getHidden(hidden))) continue;
556 if (hidden) continue;
/freebsd-9.3-release/contrib/nvi/vi/
H A Dvi.c1000 * Move all but the current screen to the hidden queue.
1008 int hidden; local
1010 /* Move all screens to the hidden queue, tossing screen maps. */
1011 for (hidden = 0, gp = sp->gp;
1012 (tsp = gp->dq.cqh_first) != (void *)&gp->dq; ++hidden) {
1030 if (hidden > 1)
1033 hidden - 1);

Completed in 252 milliseconds

12