Home
last modified time | relevance | path

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

12

/freebsd/contrib/less/
H A Dfuncs.h51 public int ch_seek(POSITION pos);
55 public POSITION ch_length(void);
56 public POSITION ch_tell(void);
169 public POSITION filesize(int f);
178 public void forw(int n, POSITION pos, lbool force, lbool only_last, int nblank);
179 public void back(int n, POSITION pos, lbool force, lbool only_last);
206 public POSITION forw_line_seg(POSITION curr_pos, lbool skipeol, lbool rscroll, lbool nochop);
207 public POSITION forw_line(POSITION curr_po
[all...]
H A Dinput.c28 extern POSITION start_attnpos;
29 extern POSITION end_attnpos;
45 static void init_status_col(POSITION base_pos, POSITION disp_pos, POSITION edisp_pos, POSITION eol_pos)
85 public POSITION forw_line_seg(POSITION curr_pos, lbool skipeol, lbool rscroll, lbool nochop) in forw_line_seg()
87 POSITION base_pos; in forw_line_seg()
88 POSITION new_po in forw_line_seg()
[all...]
H A Dsearch.c33 extern POSITION start_attnpos;
34 extern POSITION end_attnpos;
52 static POSITION prep_startpos;
53 static POSITION prep_endpos;
54 public POSITION header_start_pos = NULL_POSITION;
55 static POSITION header_end_pos;
58 public POSITION osc8_linepos = NULL_POSITION;
59 public POSITION osc8_match_start = NULL_POSITION;
60 public POSITION osc8_match_end = NULL_POSITION;
61 public POSITION osc8_params_star
[all...]
H A Djump.c23 extern POSITION header_start_pos;
30 POSITION pos; in jump_forw()
31 POSITION end_pos; in jump_forw()
72 POSITION end; in jump_forw_buffered()
89 POSITION pos; in jump_back()
139 POSITION pos, len; in jump_percent()
167 public void jump_line_loc(POSITION pos, int sline) in jump_line_loc()
209 public POSITION after_header_pos(POSITION pos) in jump_loc()
224 public void jump_loc(POSITION po in jump_loc()
[all...]
H A Dlinenum.c45 POSITION pos; /* File position */
46 POSITION gap; /* Gap between prev and next */
97 anchor.pos = (POSITION)0; in clr_linenum()
122 public void add_lnum(LINENUM linenum, POSITION pos)
128 POSITION mingap; in add_lnum()
272 public LINENUM find_linenum(POSITION pos) in find_linenum()
276 POSITION cpos; in find_linenum()
381 public POSITION find_pos(LINENUM linenum) in find_pos()
384 POSITION cpos; in find_pos()
454 POSITION po in currline()
[all...]
H A Dposition.c24 static POSITION *table = NULL; /* The position table */
39 public POSITION position(int sindex) in position()
59 public void add_forw_pos(POSITION pos) in add_forw_pos()
74 public void add_back_pos(POSITION pos) in add_back_pos()
116 table = (POSITION *) ecalloc((size_t) sc_height, sizeof(POSITION)); /*{{type-issue}}*/ in pos_init()
128 public int onscreen(POSITION pos) in onscreen()
246 static int pos_shift(POSITION linepos, size_t choff)
250 POSITION pos;
269 static POSITION beginning_of_lin
[all...]
H A Dforwback.c40 extern POSITION header_start_pos;
75 POSITION pos; in eof_displayed()
101 POSITION pos; in entire_file_displayed()
130 static POSITION forw_line_pfx(POSITION pos, int pfx, int skipeol) in forw_line_pfx()
170 POSITION pos = header_start_pos; in overlay_header()
184 POSITION pos = header_start_pos; in overlay_header()
216 public void forw(int n, POSITION pos, lbool force, lbool only_last, int nblank) in forw()
239 prep_hilite(pos, pos + (POSITION) (4*size_linebuf), ignore_eoi ? 1 : -1); in forw()
393 public void back(int n, POSITION po in forw()
[all...]
H A Dline.c63 public POSITION highest_hilite; /* Pos of last hilite in file found so far */
64 static POSITION line_pos;
73 static POSITION pendpos;
80 static int do_append(LWCHAR ch, constant char *rep, POSITION pos);
100 extern POSITION start_attnpos;
101 extern POSITION end_attnpos;
110 static POSITION mbc_pos;
219 public POSITION line_position(void) in inc_end_column()
316 public void plinestart(POSITION pos)
705 static int store_char(LWCHAR ch, int a, constant char *rep, POSITION po in store_char()
[all...]
H A Dos.c417 * {{ Assumes a POSITION is a long int. }} in percentage()
419 public int percentage(POSITION num, POSITION den) in percentage()
425 * Return the specified percentage of a POSITION.
430 public POSITION percent_pos(POSITION pos, int percent, long fraction) in percent_pos()
436 POSITION pctden = (percent * NUM_FRAC_DENOM) + fraction; in percent_pos()
438 return (POSITION) muldiv(pos, pctden, 100 * NUM_FRAC_DENOM);
H A Dch.c23 typedef POSITION BLOCKNUM;
57 POSITION fpos;
61 POSITION fsize;
139 static POSITION ch_position(BLOCKNUM block, size_t offset)
141 return (block * LBUFSIZE) + (POSITION) offset;
154 POSITION pos; in ch_get()
155 POSITION len; in ch_get()
468 public int ch_seek(POSITION pos) in ch_seek()
471 POSITION len; in ch_seek()
507 POSITION le in ch_end_seek()
[all...]
H A Dprompt.c132 * Append a POSITION (as a decimal integer) to the end of the message. in ap_int()
134 static void ap_pos(POSITION pos) in ap_int()
175 static POSITION curr_byte(int where) in cond()
177 POSITION pos; in cond()
195 POSITION len; in cond()
258 POSITION pos; in protochar()
259 POSITION len; in protochar()
H A Dtags.c51 static POSITION ctagsearch(void);
52 static POSITION gtagsearch(void);
195 public POSITION tagsearch(void) in tagsearch()
378 static int curtag_match(char constant *line, POSITION linepos) in curtag_match()
406 static POSITION ctagsearch(void) in ctagsearch()
408 POSITION pos, linepos; in ctagsearch()
675 static POSITION gtagsearch(void) in gtagsearch()
H A Dless.h234 typedef less_off_t POSITION;
242 #define NULL_POSITION ((POSITION)(-1))
319 POSITION pos;
606 #define ch_zero() ((POSITION)0)
659 void postoa(POSITION, char*, int);
663 POSITION lstrtopos(char*, char**, int);
666 POSITION lstrtoposc(constant char*, constant char**, int);
239 typedef off_t POSITION; global() typedef
H A Dlsystem.c252 POSITION mpos, tpos, bpos; in pipe_mark()
281 public int pipe_data(constant char *cmd, POSITION spos, POSITION epos)
H A Dmark.c52 static void cmark(struct mark *m, IFILE ifile, POSITION pos, int ln) in cmark()
293 public POSITION markpos(char c) in markpos()
312 public char posmark(POSITION pos) in posmark()
401 POSITION pos; in restore_mark()
H A Dfilename.c515 static POSITION seek_filesize(int f) in readfd()
522 return ((POSITION) spos); in readfd()
1079 public POSITION filesize(int f) in curr_ifile_changed()
1085 return ((POSITION) statbuf.st_size); in curr_ifile_changed()
1091 return ((POSITION) size); in curr_ifile_changed()
1106 POSITION curr_pos = ch_tell();
H A Dcommand.c42 extern POSITION highest_hilite;
82 static POSITION bottompos;
1261 POSITION curr_len; in commands()
1668 jump_line_loc((POSITION) number, jump_sline); in commands()
1973 POSITION pos = tagsearch(); in commands()
1998 POSITION pos = tagsearch(); in commands()
H A Dbrac.c30 POSITION pos; in match_brac()
H A Dmain.c37 public POSITION start_attnpos = NULL_POSITION;
38 public POSITION end_attnpos = NULL_POSITION;
H A Doutput.c536 TYPE_TO_A_FUNC(postoa, POSITION)
566 STR_TO_TYPE_FUNC(lstrtopos, lstrtoposc, POSITION)
488 TYPE_TO_A_FUNC(postoa,POSITION) TYPE_TO_A_FUNC() argument
H A Dedit.c247 POSITION pos = ch_zero(); in check_modelines()
H A Ddecode.c943 POSITION len; in editchar()
H A Doptfunc.c72 extern POSITION header_start_pos;
344 POSITION pos; in opt_t()
1031 static lbool parse_header(constant char *s, int *lines, int *cols, POSITION *start_pos) in opt_search_type()
1074 POSITION start_pos = (type == INIT) ? ch_zero() : position(TOP); in opt_ttyin_name()
/freebsd/contrib/netbsd-tests/lib/libc/regex/data/att/
H A Dcategorization.dat3 ?E aa* xaxaax (1,2) POSITION=leftmost
4 ; POSITION=bug
/freebsd/contrib/expat/lib/
H A Dxmltok.h150 } POSITION; typedef
185 const char *end, POSITION *);

12