Lines Matching refs:where
175 static POSITION curr_byte(int where) in curr_byte() argument
179 pos = position(where); in curr_byte()
180 while (pos == NULL_POSITION && where >= 0 && where < sc_height-1) in curr_byte()
181 pos = position(++where); in curr_byte()
193 static lbool cond(char c, int where) in cond() argument
202 return (curr_byte(where) != NULL_POSITION); in cond()
214 return (currline(where) != 0); in cond()
231 return (curr_byte(where) != NULL_POSITION && ch_length() > 0); in cond()
233 return (currline(where) != 0 && in cond()
256 static void protochar(char c, int where) in protochar() argument
271 pos = curr_byte(where); in protochar()
281 linenum = currline(where); in protochar()
329 linenum = currline(where); in protochar()
361 pos = curr_byte(where); in protochar()
369 linenum = currline(where); in protochar()
497 int where; in pr_expand() local
520 where = 0; in pr_expand()
521 p = wherechar(p, &where); in pr_expand()
522 if (!cond(c, where)) in pr_expand()
536 where = 0; in pr_expand()
537 p = wherechar(p, &where); in pr_expand()
538 protochar(c, where); in pr_expand()