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

/macosx-10.10/misc_cmds-33/units/
H A Dunits.c79 void initializeunit(struct unittype * theunit);
81 void showunit(struct unittype * theunit);
83 int addunit(struct unittype *theunit, char *toadd, int flip, int quantity);
85 void sortunit(struct unittype * theunit);
86 void cancelunit(struct unittype * theunit);
88 int reduceproduct(struct unittype * theunit, int flip);
89 int reduceunit(struct unittype * theunit);
210 initializeunit(struct unittype * theunit) argument
212 theunit->numerator[0] = theunit
237 showunit(struct unittype * theunit) argument
299 addunit(struct unittype * theunit, char *toadd, int flip, int quantity) argument
414 sortunit(struct unittype * theunit) argument
427 cancelunit(struct unittype * theunit) argument
535 reduceproduct(struct unittype * theunit, int flip) argument
578 reduceunit(struct unittype * theunit) argument
[all...]

Completed in 109 milliseconds