Home
last modified time | relevance | path

Searched refs:topofviews (Results 1 – 4 of 4) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrgraph.c565 if (cc->toplist == topofviews) arg = x_("VIEW"); else in us_illustratecommand()
H A Dusrcom.c897 us_posswitch = -10; return(topofviews(c)); in us_topofvars()
3268 COMCOMP us_viewc2p = {NOKEYWORD, topofviews, nextviews, NOPARAMS,
3270 COMCOMP us_viewdp = {NOKEYWORD, topofviews, nextviews, NOPARAMS,
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c683 static COMCOMP db_viewp = {NOKEYWORD, topofviews, nextviews, NOPARAMS,
1199 BOOLEAN topofviews(CHAR **c) { Q_UNUSED( c ); db_posviewcomcomp = el_views; return(TRUE); } in topofviews() function
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2521 BOOLEAN topofviews(CHAR **chrpos);