Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrstatus.c360 if (us_menuhnx >= 0) us_highlightmenu(us_menuhnx, us_menuhny, el_colmenbor); in us_showcurrentnodeproto()
361 us_menuhnx = -1; in us_showcurrentnodeproto()
372 us_menuhnx = x; us_menuhny = y; in us_showcurrentnodeproto()
373 us_highlightmenu(us_menuhnx, us_menuhny, el_colhmenbor); in us_showcurrentnodeproto()
H A Dusr.c170 INTBIG us_menuhnx,us_menuhny; /* highlighted nodeinst menu entry */ variable
266 us_menuhnx = us_menuhax = -1; /* no menu highlighting */ in us_do2init()
1417 us_menuhnx = x; us_menuhny = y; in us_ontablet()
1428 us_highlightmenu(us_menuhnx, us_menuhny, el_colmenbor); in us_ontablet()
1429 us_menuhnx = -1; in us_ontablet()
H A Dusrmenu.c122 us_menuhnx = us_menuhax = -1; in us_drawmenu()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h325 extern INTBIG us_menuhnx,us_menuhny; /* highlighted nodeinst menu entry */