HomeSort by: relevance | last modified time | path
    Searched defs:toadd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/units/
units.c 269 addsubunit(const char *product[], const char *toadd)
280 *ptr = dupstr(toadd);
343 addunit(struct unittype * theunit, const char *toadd, int flip)
352 savescr = scratch = dupstr(toadd);
628 const char *toadd; local in function:reduceproduct
642 toadd = lookupunit(*product);
643 if (!toadd) {
647 if (strchr(toadd, PRIMITIVECHAR))
654 if (addunit(theunit, toadd, flip))
units.c 269 addsubunit(const char *product[], const char *toadd)
280 *ptr = dupstr(toadd);
343 addunit(struct unittype * theunit, const char *toadd, int flip)
352 savescr = scratch = dupstr(toadd);
628 const char *toadd; local in function:reduceproduct
642 toadd = lookupunit(*product);
643 if (!toadd) {
647 if (strchr(toadd, PRIMITIVECHAR))
654 if (addunit(theunit, toadd, flip))

Completed in 26 milliseconds