Searched refs:thedefn (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/units/
H A Dunits.c758 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[
[all...]

Completed in 125 milliseconds