| /xsrc/external/mit/xterm/dist/vttests/ |
| H A D | xorblink.pl | 116 printf "%s -> %s\n", &visible($seq), $txt; 154 $value = &visible( "?" . $value ); 182 return &visible($reply); 198 sub visible($) { subroutine 211 printf STDERR "%s\t[", &visible($set);
|
| H A D | query-color.pl | 82 sub visible($) { subroutine 149 my $shown = sprintf "data={%s}", &visible($reply); 210 printf "query %s\n", &visible($query); 213 printf "query %s%*s ", &visible($query), 214 15 - length( &visible($query) ),
|
| H A D | query-dynamic.pl | 89 sub visible($) { subroutine 135 printf "data={%s}", &visible($reply); 152 printf "query{%s}", &visible($params);
|
| H A D | query-status.pl | 86 sub visible($) { subroutine 135 &visible($suffix), # 150 printf "{%s}", visible($reply);
|
| H A D | setpos.pl | 134 sub visible($) { subroutine 203 printf "OK ->%s ->%d,%d", &visible($reply), $result[0], $result[1]; 206 printf "ERR ->%s", &visible($reply);
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_cull.c | 153 LLVMValueRef visible; local in function:cull_bbox 157 visible = LLVMBuildFCmp(builder, LLVMRealOGE, bbox_max[chan], 159 accepted = LLVMBuildAnd(builder, accepted, visible, ""); 163 visible = LLVMBuildFCmp(builder, LLVMRealOLE, bbox_min[chan], ctx->f32_1, ""); 164 accepted = LLVMBuildAnd(builder, accepted, visible, ""); 179 LLVMValueRef min, max, not_equal[2], visible; local in function:cull_bbox 198 visible = LLVMBuildAnd(builder, not_equal[0], not_equal[1], ""); 199 accepted = LLVMBuildAnd(builder, accepted, visible, "");
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | quadstrip-cont.c | 107 visible(int vis) function in typeref:typename:void 160 glutVisibilityFunc(visible);
|
| /xsrc/external/mit/xcb-proto/dist/xcbgen/ |
| H A D | expr.py | 11 visible is true iff the field should be in the request API. 16 def __init__(self, type, field_type, field_name, visible, wire, auto, enum=None, isfd=False): 21 self.visible = visible
|
| H A D | xtypes.py | 79 def make_member_of(self, module, complex_type, field_type, field_name, visible, wire, auto, enum=None, is_fd=False): 88 new_field = Field(self, field_type, field_name, visible, wire, auto, enum, is_fd) 314 def make_member_of(self, module, complex_type, field_type, field_name, visible, wire, auto, enum=None): 338 Type.make_member_of(self, module, complex_type, field_type, field_name, visible, wire, auto, enum, self.member.is_fd) 550 visible = False 556 visible = True 561 visible = False 571 visible = True 577 visible = True 578 type.make_member_of(module, self, field_type, field_name, visible, Tru [all...] |
| /xsrc/external/mit/xmh/dist/ |
| H A D | tocintrnl.h | 61 unsigned visible:1; /* Whether we should show this message */ member in struct:_MsgRec 63 it is no longer visible */
|
| H A D | tocutil.c | 303 /* Refigure what messages are visible. */ 325 if (newval != msg->visible) { 327 msg->visible = newval; 333 if (!oldcurmsg->visible) { 409 msg->visible = TRUE; 438 msg->visible = TRUE; 548 /* Refigure all the positions, based on which lines are visible. */ 559 if (msg->visible) position += msg->length; 624 msg->visible = TRUE; 628 msg->visible [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_utils.h | 14 bool visible(const TwmWindow *tmp_win);
|
| H A D | functions_warp.c | 192 if(r->mapped && (Scr->WarpRingAnyWhere || visible(r))) { 199 if(r->mapped && (Scr->WarpRingAnyWhere || visible(r))) {
|
| H A D | ctwm_shutdown.c | 53 if(tmp->UnmapByMovingFarAway && !visible(tmp)) {
|
| H A D | functions_icmgr_wsmgr.c | 100 if(visible(i->twm_win)) {
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutWindow.cpp | 141 visible = true; 585 bgl->visible = true; 587 if(!bgl->visible || info->buffer_state == B_DIRECT_STOP) 621 bgl->visible = !minimize; 627 bgl->visible = false; 632 bgl->visible = true;
|
| H A D | glutWindow.h | 98 bool visible; // for visibility callback member in class:GlutWindow 114 void Minimize(bool minimized); // minimized windows are not visible
|
| /xsrc/external/mit/libXaw/dist/include/X11/Xaw/ |
| H A D | Text.h | 356 int visible 358 Boolean visible
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | bounce.c | 185 visible(int vis) function in typeref:typename:void 213 glutVisibilityFunc(visible);
|
| /xsrc/external/mit/libXt/dist/include/X11/ |
| H A D | CoreP.h | 100 Boolean visible; /* is window mapped and not occluded?*/ member in struct:_CorePart
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_shader_abi.h | 102 void (*emit_kill)(struct ac_shader_abi *abi, LLVMValueRef visible);
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | wincursor.c | 495 if (pScreenPriv->cursor.visible) { 498 pScreenPriv->cursor.visible = FALSE; 515 if (!pScreenPriv->cursor.visible) { 518 pScreenPriv->cursor.visible = TRUE; 605 pScreenPriv->cursor.visible = FALSE;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | wincursor.c | 505 if (pScreenPriv->cursor.visible) 509 pScreenPriv->cursor.visible = FALSE; 528 if (!pScreenPriv->cursor.visible) 532 pScreenPriv->cursor.visible = TRUE; 621 pScreenPriv->cursor.visible = FALSE;
|
| /xsrc/external/mit/xf86-video-vmware/dist/src/ |
| H A D | vmwarecurs.c | 194 vmwareWriteCursorRegs(VMWAREPtr pVMWARE, Bool visible, Bool force) argument 199 if (visible) { 207 enableVal = visible ? SVGA_CURSOR_ON_SHOW : SVGA_CURSOR_ON_HIDE; 209 enableVal = visible ? pVMWARE->cursorRestoreToFB :
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 13.0.1.rst | 132 - egl: make interop ABI visible again 133 - glx: make interop ABI visible again
|