Home
last modified time | relevance | path

Searched refs:TARGETCAMID (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/geomview/geomview-1.9.5/src/bin/geomview/common/
H A Ddrawer.c206 case TARGETCAMID: return 0; in drawer_idmatch()
223 case TARGETCAMID: return 1; in drawer_idmatch()
257 case TARGETCAMID: return 0; in drawer_idmatch()
268 case TARGETCAMID: in drawer_idmatch()
274 case TARGETCAMID: return 1; in drawer_idmatch()
325 case TARGETCAMID: return 0; in drawer_idmatch()
342 case TARGETCAMID: return 0; in drawer_idmatch()
359 case TARGETCAMID: return 0; in drawer_idmatch()
376 case TARGETCAMID: return 0; in drawer_idmatch()
393 case TARGETCAMID: return 0; in drawer_idmatch()
[all …]
H A Ddrawer.h334 #define TARGETCAMID CAMID(-7) /* "current target cam" */ macro
H A Dtransform.c1041 case TARGETCAMID: return CAMID(uistate.targetcam); break; in real_id()
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomview/x11/
H A Dgvmnpanel.c661 (id == TARGETCAMID || id == ALLCAMS || id == FOCUSID)) in id2menuindex()
H A Dgvui.c385 } else if( id==ALLCAMS || id==FOCUSID || id==TARGETCAMID in ui_maybe_refresh()