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

12

/freebsd-9.3-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.c35 extern POSITION start_attnpos;
36 extern POSITION end_attnpos;
45 static POSITION prep_startpos;
46 static POSITION prep_endpos;
53 POSITION hl_startpos;
54 POSITION hl_endpos;
223 POSITION pos;
224 POSITION epos;
266 POSITION old_start_attnpos;
267 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.c30 public POSITION highest_hilite; /* Pos of last hilite in file found so far */
40 static POSITION pendpos;
62 extern POSITION start_attnpos;
63 extern POSITION end_attnpos;
68 static POSITION mbc_pos;
171 POSITION pos;
569 POSITION pos;
671 POSITION pos;
702 POSITION pos;
727 POSITION po
[all...]
H A Dbrac.c35 POSITION pos;
H A Dprompt.c112 * Append a POSITION (as a decimal integer) to the end of the message.
116 POSITION pos;
162 static POSITION
166 POSITION pos;
187 POSITION len;
252 POSITION pos;
253 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.h222 typedef off_t POSITION; typedef
227 #define NULL_POSITION ((POSITION)(-1))
295 POSITION pos;
491 #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-9.3-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 254 milliseconds

12