Lines Matching refs:scrpos
109 struct scrpos scrpos; in pos_init() local
119 get_scrpos(&scrpos, TOP); in pos_init()
122 scrpos.pos = NULL_POSITION; in pos_init()
126 if (scrpos.pos != NULL_POSITION) in pos_init()
127 table[scrpos.ln-1] = scrpos.pos; in pos_init()
173 public void get_scrpos(struct scrpos *scrpos, int where) in get_scrpos() argument
190 scrpos->pos = NULL_POSITION; in get_scrpos()
205 scrpos->ln = i+1; in get_scrpos()
206 scrpos->pos = table[i]; in get_scrpos()
214 scrpos->pos = NULL_POSITION; in get_scrpos()