Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlutf8lib.c42 #define iscontp(p) iscont(*(p)) macro
197 while (posi > 0 && iscontp(s + posi)) posi--; in byteoffset()
200 if (iscontp(s + posi)) in byteoffset()
206 } while (posi > 0 && iscontp(s + posi)); in byteoffset()
215 } while (iscontp(s + posi)); /* (cannot pass final '\0') */ in byteoffset()
233 while (iscontp(s + n)) n++; /* go to next character */ in iter_aux()
240 if (next == NULL || iscontp(next)) in iter_aux()
261 luaL_argcheck(L, !iscontp(s), 1, MSGInvalid); in iter_codes()