Searched refs:iscont (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/lua/src/
H A Dlutf8lib.c25 #define iscont(p) ((*(p) & 0xC0) == 0x80) macro
170 while (posi > 0 && iscont(s + posi)) posi--;
173 if (iscont(s + posi))
179 } while (posi > 0 && iscont(s + posi));
188 } while (iscont(s + posi)); /* (cannot pass final '\0') */
209 while (iscont(s + n)) n++; /* and its continuations */
216 if (next == NULL || iscont(next))
/freebsd-11-stable/contrib/one-true-awk/
H A Dawk.h187 #define iscont(n) ((n)->csub == JCONT) macro
H A Drun.c204 if (isbreak(x) || isnext(x) || iscont(x))
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c130 static int inzsub(char ** fields, int nfields, int iscont);
1021 inzsub(fields, nfields, iscont)
1024 const int iscont;
1033 if (iscont) {
1079 if (iscont && nzones > 0 &&

Completed in 211 milliseconds