Lines Matching defs:where
175 static POSITION curr_byte(int where)
179 pos = position(where);
180 while (pos == NULL_POSITION && where >= 0 && where < sc_height-1)
181 pos = position(++where);
193 static lbool cond(char c, int where)
202 return (curr_byte(where) != NULL_POSITION);
214 return (currline(where) != 0);
231 return (curr_byte(where) != NULL_POSITION && ch_length() > 0);
233 return (currline(where) != 0 &&
256 static void protochar(char c, int where)
272 pos = curr_byte(where);
282 linenum = currline(where);
330 linenum = currline(where);
362 pos = curr_byte(where);
370 linenum = currline(where);
413 * where to resume parsing the string.
498 int where;
521 where = 0;
522 p = wherechar(p, &where);
523 if (!cond(c, where))
537 where = 0;
538 p = wherechar(p, &where);
539 protochar(c, where);