Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:infop

18749   const et_info *infop;      /* Pointer to the appropriate info structure */
18842 infop = &fmtinfo[0];
18846 infop = &fmtinfo[idx];
18847 if( useExtended || (infop->flags & FLAG_INTERN)==0 ){
18848 xtype = infop->type;
18859 if( precision>etBUFSIZE-40 && (infop->flags & FLAG_STRING)==0 ){
18882 ** infop Pointer to the appropriate info struct.
18891 if( infop->flags & FLAG_SIGNED ){
18941 cset = &aDigits[infop->charset];
18942 base = infop->base;
18953 if( flag_alternateform && infop->prefix ){ /* Add "0" or "0x" */
18956 pre = &aPrefix[infop->prefix];
19080 *(bufpt++) = aDigits[infop->charset];