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

12

/freebsd-10.2-release/contrib/less/
H A Dos.c254 static POSITION
256 POSITION val, num, den;
260 return ((POSITION) (v + 0.5));
262 POSITION v = ((POSITION) val) * num;
266 return (POSITION) (v / den);
270 return (POSITION) (val / (den / num));
276 * {{ Assumes a POSITION is a long int. }}
280 POSITION num, den;
282 return (int) muldiv(num, (POSITION) 10
[all...]
H A Dposition.c24 static POSITION *table = NULL; /* The position table */
38 public POSITION
61 POSITION pos;
78 POSITION pos;
122 table = (POSITION *) ecalloc(sc_height, sizeof(POSITION));
136 POSITION pos;
H A Djump.c31 POSITION pos;
32 POSITION end_pos;
54 jump_loc((POSITION)0, sc_height-1);
70 POSITION pos;
120 POSITION pos, len;
150 POSITION pos;
178 POSITION pos;
182 POSITION tpos;
183 POSITION bpos;
H A Dsearch.c33 extern POSITION start_attnpos;
34 extern POSITION end_attnpos;
43 static POSITION prep_startpos;
44 static POSITION prep_endpos;
51 POSITION hl_startpos;
52 POSITION hl_endpos;
221 POSITION pos;
222 POSITION epos;
264 POSITION old_start_attnpos;
265 POSITION old_end_attnpo
[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 register POSITION mingap;
266 POSITION pos;
270 POSITION cpos;
379 public POSITION
384 POSITION cpos;
456 POSITION po
[all...]
H A Dinput.c30 extern POSITION start_attnpos;
31 extern POSITION end_attnpos;
44 public POSITION
46 POSITION curr_pos;
48 POSITION base_pos;
49 POSITION new_pos;
248 public POSITION
250 POSITION curr_pos;
252 POSITION new_pos, begin_new_pos, base_pos;
430 POSITION po
[all...]
H A Dforwback.c59 POSITION pos;
86 POSITION pos;
124 POSITION pos;
293 POSITION pos;
349 POSITION pos;
401 POSITION pos;
H A Dfuncs.h42 public POSITION ch_length ();
43 public POSITION ch_tell ();
129 public POSITION filesize ();
157 public POSITION forw_line ();
158 public POSITION back_line ();
179 public POSITION forw_raw_line ();
180 public POSITION back_raw_line ();
184 public POSITION find_pos ();
194 public POSITION markpos ();
233 public POSITION percent_po
[all...]
H A Dline.c29 public POSITION highest_hilite; /* Pos of last hilite in file found so far */
39 static POSITION pendpos;
61 extern POSITION start_attnpos;
62 extern POSITION end_attnpos;
67 static POSITION mbc_pos;
170 POSITION pos;
568 POSITION pos;
670 POSITION pos;
701 POSITION pos;
726 POSITION po
[all...]
H A Dbrac.c35 POSITION pos;
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;
251 POSITION pos;
252 POSITION len;
H A Dlsystem.c257 POSITION mpos, tpos, bpos;
289 POSITION spos;
290 POSITION epos;
H A Dch.c29 typedef POSITION BLOCKNUM;
63 POSITION fpos;
67 POSITION fsize;
154 POSITION pos;
155 POSITION len;
477 register POSITION pos;
480 POSITION len;
517 POSITION len;
575 public POSITION
592 public POSITION
[all...]
H A Dtags.c49 static POSITION ctagsearch();
50 static POSITION gtagsearch();
201 public POSITION
395 static POSITION
398 POSITION pos, linepos;
666 static POSITION
H A Dless.h221 typedef off_t POSITION; typedef
226 #define NULL_POSITION ((POSITION)(-1))
294 POSITION pos;
490 #define ch_zero() ((POSITION)0)
H A Dmark.c227 public POSITION
H A Dmain.c28 public POSITION start_attnpos = NULL_POSITION;
29 public POSITION end_attnpos = NULL_POSITION;
H A Dfilename.c506 static POSITION
515 return ((POSITION) spos);
1072 public POSITION
1080 return ((POSITION) statbuf.st_size);
1086 return ((POSITION) size);
H A Dcommand.c40 extern POSITION highest_hilite;
71 static POSITION bottompos;
971 POSITION curr_len;
1342 jump_line_loc((POSITION) number, jump_sline);
1594 POSITION pos = tagsearch();
1615 POSITION pos = tagsearch();
H A Ddecode.c650 register POSITION len;
H A Doptfunc.c293 POSITION pos;
H A Doutput.c411 TYPE_TO_A_FUNC(postoa, POSITION)
/freebsd-10.2-release/contrib/expat/lib/
H A Dxmltok.h116 } POSITION; typedef in typeref:struct:position
156 POSITION *);
H A Dxmltok.c942 const char *end, POSITION *pos)
H A Dxmltok_impl.c1745 POSITION *pos)

Completed in 406 milliseconds

12