Searched refs:addunit (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/misc_cmds-33/units/
H A Dunits.c83 int addunit(struct unittype *theunit, char *toadd, int flip, int quantity);
299 addunit(struct unittype * theunit, char *toadd, int flip, int quantity) function
564 if (addunit(theunit, toadd, flip, 0))
710 addunit(&have, havestr, 0, 1);
713 addunit(&want, wantstr, 0, 1);
731 } while (addunit(&have, havestr, 0, 1) ||
742 } while (addunit(&want, wantstr, 0, 1) ||

Completed in 68 milliseconds