Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn2.h98 class SetContentInsn : public Insn {
100 SetContentInsn(const CompoundFlowObj *, InsnPtr next);
H A DInsn.cxx1306 SetContentInsn::SetContentInsn(const CompoundFlowObj *flowObj, InsnPtr next) in SetContentInsn() function in DSSSL_NAMESPACE::SetContentInsn
1311 const Insn *SetContentInsn::execute(VM &vm) const in execute()
H A DExpression.cxx1275 rest = new SetContentInsn(cFlowObj, rest); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn2.h107 class SetContentInsn : public Insn {
109 SetContentInsn(const CompoundFlowObj *, InsnPtr next);
H A DInsn.cxx1308 SetContentInsn::SetContentInsn(const CompoundFlowObj *flowObj, InsnPtr next) in InheritedC()
1331 const Insn *SetContentInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx1311 rest = new SetContentInsn(cFlowObj, rest); in compile()