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

  /src/usr.bin/units/
units.c 77 static int addunit(struct unittype *, const char *, int);
343 addunit(struct unittype * theunit, const char *toadd, int flip) function in typeref:typename:int
654 if (addunit(theunit, toadd, flip))
797 if (addunit(&theunit, thedefn, 0) != 0
827 if (addunit(&theunit, thename, 0) != 0
925 addunit(&have, havestr, 0);
928 addunit(&want, wantstr, 0);
946 } while (addunit(&have, havestr, 0) ||
957 } while (addunit(&want, wantstr, 0) ||
units.c 77 static int addunit(struct unittype *, const char *, int);
343 addunit(struct unittype * theunit, const char *toadd, int flip) function in typeref:typename:int
654 if (addunit(theunit, toadd, flip))
797 if (addunit(&theunit, thedefn, 0) != 0
827 if (addunit(&theunit, thename, 0) != 0
925 addunit(&have, havestr, 0);
928 addunit(&want, wantstr, 0);
946 } while (addunit(&have, havestr, 0) ||
957 } while (addunit(&want, wantstr, 0) ||

Completed in 1069 milliseconds