Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrcomoq.c492 if (namesamen(pt, x_("long"), l) == 0 && l >= 1) labels = PORTSFULL; else in us_port()
505 case PORTSFULL: ttyputverbose(M_("Long port names displayed")); break; in us_port()
H A Dusr.c425 us_useroptions = PORTSFULL|CENTEREDPRIMITIVES|AUTOSWITCHTECHNOLOGY|CELLCENTERALWAYS; in us_do2init()
H A Dusrdiacom.cpp17643 case PORTSFULL: DiaSetControl(dia, DPDP_PFULLNAMES, 1); break; in us_portdisplaydlog()
17684 if (DiaGetControl(dia, DPDP_PFULLNAMES) != 0) newoptions |= PORTSFULL; else in us_portdisplaydlog()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h98 #define PORTSFULL 0 /* ports as complete text */ macro