Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h354 #define VTUNITS 034000000000 /* 1: units of text */ macro
386 #define TDGETUNITS(t) (((t)[1]&VTUNITS)>>VTUNITSSH)
402 #define TDSETUNITS(t,v) (t)[1] = ((t)[1] & ~VTUNITS) | ((v) << VTUNITSSH)