Lines Matching defs:infop
30176 const et_info *infop; /* Pointer to the appropriate info structure */
30322 infop = &fmtinfo[0];
30326 infop = &fmtinfo[idx];
30327 xtype = infop->type;
30347 ** infop Pointer to the appropriate info struct.
30361 if( infop->flags & FLAG_SIGNED ){
30424 const char *cset = &aDigits[infop->charset];
30425 u8 base = infop->base;
30451 if( flag_alternateform && infop->prefix ){ /* Add "0" or "0x" */
30454 pre = &aPrefix[infop->prefix];
30595 *(bufpt++) = aDigits[infop->charset];