Lines Matching refs:infop
22313 const et_info *infop; /* Pointer to the appropriate info structure */
22427 infop = &fmtinfo[0];
22431 infop = &fmtinfo[idx];
22432 if( useIntern || (infop->flags & FLAG_INTERN)==0 ){
22433 xtype = infop->type;
22469 if( infop->flags & FLAG_SIGNED ){
22531 const char *cset = &aDigits[infop->charset];
22532 u8 base = infop->base;
22543 if( flag_alternateform && infop->prefix ){ /* Add "0" or "0x" */
22546 pre = &aPrefix[infop->prefix];
22674 *(bufpt++) = aDigits[infop->charset];