Lines Matching defs:infop
31338 const et_info *infop; /* Pointer to the appropriate info structure */
31481 infop = &fmtinfo[0];
31485 infop = &fmtinfo[idx];
31486 xtype = infop->type;
31506 ** infop Pointer to the appropriate info struct.
31520 if( infop->flags & FLAG_SIGNED ){
31583 const char *cset = &aDigits[infop->charset];
31584 u8 base = infop->base;
31610 if( flag_alternateform && infop->prefix ){ /* Add "0" or "0x" */
31613 pre = &aPrefix[infop->prefix];
31752 *(bufpt++) = aDigits[infop->charset];