Searched refs:nget_uslong (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.bin/vi/common/ |
H A D | util.c | 121 nget_uslong(u_long *valp, const char *p, char **endp, int base) in nget_uslong() function
|
H A D | options.c | 559 nget_uslong(&value, sep, &endp, 10)) != NUM_OK) { in opts_set()
|
/openbsd/usr.bin/vi/include/ |
H A D | com_extern.h | 109 enum nresult nget_uslong(u_long *, const char *, char **, int);
|
/openbsd/usr.bin/vi/vi/ |
H A D | v_increment.c | 206 if ((nret = nget_uslong(&ulval, t, NULL, base)) != NUM_OK) in v_increment()
|