Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/db/
H A Ddbnoproto.c1306 if ((view->viewstate&PERMANENTVIEW) != 0) in killview()
H A Ddbmath.c5463 v->viewstate = state | PERMANENTVIEW; in db_makepermanentview()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h567 #define PERMANENTVIEW 04 /* view is statically defined and cannot be deleted */ macro
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomtv.c3430 if ((nv->viewstate&PERMANENTVIEW) != 0) in us_view()
H A Dusrdiacom.cpp23032 (v->viewstate&PERMANENTVIEW) != 0) continue; in us_dianextviews()