Home
last modified time | relevance | path

Searched refs:POSITION (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-10-stable/contrib/less/
Dos.c248 static POSITION
250 POSITION val, num, den; in muldiv()
254 return ((POSITION) (v + 0.5));
256 POSITION v = ((POSITION) val) * num;
260 return (POSITION) (v / den);
264 return (POSITION) (val / (den / num));
274 POSITION num; in percentage()
275 POSITION den;
277 return (int) muldiv(num, (POSITION) 100, den);
283 public POSITION
[all …]
Dfuncs.h39 public int ch_seek LESSPARAMS ((POSITION pos));
43 public POSITION ch_length LESSPARAMS ((VOID_PARAM));
44 public POSITION ch_tell LESSPARAMS ((VOID_PARAM));
134 public POSITION filesize LESSPARAMS ((int f));
140 public void forw LESSPARAMS ((int n, POSITION pos, int force, int only_last, int nblank));
141 public void back LESSPARAMS ((int n, POSITION pos, int force, int only_last));
167 public POSITION forw_line LESSPARAMS ((POSITION curr_pos));
168 public POSITION back_line LESSPARAMS ((POSITION curr_pos));
169 public void set_attnpos LESSPARAMS ((POSITION pos));
175 public void jump_line_loc LESSPARAMS ((POSITION pos, int sline));
[all …]
Dsearch.c32 extern POSITION start_attnpos;
33 extern POSITION end_attnpos;
42 static POSITION prep_startpos;
43 static POSITION prep_endpos;
65 POSITION hl_startpos;
66 POSITION hl_endpos;
262 POSITION pos;
303 POSITION old_start_attnpos; in clear_attn()
304 POSITION old_end_attnpos; in clear_attn()
305 POSITION pos; in clear_attn()
[all …]
Djump.c31 POSITION pos; in jump_forw()
32 POSITION end_pos; in jump_forw()
69 POSITION end; in jump_forw_buffered()
88 POSITION pos;
142 POSITION pos, len;
172 POSITION pos; in jump_line_loc()
200 POSITION pos; in jump_loc()
205 POSITION tpos;
206 POSITION bpos;
Dinput.c29 extern POSITION start_attnpos;
30 extern POSITION end_attnpos;
43 public POSITION
45 POSITION curr_pos; in forw_line()
47 POSITION base_pos;
48 POSITION new_pos;
253 public POSITION
255 POSITION curr_pos; in back_line()
257 POSITION new_pos, begin_new_pos, base_pos;
438 POSITION pos; in set_attnpos()
Dlinenum.c45 POSITION pos; /* File position */
46 POSITION gap; /* Gap between prev and next */
96 anchor.pos = (POSITION)0; in clr_linenum()
126 POSITION pos;
132 POSITION mingap;
266 POSITION pos; in find_linenum()
270 POSITION cpos;
379 public POSITION
384 POSITION cpos;
456 POSITION pos;
[all …]
Dposition.c24 static POSITION *table = NULL; /* The position table */
38 public POSITION
62 POSITION pos; in add_forw_pos()
79 POSITION pos; in add_back_pos()
123 table = (POSITION *) ecalloc(sc_height, sizeof(POSITION)); in pos_init()
137 POSITION pos; in onscreen()
Dline.c34 public POSITION highest_hilite; /* Pos of last hilite in file found so far */
46 static POSITION pendpos;
52 static int do_append LESSPARAMS ((LWCHAR ch, char *rep, POSITION pos));
68 extern POSITION start_attnpos;
69 extern POSITION end_attnpos;
76 static POSITION mbc_pos;
207 POSITION pos; in plinenum()
625 POSITION pos;
731 POSITION pos;
762 POSITION pos;
[all …]
Dforwback.c65 POSITION pos; in eof_displayed()
92 POSITION pos; in entire_file_displayed()
130 POSITION pos;
307 POSITION pos;
372 POSITION pos;
424 POSITION pos;
461 POSITION pos = ch_zero(); in get_line_count()
Dch.c29 typedef POSITION BLOCKNUM;
63 POSITION fpos;
67 POSITION fsize;
154 POSITION pos; in ch_get()
155 POSITION len; in ch_get()
331 POSITION curr_pos = ch_tell(); in ch_get()
480 POSITION pos; in ch_seek()
483 POSITION len;
520 POSITION len; in ch_end_seek()
549 POSITION buf_pos; in ch_end_buffer_seek()
[all …]
Dprompt.c115 POSITION pos; in ap_pos()
161 static POSITION
165 POSITION pos;
186 POSITION len;
251 POSITION pos;
252 POSITION len;
Dtags.c51 static POSITION ctagsearch();
52 static POSITION gtagsearch();
205 public POSITION
391 curtag_match(char const *line, POSITION linepos) in curtag_match()
419 static POSITION
422 POSITION pos, linepos; in ctagsearch()
693 static POSITION
Dless.h228 typedef off_t POSITION; typedef
233 #define NULL_POSITION ((POSITION)(-1))
301 POSITION pos;
517 #define ch_zero() ((POSITION)0)
541 void postoa LESSPARAMS ((POSITION, char*));
Dlsystem.c257 POSITION mpos, tpos, bpos;
289 POSITION spos;
290 POSITION epos;
Dcommand.c43 extern POSITION highest_hilite;
44 extern POSITION start_attnpos;
45 extern POSITION end_attnpos;
75 static POSITION bottompos;
1039 POSITION curr_len;
1422 jump_line_loc((POSITION) number, jump_sline); in commands()
1678 POSITION pos = tagsearch(); in commands()
1703 POSITION pos = tagsearch(); in commands()
Dfilename.c505 static POSITION
514 return ((POSITION) spos);
1059 public POSITION
1067 return ((POSITION) statbuf.st_size);
1073 return ((POSITION) size);
Dmark.c236 public POSITION
259 POSITION pos; in posmark()
Dbrac.c35 POSITION pos;
Dmain.c28 public POSITION start_attnpos = NULL_POSITION;
29 public POSITION end_attnpos = NULL_POSITION;
Doutput.c481 TYPE_TO_A_FUNC(postoa, POSITION)
Doptfunc.c308 POSITION pos;
Ddecode.c683 POSITION len;
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/data/att/
Dcategorization.dat3 ?E aa* xaxaax (1,2) POSITION=leftmost
4 ; POSITION=bug
/freebsd-10-stable/contrib/expat/lib/
Dxmltok.h116 } POSITION; typedef
162 POSITION *);
Dxmltok.c1037 const char *end, POSITION *pos) in initUpdatePosition()

12