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

/freebsd-11-stable/contrib/nvi/common/
H A Dmultibyte.h40 #define STRTOL wcstol macro
74 #define STRTOL(a,b,c) (strtol(a,(char**)b,c)) macro
/freebsd-11-stable/bin/ed/
H A Dmain.c314 STRTOL(n, ibufp);
323 STRTOL(addr, ibufp);
700 STRTOL(sgnum, ibufp);
838 STRTOL(rows, ibufp);
H A Dsub.c58 STRTOL(*np, ibufp);
H A Ded.h104 /* STRTOL: convert a string to long */
105 #define STRTOL(i, p) { \ macro
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_term.c239 (int)STRTOL(from+1,NULL,10));
250 (int)STRTOL(from+1,NULL,10));
/freebsd-11-stable/contrib/nvi/vi/
H A Dv_txt.c2385 value = STRTOL(wp, NULL, 16);

Completed in 125 milliseconds