Searched refs:iscont (Results 1 – 4 of 4) sorted by relevance
25 #define iscont(p) ((*(p) & 0xC0) == 0x80) macro170 while (posi > 0 && iscont(s + posi)) posi--; in byteoffset()173 if (iscont(s + posi)) in byteoffset()179 } while (posi > 0 && iscont(s + posi)); in byteoffset()188 } while (iscont(s + posi)); /* (cannot pass final '\0') */ in byteoffset()209 while (iscont(s + n)) n++; /* and its continuations */ in iter_aux()216 if (next == NULL || iscont(next)) in iter_aux()
195 #define iscont(n) ((n)->csub == JCONT) macro
203 if (isbreak(x) || isnext(x) || iscont(x)) in program()
163 static int inzsub(char ** fields, int nfields, int iscont);1188 inzsub(register char **const fields, const int nfields, const int iscont) in inzsub() argument1197 if (iscont) { in inzsub()1243 if (iscont && nzones > 0 && in inzsub()