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

/freebsd-11-stable/usr.bin/units/
H A Dunits.c81 static const char * wantstr; variable
671 printf("\t%s = ", wantstr);
702 printf(" * %s", wantstr);
718 printf(") * %s\n", wantstr);
825 wantstr = argv[optind + 1];
830 addunit(&want, wantstr, 0, 1);
873 wantstr = el_gets(el, &inputsz);
874 if (wantstr == NULL) {
880 wantstr);
881 } while (addunit(&want, wantstr,
[all...]

Completed in 66 milliseconds