Searched refs:achar (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | format.c | 75 unsigned int achar : 1; /* value was specified as a character */ member in struct:__anon993d45e70108 94 int achar; member in struct:__anon993d45e70308 262 if (argument->achar != defaul->achar) { 263 *code = defaul->achar ? MERGE_NOCHAR : MERGE_NOINT; 270 argument->achar = defaul->achar; 307 argument->achar = argument->specified = 1; 311 argument->achar = 0; 317 argument->achar [all...] |
| /xsrc/external/mit/freetype/dist/src/psaux/ |
| H A D | psintrp.c | 1309 CF2_Int achar = cf2_stack_popInt( opStack ); local in function:cf2_interpT2CharString 1358 achar_index = achar; 1366 decoder, achar ); 1465 /* Now load `achar' on top of */ 2522 CF2_Int achar; local in function:cf2_interpT2CharString 2535 achar = cf2_stack_popInt( opStack ); 2541 error2 = cf2_getSeacComponent( decoder, achar, &component );
|
| H A D | cffdecode.c | 219 FT_Int achar ) 246 achar_index = achar; 255 achar_index = cff_lookup_glyph_by_stdcharcode( cff, achar ); 335 /* Now load `achar' on top of the base outline. */ 214 cff_operator_seac(CFF_Decoder * decoder,FT_Pos asb,FT_Pos adx,FT_Pos ady,FT_Int bchar,FT_Int achar) argument
|
| H A D | t1decode.c | 248 * achar :: 260 FT_Int achar ) 309 achar_index = achar; 315 achar_index = t1_lookup_glyph_by_stdcharcode( decoder, achar ); 397 /* Now load `achar' on top of */ 255 t1operator_seac(T1_Decoder decoder,FT_Pos asb,FT_Pos adx,FT_Pos ady,FT_Int bchar,FT_Int achar) argument
|
Completed in 9 milliseconds