Searched refs:iscont (Results 1 – 4 of 4) sorted by relevance
38 #define iscont(p) ((*(p) & 0xC0) == 0x80) macro193 while (posi > 0 && iscont(s + posi)) posi--; in byteoffset()196 if (iscont(s + posi)) in byteoffset()202 } while (posi > 0 && iscont(s + posi)); in byteoffset()211 } while (iscont(s + posi)); /* (cannot pass final '\0') */ in byteoffset()232 while (iscont(s + n)) n++; /* and its continuations */ in iter_aux()
211 #define iscont(n) ((n)->csub == JCONT) macro
207 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()