Home
last modified time | relevance | path

Searched refs:addsubunit (Results 1 – 1 of 1) sorted by relevance

/src/usr.bin/units/ !
H A Dunits.c78 static int addsubunit(char *product[], char *toadd);
230 addsubunit(char *product[], char *toadd) in addsubunit() function
402 if (addsubunit(doingtop ^ flip ? theunit->numerator : theunit->denominator, item)) { in addunit()