Searched refs:helpstring (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/sbin/disklabel/ |
| H A D | editor.c | 956 getstring(const char *prompt, const char *helpstring, const char *oval) in getstring() argument 977 puts(helpstring); in getstring() 1061 getnumber(const char *prompt, const char *helpstring, u_int32_t oval, in getnumber() argument 1073 p = getstring(prompt, helpstring, buf); in getnumber() 1095 getuint64(const struct disklabel *lp, char *prompt, char *helpstring, in getuint64() argument 1108 p = getstring(prompt, helpstring, buf); in getuint64()
|