Lines Matching defs:infop
31039 const et_info *infop; /* Pointer to the appropriate info structure */
31182 infop = &fmtinfo[0];
31186 infop = &fmtinfo[idx];
31187 xtype = infop->type;
31207 ** infop Pointer to the appropriate info struct.
31221 if( infop->flags & FLAG_SIGNED ){
31284 const char *cset = &aDigits[infop->charset];
31285 u8 base = infop->base;
31311 if( flag_alternateform && infop->prefix ){ /* Add "0" or "0x" */
31314 pre = &aPrefix[infop->prefix];
31451 *(bufpt++) = aDigits[infop->charset];