Home | History | Annotate | Download | only in psaux

Lines Matching refs:tokens

529     /* self-delimiting, single-character tokens */
718 /* NB: `tokens' can be NULL if we only want to count */
723 T1_Token tokens,
739 T1_Token cur = tokens;
756 if ( tokens != NULL && cur < limit )
762 *pnum_tokens = (FT_Int)( cur - tokens );