Searched refs:lstrtol (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/less/ |
H A D | lessecho.c | 68 static long lstrtol(char *s, char **pend, int radix) in lstrtol() function 195 closequote = (char) lstrtol(++arg, &s, 0); in main() 206 meta_escape_buf[0] = (char) lstrtol(++arg, &s, 0); in main() 216 openquote = (char) lstrtol(++arg, &s, 0); in main() 224 add_metachar((char) lstrtol(++arg, &s, 0)); in main()
|