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

  /src/usr.bin/units/
units.c 758 const char *thedefn; local
778 thedefn = unittable[i].uval;
779 if (thedefn[0] == PRIMITIVECHAR) {
780 printf("%s\t%s\n", thename, thedefn);
789 thedefn = prefixtable[i].prefixval;
793 * names, so we have to expand thedefn instead of
797 if (addunit(&theunit, thedefn, 0) != 0
808 printf("%s-\t%s\n", thename, thedefn);
816 thedefn = unittable[i].uval;
817 if (thedefn[0] == PRIMITIVECHAR
    [all...]

Completed in 22 milliseconds