Lines Matching full:quantity
57 int quantity;
79 static int addunit(struct unittype *theunit, const char *toadd, int flip, int quantity);
225 theunit->quantity = 0;
303 Quantity is 1 if this is a quantity to be converted rather than a pure unit.
309 addunit(struct unittype * theunit, const char *toadd, int flip, int quantity)
335 if (quantity)
336 theunit->quantity = 1;
673 if (want->quantity)
675 if (have->quantity) {