Lines Matching refs:sctx
39 sctx = alldomains[d]
41 print "\tcoredomain="+str(sctx.coredomain)
42 print "\tappdomain="+str(sctx.appdomain)
43 print "\tfromSystem="+str(sctx.fromSystem)
44 print "\tfromVendor="+str(sctx.fromVendor)
45 print "\tattributes="+str(sctx.attributes)
46 print "\tentrypoints="+str(sctx.entrypoints)
48 if sctx.entrypointpaths is not None:
49 for path in sctx.entrypointpaths:
131 if not x.sctx in alldomains:
133 alldomains[x.sctx].entrypoints.append(str(x.tctx))
143 alldomains[x.sctx].entrypointpaths.extend(entrypointpath)