Home | History | Annotate | Download | only in octane

Lines Matching refs:ifelse

4586           // all ps operators in alphabetical order (excluding if/ifelse)
4849 this.expect(PostScriptTokenTypes.IFELSE);
4871 IFELSE: 5
4895 PostScriptToken.IFELSE = new PostScriptToken(PostScriptTokenTypes.IFELSE,
4896 'IFELSE');
4952 case 'ifelse':
4953 return PostScriptToken.IFELSE;