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

  /src/usr.bin/units/
units.c 757 const char *thename; local in function:listunits
777 thename = unittable[i].uname;
780 printf("%s\t%s\n", thename, thedefn);
788 thename = prefixtable[i].prefixname;
794 * expanding thename.
801 mywarnx("Error in prefix '%s-'", thename);
805 printf("%s-", thename);
808 printf("%s-\t%s\n", thename, thedefn);
815 thename = unittable[i].uname;
821 * expand thename, not thedefn, so tha
    [all...]
units.c 757 const char *thename; local in function:listunits
777 thename = unittable[i].uname;
780 printf("%s\t%s\n", thename, thedefn);
788 thename = prefixtable[i].prefixname;
794 * expanding thename.
801 mywarnx("Error in prefix '%s-'", thename);
805 printf("%s-", thename);
808 printf("%s-\t%s\n", thename, thedefn);
815 thename = unittable[i].uname;
821 * expand thename, not thedefn, so tha
    [all...]

Completed in 24 milliseconds