Home | History | Annotate | Download | only in orig

Lines Matching defs:actualWidth

429   int actualWidth[100];  /* Actual width of each column */
704 if( i<ArraySize(p->actualWidth) ){
705 p->actualWidth[i] = w;
714 if( i<ArraySize(p->actualWidth) ){
715 w = p->actualWidth[i];
728 if( i<ArraySize(p->actualWidth) ){
729 w = p->actualWidth[i];