Lines Matching defs:Width
72 UINTN Width;
996 // if there is no item field width, use the items width
1001 // if item is larger then width, update width
1002 if (Len > Item->Width) {
1003 Item->Width = Len;
1009 for (i=Item->Width; i < Item->FieldWidth; i+=1) {
1015 for (i=Len; i < Item->Width; i++) {
1027 for (i=Item->Width; i < Item->FieldWidth; i+=1) {
1043 %w.lF - w = width
1044 l = field width
1051 * - width provided on stack
1106 Item.Width = 0;
1107 Item.WidthParse = &Item.Width;
1193 Item.Width = Item.Long ? 16 : 8;