Home | History | Annotate | Download | only in psaux

Lines Matching refs:seac

84     5, /* seac */
118 /* implement the SEAC Type 1 operator. */
166 /* Implements the `seac' Type 1 operator for a Type 1 decoder. */
205 if ( decoder->seac )
207 FT_ERROR(( "t1operator_seac: invalid nested seac\n" ));
211 /* seac weirdness */
245 " invalid seac character code arguments\n" ));
293 /* the seac operator must not be nested */
294 decoder->seac = TRUE;
296 decoder->seac = FALSE;
315 /* the seac operator must not be nested */
316 decoder->seac = TRUE;
318 decoder->seac = FALSE;