Searched refs:visible (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-wingeneral.c168 /* We can't really make windows visible, or invisible. So we have to
169 delete the entire window when making it visible, and create it
170 again when making it visible. */
172 make_visible (struct tui_gen_win_info *win_info, int visible) argument
178 if (visible)
188 else if (!visible &&
214 make_all_visible (int visible) argument
225 visible);
226 make_visible ((struct tui_gen_win_info *) tui_win_list[i], visible);
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dhgraph.cpp932 | Results: As HGtline passes from the invisible to visible (or vice
936 | (which means we're leaving a visible area).
946 if (vis) { /* leaving a visible area, draw it. */
976 register int visible; local
1002 visible = 0;
1006 if ((x_0 & dotcounter) && !visible) {
1008 visible = 1;
1009 } else if (visible && !(x_0 & dotcounter)) {
1011 visible = 0;
1025 if ((y_0 & dotcounter) && !visible) {
[all...]
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs_vnops.c84 * Returns non-zero if given file is visible to given thread.
89 int visible; local
96 visible = ((proc->p_flag & P_WEXIT) == 0);
97 if (visible)
98 visible = (p_cansee(td, proc) == 0);
99 if (visible && pn->pn_vis != NULL)
100 visible = pn_vis(td, proc, pn);
101 if (!visible)
440 int error, i, namelen, visible; local
462 /* check that parent directory is visible
700 int visible; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_slkrefr.c97 if (slk->ent[i].visible) {
H A Dlib_slk.c210 SP_PARM->_slk->ent[i].visible = (char) (i < SP_PARM->_slk->maxlab);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.h217 struct coff_visible *visible; member in struct:coff_symbol
H A Dsrconv.c332 if (s->visible->type == coff_vis_ext_def
333 || s->visible->type == coff_vis_common)
336 if (s->visible->type == coff_vis_ext_ref)
532 if (ref->visible->type == coff_vis_ext_ref)
538 else if (ref->visible->type == coff_vis_common)
1024 switch (symbol->visible->type)
1133 switch (symbol->visible->type)
1383 if (sy->visible->type == coff_vis_ext_def
1384 || sy->visible->type == coff_vis_ext_ref)
1589 if (sym->visible
[all...]
H A Dcoffgrok.c475 struct coff_visible *visible = local
531 visible->type = t;
532 return visible;
566 s->visible = do_visible (i);
H A Dcoffdump.c352 dump_coff_visible (p->visible);
/freebsd-11-stable/sys/kern/
H A Dkern_cons.c436 cngets(char *cp, size_t size, int visible) argument
457 if (visible)
466 switch (visible) {
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Ddataset.py43 "values", "colname", "rightalign", "visible", "indextable"
63 self.visible = t[10]
H A Dallow.py268 if prop.visible and prop.delegatable():
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzprop_common.c74 boolean_t rightalign, boolean_t visible, const zprop_index_t *idx_tbl)
95 pd->pd_visible = visible;
71 zprop_register_impl(int prop, const char *name, zprop_type_t type, uint64_t numdefault, const char *strdefault, zprop_attr_t attr, int objset_types, const char *values, const char *colname, boolean_t rightalign, boolean_t visible, const zprop_index_t *idx_tbl) argument
/freebsd-11-stable/stand/lua/
H A Ddrawer.lua119 -- Allow menu items to be conditionally visible by specifying
120 -- a visible function.
121 if e.visible ~= nil and not e.visible() then
H A Dmenu.lua171 visible = core.isSystem386,
339 visible = function() function
357 visible = function() function
/freebsd-11-stable/usr.bin/chat/
H A Dchat.c1435 case 'v': /* "visible" string */
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js708 visible = tooltip[0].offsetWidth > 0,
846 if(effect === FALSE || !visible || isNaN(position.left) || isNaN(position.top) || target === 'mouse' || !$.isFunction(posOptions.effect)) {
899 if(!scrolled && (overflow = $.css(parent, 'overflow')) !== 'hidden' && overflow !== 'visible') { scrolled = $(parent); }
970 visible = this.tooltip[0].offsetWidth > 0,
976 if((typeof state).search('boolean|number')) { state = !visible; }
979 identicalState = !tooltip.is(':animated') && visible === state && sameTarget;
1027 if(trackingBound && !$(SELECTOR+'[tracking="true"]:visible', opts.solo).not(tooltip).length) {
1065 this._trigger(state ? 'visible' : 'hidden');
1500 // Update the tooltip position only if the tooltip is visible and adjustment is enabled
1920 visible
[all...]
H A Djquery.js1548 // to display:none and there are still other visible table cells in a
6879 jQuery.expr.filters.visible = function( elem ) {
9049 if ( jQuery.support.subtractsBorderForOverflowNotVisible && computedStyle.overflow !== "visible" ) {
/freebsd-11-stable/contrib/binutils/bfd/
H A Daoutx.h1379 flagword visible;
1417 visible = BSF_LOCAL;
1419 visible = BSF_GLOBAL;
1426 cache_ptr->symbol.flags = visible;
1446 cache_ptr->symbol.flags = visible;
1459 cache_ptr->symbol.flags = visible;
1465 cache_ptr->symbol.flags = visible;
1509 cache_ptr->symbol.flags = BSF_DEBUGGING | BSF_INDIRECT | visible;
3004 /* Ignore symbols that are not externally visible. */
3209 /* Ignore symbols that are not externally visible
1378 flagword visible; local
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_display.c6298 bool visible = base != 0; local
6301 if (intel_crtc->cursor_visible == visible)
6305 if (visible) {
6320 intel_crtc->cursor_visible = visible;
6329 bool visible = base != 0; local
6331 if (intel_crtc->cursor_visible != visible) {
6343 intel_crtc->cursor_visible = visible;
6355 bool visible = base != 0; local
6357 if (intel_crtc->cursor_visible != visible) {
6368 intel_crtc->cursor_visible = visible;
6385 bool visible; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql248 op_depth values are not normally visible to the user but may become
249 visible after reverting local changes.
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex4424 % being visible, for instance under high magnification.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex4322 % being visible, for instance under high magnification.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex5759 % being visible, for instance under high magnification.

Completed in 412 milliseconds