Home
last modified time | relevance | path

Searched refs:achar (Results 1 – 3 of 3) sorted by relevance

/external/bison/lib/
Dobstack.h246 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) argument
/external/freetype/src/psaux/
Dt1decode.c186 FT_Int achar ) in t1operator_seac() argument
210 achar_index = t1_lookup_glyph_by_stdcharcode( decoder, achar ); in t1operator_seac()
/external/freetype/src/cff/
Dcffgload.c696 FT_Int achar ) in cff_operator_seac() argument
713 achar_index = achar; in cff_operator_seac()
722 achar_index = cff_lookup_glyph_by_stdcharcode( cff, achar ); in cff_operator_seac()