Searched refs:sline (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/less/
H A Dposition.c214 * The given "sline" may be in the range { 1 .. sc_height-1 }
219 public int sindex_from_sline(int sline) argument
225 if (sline < 0)
226 sline += sc_height;
230 if (sline <= 0)
231 sline = 1;
232 if (sline > sc_height)
233 sline = sc_height;
237 return (sline-1);
H A Djump.c167 public void jump_line_loc(POSITION pos, int sline) argument
184 jump_loc(pos, sline);
192 public void jump_loc(POSITION pos, int sline) argument
200 * Normalize sline.
202 sindex = sindex_from_sline(sline);
244 * sline-th line on the screen.
H A Dfuncs.h196 public void jump_line_loc(POSITION pos, int sline);
197 public void jump_loc(POSITION pos, int sline);
335 public int sindex_from_sline(int sline);
H A Doptfunc.c182 int sline = getnum(&s, "j", &err); local
187 jump_sline = sline;
/freebsd-current/usr.sbin/pmcstat/
H A Dpmcpl_annotate_cg.c90 unsigned sline; local
100 sline = 0;
113 filename, sizeof(filename), &sline, funcname, sizeof(funcname));
121 sline);
/freebsd-current/sbin/ipf/ipscan/
H A Dipscan_y.y85 | sline { resetlexer(); }
93 | sline
113 sline: tag ':' '(' ')' ',' matchup '=' action { addtag($1, NULL, $6, &$8); } label

Completed in 72 milliseconds