Searched refs:STRTOL (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/bsd/nvi/dist/common/ |
| H A D | multibyte.h | 45 #define STRTOL wcstol macro 78 #define STRTOL strtol macro
|
| H A D | util.c | 190 *valp = STRTOL(p, endp, base); in nget_slong()
|
| /netbsd-src/external/bsd/nvi/dist/cl/ |
| H A D | cl_term.c | 239 (int)STRTOL(from+1,NULL,10)); in cl_pfmap() 250 (int)STRTOL(from+1,NULL,10)); in cl_pfmap()
|
| /netbsd-src/bin/ed/ |
| H A D | main.c | 333 STRTOL(n, ibufp); in next_addr() 342 STRTOL(addr, ibufp); in next_addr() 718 STRTOL(sgnum, ibufp); in exec_command() 856 STRTOL(rows, ibufp); in exec_command()
|
| H A D | ed.h | 114 #define STRTOL(i, p) { \ macro
|
| H A D | sub.c | 66 STRTOL(*np, ibufp); in extract_subst_tail()
|
| /netbsd-src/external/bsd/nvi/dist/vi/ |
| H A D | v_txt.c | 2394 value = STRTOL(wp, NULL, 16); in txt_hex()
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.115 | 5215 * Makefile: Define STRTOL as strtol.o to include strtol in
|