Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn2.h57 class SetNonInheritedCsSosofoInsn : public Insn {
59 SetNonInheritedCsSosofoInsn(InsnPtr code, int displayLength, InsnPtr next);
H A DInsn.cxx1253 SetNonInheritedCsSosofoInsn
1254 ::SetNonInheritedCsSosofoInsn(InsnPtr code, int displayLength, InsnPtr next) in SetNonInheritedCsSosofoInsn() function in DSSSL_NAMESPACE::SetNonInheritedCsSosofoInsn
1259 const Insn *SetNonInheritedCsSosofoInsn::execute(VM &vm) const in execute()
H A DExpression.cxx1344 new SetNonInheritedCsSosofoInsn(code, boundVars.size(), next)); in compileNonInheritedCs()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn2.h57 class SetNonInheritedCsSosofoInsn : public Insn {
59 SetNonInheritedCsSosofoInsn(InsnPtr code, int displayLength, InsnPtr next);
H A DInsn.cxx1255 SetNonInheritedCsSosofoInsn in InheritedC()
1256 ::SetNonInheritedCsSosofoInsn(InsnPtr code, int displayLength, InsnPtr next) in InheritedC()
1261 const Insn *SetNonInheritedCsSosofoInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx1379 InsnPtr rest(new SetNonInheritedCsSosofoInsn(code, boundVars.size(), next)); in compileNonInheritedCs()