Home
last modified time | relevance | path

Searched refs:u8_nextlen (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/awk/
H A Drun.c661 int u8_nextlen(const char *s) in u8_nextlen() function
684 len = u8_nextlen(&s[i]); in u8_strlen()
700 n = u8_nextlen(s); in u8_char2byte()
720 len = u8_nextlen(s+i); in u8_byte2char()
828 len = u8_nextlen(patbeg+i); in matchop()
1051 len = u8_nextlen(s1+i); in sindex()
1068 n = u8_nextlen(s); in has_utf8()
1317 n = u8_nextlen(t); in format()
1812 for (n = 0; *s != '\0'; s += u8_nextlen(s)) { in split()
1817 for (j = 0; j < u8_nextlen(s); j++) { in split()
[all …]
H A Dproto.h204 extern int u8_nextlen(const char *s);
H A Dlib.c462 n = u8_nextlen(r); in fldbld()