Home | History | Annotate | Download | only in orig

Lines Matching defs:infop

21544   const et_info *infop;      /* Pointer to the appropriate info structure */
21658 infop = &fmtinfo[0];
21662 infop = &fmtinfo[idx];
21663 infop->flags & FLAG_INTERN)==0 ){
21664 xtype = infop->type;
21691 ** infop Pointer to the appropriate info struct.
21700 if( infop->flags & FLAG_SIGNED ){
21762 const char *cset = &aDigits[infop->charset];
21763 u8 base = infop->base;
21774 if( flag_alternateform && infop->prefix ){ /* Add "0" or "0x" */
21777 pre = &aPrefix[infop->prefix];
21910 *(bufpt++) = aDigits[infop->charset];