Searched refs:POSITION (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/contrib/less/
H A Dposition.c24 static POSITION *table = NULL; /* The position table */
38 public POSITION
62 POSITION pos;
79 POSITION pos;
123 table = (POSITION *) ecalloc(sc_height, sizeof(POSITION));
137 POSITION pos;
H A Dos.c301 static POSITION
303 POSITION val, num, den;
307 return ((POSITION) (v + 0.5));
309 POSITION v = ((POSITION) val) * num;
313 return (POSITION) (v / den);
317 return (POSITION) (val / (den / num));
323 * {{ Assumes a POSITION is a long int. }}
327 POSITION num;
328 POSITION de
[all...]
H A Djump.c31 POSITION pos;
32 POSITION end_pos;
69 POSITION end;
88 POSITION pos;
142 POSITION pos, len;
172 POSITION pos;
200 POSITION pos;
205 POSITION tpos;
206 POSITION bpos;
H A Dfuncs.h43 public int ch_seek LESSPARAMS ((POSITION pos));
47 public POSITION ch_length LESSPARAMS ((VOID_PARAM));
48 public POSITION ch_tell LESSPARAMS ((VOID_PARAM));
142 public POSITION filesize LESSPARAMS ((int f));
148 public void forw LESSPARAMS ((int n, POSITION pos, int force, int only_last, int nblank));
149 public void back LESSPARAMS ((int n, POSITION pos, int force, int only_last));
176 public POSITION forw_line_seg LESSPARAMS ((POSITION curr_pos, int get_segpos));
177 public POSITION forw_line LESSPARAMS ((POSITION curr_po
[all...]
H A Dinput.c29 extern POSITION start_attnpos;
30 extern POSITION end_attnpos;
44 public POSITION
46 POSITION curr_pos;
49 POSITION base_pos;
50 POSITION new_pos;
260 public POSITION
262 POSITION curr_pos;
274 public POSITION
276 POSITION curr_po
[all...]
H A Dlinenum.c45 POSITION pos; /* File position */
46 POSITION gap; /* Gap between prev and next */
96 anchor.pos = (POSITION)0;
126 POSITION pos;
132 POSITION mingap;
268 POSITION pos;
272 POSITION cpos;
380 public POSITION
385 POSITION cpos;
457 POSITION po
[all...]
H A Dsearch.c32 extern POSITION start_attnpos;
33 extern POSITION end_attnpos;
46 static POSITION prep_startpos;
47 static POSITION prep_endpos;
48 extern POSITION xxpos;
68 POSITION hl_startpos;
69 POSITION hl_endpos;
264 POSITION pos;
307 POSITION old_start_attnpos;
308 POSITION old_end_attnpo
[all...]
H A Dforwback.c71 POSITION pos;
98 POSITION pos;
136 POSITION pos;
313 POSITION pos;
378 POSITION pos;
430 POSITION pos;
466 POSITION pos = ch_zero();
H A Dbrac.c35 POSITION pos;
H A Dline.c49 public POSITION highest_hilite; /* Pos of last hilite in file found so far */
58 static POSITION pendpos;
64 static int do_append LESSPARAMS ((LWCHAR ch, char *rep, POSITION pos));
82 extern POSITION start_attnpos;
83 extern POSITION end_attnpos;
91 static POSITION mbc_pos;
283 POSITION pos;
665 POSITION pos;
779 POSITION pos;
807 POSITION po
[all...]
H A Dch.c29 typedef POSITION BLOCKNUM;
63 POSITION fpos;
67 POSITION fsize;
154 POSITION pos;
155 POSITION len;
325 POSITION curr_pos = ch_tell();
475 POSITION pos;
478 POSITION len;
515 POSITION len;
544 POSITION buf_po
[all...]
H A Dlsystem.c264 POSITION mpos, tpos, bpos;
296 POSITION spos;
297 POSITION epos;
H A Dless.h228 typedef off_t POSITION; typedef
235 #define NULL_POSITION ((POSITION)(-1))
303 POSITION pos;
543 #define ch_zero() ((POSITION)0)
577 void postoa LESSPARAMS ((POSITION, char*));
581 POSITION lstrtopos LESSPARAMS ((char*, char**));
H A Dprompt.c111 * Append a POSITION (as a decimal integer) to the end of the message.
115 POSITION pos;
161 static POSITION
165 POSITION pos;
186 POSITION len;
254 POSITION pos;
255 POSITION len;
H A Dmark.c56 POSITION pos;
315 public POSITION
338 POSITION pos;
436 POSITION pos;
H A Dtags.c51 static POSITION ctagsearch(VOID_PARAM);
52 static POSITION gtagsearch(VOID_PARAM);
205 public POSITION
391 curtag_match(char const *line, POSITION linepos)
419 static POSITION
422 POSITION pos, linepos;
693 static POSITION
H A Dcommand.c43 extern POSITION highest_hilite;
44 extern POSITION start_attnpos;
45 extern POSITION end_attnpos;
80 static POSITION bottompos;
1145 POSITION curr_len;
1552 jump_line_loc((POSITION) number, jump_sline);
1809 POSITION pos = tagsearch();
1834 POSITION pos = tagsearch();
H A Dmain.c28 public POSITION start_attnpos = NULL_POSITION;
29 public POSITION end_attnpos = NULL_POSITION;
H A Dfilename.c508 static POSITION
517 return ((POSITION) spos);
1079 public POSITION
1087 return ((POSITION) statbuf.st_size);
1093 return ((POSITION) size);
H A Doutput.c494 TYPE_TO_A_FUNC(postoa, POSITION)
516 STR_TO_TYPE_FUNC(lstrtopos, POSITION)
H A Ddecode.c821 POSITION len;
H A Doptfunc.c317 POSITION pos;
/freebsd-13-stable/contrib/expat/lib/
H A Dxmltok.h146 } POSITION; typedef in typeref:struct:position
181 const char *end, POSITION *);
H A Dxmltok.c1029 POSITION *pos) {
H A Dxmltok_impl.c1765 POSITION *pos) {

Completed in 186 milliseconds

12