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