Searched defs:lit (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsclient.c1270 boolean lit = ((currObj->attributedType & DPS_EXEC) == 0); local
1309 if (lit) DPSPrintf(ctxt, "/");
1313 if (!lit && (ctxt->contextFlags & DPS_FLAG_USE_ABBREVS)) {
1335 DPSPrintf(ctxt, (lit ? "[ " : "{ "));
1342 DPSPrintf(ctxt, (lit ? " ] " : " } "));
1345 if (lit)
1639 boolean lit = ((currObj->attributedType & DPS_EXEC) == 0); local
1687 if (lit)
1702 if (lit)
1716 if (lit) DPSPrint
[all...]

Completed in 24 milliseconds