Searched refs:end_char (Results 1 – 2 of 2) sorted by relevance
97 static int term_read_reply(int *n, int maxnum, char end_char) in term_read_reply() argument118 } else if (c == end_char) { in term_read_reply()
1151 stbtt_uint32 end_char = ttULONG(data+index_map+16+mid*12+4); in stbtt_FindGlyphIndex() local1154 else if ((stbtt_uint32) unicode_codepoint > end_char) in stbtt_FindGlyphIndex()