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

12

/macosx-10.10.1/less-25/less/
H A Dposition.c25 static POSITION *table = NULL; /* The position table */
39 public POSITION
62 POSITION pos;
79 POSITION pos;
123 table = (POSITION *) ecalloc(sc_height, sizeof(POSITION));
137 POSITION pos;
H A Dinput.c31 extern POSITION start_attnpos;
32 extern POSITION end_attnpos;
45 public POSITION
47 POSITION curr_pos;
49 POSITION base_pos;
50 POSITION new_pos;
214 public POSITION
216 POSITION curr_pos;
218 POSITION new_pos, begin_new_pos;
379 POSITION po
[all...]
H A Djump.c33 POSITION pos;
34 POSITION end_pos;
51 jump_loc((POSITION)0, sc_height-1);
67 POSITION pos;
117 POSITION pos, len;
147 POSITION pos;
175 POSITION pos;
179 POSITION tpos;
180 POSITION bpos;
H A Dlinenum.c46 POSITION pos; /* File position */
47 POSITION gap; /* Gap between prev and next */
98 anchor.pos = (POSITION)0;
128 POSITION pos;
134 register POSITION mingap;
258 POSITION pos;
262 POSITION cpos;
365 public POSITION
370 POSITION cpos;
438 POSITION po
[all...]
H A Dfuncs.h42 public POSITION ch_length ();
43 public POSITION ch_tell ();
126 public POSITION filesize ();
151 public POSITION forw_line ();
152 public POSITION back_line ();
172 public POSITION forw_raw_line ();
173 public POSITION back_raw_line ();
177 public POSITION find_pos ();
187 public POSITION markpos ();
225 public POSITION percent_po
[all...]
H A Dsearch.c60 extern POSITION start_attnpos;
61 extern POSITION end_attnpos;
71 static POSITION prep_startpos;
72 static POSITION prep_endpos;
77 POSITION hl_startpos;
78 POSITION hl_endpos;
268 POSITION pos;
269 POSITION epos;
326 POSITION old_start_attnpos;
327 POSITION old_end_attnpo
[all...]
H A Dforwback.c61 POSITION pos;
104 POSITION pos;
278 POSITION pos;
336 POSITION pos;
389 POSITION pos;
H A Dos.c255 * {{ Assumes a POSITION is a long int. }}
259 POSITION num, den;
261 POSITION num100 = num * 100;
270 * Return the specified percentage of a POSITION.
272 public POSITION
274 POSITION pos;
280 POSITION temp;
H A Dline.c40 static POSITION pendpos;
63 extern POSITION start_attnpos;
64 extern POSITION end_attnpos;
69 static POSITION mbc_pos;
175 POSITION pos;
573 POSITION pos;
670 POSITION pos;
701 POSITION pos;
726 POSITION pos;
745 POSITION po
[all...]
H A Dbrac.c36 POSITION pos;
H A Dprompt.c113 * Append a POSITION (as a decimal integer) to the end of the message.
117 POSITION pos;
163 static POSITION
167 POSITION pos;
188 POSITION len;
253 POSITION pos;
254 POSITION len;
H A Dch.c30 typedef POSITION BLOCKNUM;
65 POSITION fpos;
69 POSITION fsize;
136 POSITION pos;
137 POSITION len;
444 register POSITION pos;
447 POSITION len;
484 POSITION len;
539 public POSITION
554 public POSITION
[all...]
H A Dlsystem.c253 POSITION mpos, tpos, bpos;
285 POSITION spos;
286 POSITION epos;
H A Dtags.c51 static POSITION ctagsearch();
52 static POSITION gtagsearch();
203 public POSITION
397 static POSITION
400 POSITION pos, linepos;
675 static POSITION
H A Dless.h222 typedef off_t POSITION; typedef
227 #define NULL_POSITION ((POSITION)(-1))
295 POSITION pos;
486 #define ch_zero() ((POSITION)0)
H A Dmark.c228 public POSITION
H A Dmain.c35 public POSITION start_attnpos = NULL_POSITION;
36 public POSITION end_attnpos = NULL_POSITION;
H A Dfilename.c503 static POSITION
512 return ((POSITION) spos);
1022 public POSITION
1030 return ((POSITION) statbuf.st_size);
1036 return ((POSITION) size);
H A Dcommand.c77 static POSITION bottompos;
1267 jump_line_loc((POSITION) number, jump_sline);
1511 POSITION pos = tagsearch();
1532 POSITION pos = tagsearch();
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmltok.h116 } POSITION; typedef in typeref:struct:position
156 POSITION *);
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmltok.h116 } POSITION; typedef in typeref:struct:position
156 POSITION *);
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmltok.h141 } POSITION; typedef in typeref:struct:position
175 POSITION *);
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmltok.h116 } POSITION; typedef in typeref:struct:position
156 POSITION *);
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmltok.h115 } POSITION; typedef in typeref:struct:position
149 POSITION *);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DControlPanel.cpp319 POSITION pos = m_applets.FindIndex( lParam1 );

Completed in 218 milliseconds

12