Home | History | Annotate | Download | only in dist

Lines Matching defs:infop

19552   const et_info *infop;      /* Pointer to the appropriate info structure */
19640 infop = &fmtinfo[0];
19644 infop = &fmtinfo[idx];
19645 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){
19646 xtype = infop->type;
19674 ** infop Pointer to the appropriate info struct.
19683 if( infop->flags & FLAG_SIGNED ){
19743 cset = &aDigits[infop->charset];
19744 base = infop->base;
19755 if( flag_alternateform && infop->prefix ){ /* Add "0" or "0x" */
19758 pre = &aPrefix[infop->prefix];
19888 *(bufpt++) = aDigits[infop->charset];