Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h439 class SetBoxInsn : public Insn {
441 SetBoxInsn(int n, InsnPtr next);
H A DInsn.cxx999 SetBoxInsn::SetBoxInsn(int n, InsnPtr next) in SetBoxInsn() function in DSSSL_NAMESPACE::SetBoxInsn
1004 const Insn *SetBoxInsn::execute(VM &vm) const in execute()
H A DExpression.cxx836 tem = new SetBoxInsn(nVars, tem); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h439 class SetBoxInsn : public Insn {
441 SetBoxInsn(int n, InsnPtr next);
H A DInsn.cxx1001 SetBoxInsn::SetBoxInsn(int n, InsnPtr next) in InheritedC()
1006 const Insn *SetBoxInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx836 tem = new SetBoxInsn(nVars, tem); in compile()