Searched refs:hidden (Results 26 - 50 of 66) sorted by relevance

123

/freebsd-11.0-release/secure/lib/libcrypto/amd64/
H A Dx86_64cpuid.S4 .hidden OPENSSL_cpuid_setup
8 .hidden OPENSSL_ia32cap_P
/freebsd-11.0-release/contrib/nvi/vi/
H A Dvi.c998 * Move all but the current screen to the hidden queue.
1005 int hidden; local
1007 /* Move all screens to the hidden queue, tossing screen maps. */
1008 for (hidden = 0, gp = sp->gp;
1009 (tsp = TAILQ_FIRST(gp->dq)) != NULL; ++hidden) {
1016 /* XXXX Change if hidden screens per window */
1024 if (hidden > 1)
1027 hidden - 1);
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dentries.c121 /* Is the entry in a 'hidden' state in the sense of the 'show_hidden'
124 svn_wc__entry_is_hidden(svn_boolean_t *hidden, const svn_wc_entry_t *entry)
140 *hidden = entry->schedule != svn_wc_schedule_add;
143 *hidden = FALSE;
1449 svn_boolean_t hidden;
1451 SVN_ERR(svn_wc__entry_is_hidden(&hidden,
1453 if (hidden)
1472 svn_boolean_t hidden;
1474 SVN_ERR(svn_wc__entry_is_hidden(&hidden, entry));
1475 if (!hidden)
123 svn_wc__entry_is_hidden(svn_boolean_t *hidden, const svn_wc_entry_t *entry) argument
1448 svn_boolean_t hidden; local
1471 svn_boolean_t hidden; local
2701 svn_boolean_t hidden; local
[all...]
H A Dold-and-busted.c1331 out a "hidden" node. */
1337 svn_boolean_t hidden;
1339 SVN_ERR(svn_wc__entry_is_hidden(&hidden, *entry));
1340 if (hidden)
1336 svn_boolean_t hidden; local
H A Dupgrade.c300 svn_boolean_t hidden; local
313 /* If a directory is 'hidden' skip it as subdir */
314 SVN_ERR(svn_wc__entry_is_hidden(&hidden, entry));
315 if (hidden)
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-l2tp.c487 int hidden = FALSE; local
516 hidden = TRUE;
534 if (hidden) {
/freebsd-11.0-release/contrib/dialog/
H A Dinputstr.c696 bool hidden, /* if true, do not echo */
701 if (hidden && !dialog_vars.insecure) {
724 if (hidden && dialog_vars.insecure) {
689 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
H A Dutil.c596 int hidden = 0; local
599 hidden += ESCAPE_LEN;
605 result -= hidden;
834 int hidden = 0; local
847 if (*test_ptr == '\n' || *test_ptr == '\0' || cur_x >= (rm + hidden))
856 hidden += ESCAPE_LEN;
860 if (cur_x > (rm + hidden))
894 * If we found hidden text past the last point that we will display,
898 hidden -= ESCAPE_LEN;
902 hidden
[all...]
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dcrtend.asm47 .hidden __do_global_ctors_aux
H A Dcrtbegin.asm64 .hidden __dso_handle
/freebsd-11.0-release/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl296 sub ::hidden {}
H A Dx86gas.pl256 *::hidden = sub { push(@out,".hidden\t$nmdecor$_[0]\n"); } if ($::elf);
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_slk.c239 SP_PARM->_slk->hidden = FALSE;
H A Dresizeterm.c478 && !(SP_PARM->_slk->hidden));
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_aarch64.S4 .hidden __tsan_setjmp
H A Dtsan_rtl_ppc64.S4 .hidden __tsan_setjmp
/freebsd-11.0-release/secure/lib/libcrypto/i386/
H A Dx86cpuid.S371 .hidden OPENSSL_cpuid_setup
372 .hidden OPENSSL_ia32cap_P
735 .hidden OPENSSL_cpuid_setup
736 .hidden OPENSSL_ia32cap_P
/freebsd-11.0-release/crypto/openssl/crypto/
H A Darmv4cpuid.S209 .hidden OPENSSL_armcap_P
/freebsd-11.0-release/gnu/lib/libgcc/
H A DMakefile97 STATIC_CXXFLAGS+= -fvisibility=hidden -fPIC
214 HIDE = -fvisibility=hidden -DHIDE_EXPORTS
314 awk 'NF == 3 && $$2 !~ /^[UN]$$/ { print "\t.hidden ", $$3 }'\
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldexp.c934 exp_provide (const char *dst, etree_type *src, bfd_boolean hidden) argument
944 n->assign.hidden = hidden;
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp794 /// @brief Indicates whether this relocation should hidden when listing
808 // is always hidden.
813 // On x86_64, X86_64_RELOC_UNSIGNED is hidden only when it follows
1153 bool hidden = getHidden(*rel_cur);
1158 // If this relocation is hidden, skip it.
1159 if (hidden) goto skip_print_rel;
1191 bool hidden = getHidden(Reloc);
1195 if (hidden)
1353 outs() << ".hidden ";
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dinit_creds_pw.c530 prompts[0].hidden = 1;
538 prompts[1].hidden = 1;
1995 prompt.hidden = 1;
H A Dkrb5.h686 int hidden; member in struct:_krb5_prompt
/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dboot1.S75 .long 0 # hidden sectors (W)
/freebsd-11.0-release/contrib/gcc/cp/
H A Dclass.c66 size_t hidden; member in struct:class_stack_node
2392 /* Warn about hidden virtual functions that are not overridden in t.
2418 /* There are no possibly hidden functions yet. */
2421 hidden functions. */
2454 as they are hidden. */
2458 warning (0, "%q+D was hidden", TREE_VALUE (base_fndecls));
5523 csn->hidden = 0;
5580 /* Mark the top of the class stack as hidden. */
5586 ++current_class_stack[current_class_depth - 1].hidden;
5589 /* Mark the top of the class stack as un-hidden
[all...]

Completed in 151 milliseconds

123