Home
last modified time | relevance | path

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

12

/netbsd-src/external/bsd/less/dist/
H A Dfuncs.h48 public int ch_seek(POSITION pos);
52 public POSITION ch_length(void);
53 public POSITION ch_tell(void);
152 public POSITION filesize(int f);
161 public void forw(int n, POSITION pos, int force, int only_last, int nblank);
162 public void back(int n, POSITION pos, int force, int only_last);
189 public POSITION forw_line_seg(POSITION curr_pos, int skipeol, int rscroll, int nochop);
190 public POSITION forw_line(POSITION curr_pos);
191 public POSITION back_line(POSITION curr_pos);
192 public void set_attnpos(POSITION pos);
[all …]
H A Dinput.c31 extern POSITION start_attnpos;
32 extern POSITION end_attnpos;
48 static void init_status_col(POSITION base_pos, POSITION disp_pos, POSITION edisp_pos, POSITION eol_… in init_status_col()
85 public POSITION forw_line_seg(POSITION curr_pos, int skipeol, int rscroll, int nochop) in forw_line_seg()
87 POSITION base_pos; in forw_line_seg()
88 POSITION new_pos; in forw_line_seg()
89 POSITION edisp_pos; in forw_line_seg()
95 POSITION wrap_pos; in forw_line_seg()
348 public POSITION forw_line(POSITION curr_pos) in forw_line()
361 public POSITION back_line(POSITION curr_pos) in back_line()
[all …]
H A Dsearch.c36 extern POSITION start_attnpos;
37 extern POSITION end_attnpos;
52 static POSITION prep_startpos;
53 static POSITION prep_endpos;
54 extern POSITION xxpos;
74 POSITION hl_startpos;
75 POSITION hl_endpos;
250 POSITION pos; in repaint_hilite()
294 POSITION old_start_attnpos; in clear_attn()
295 POSITION old_end_attnpos; in clear_attn()
[all …]
H A Djump.c32 POSITION pos; in jump_forw()
33 POSITION end_pos; in jump_forw()
74 POSITION end; in jump_forw_buffered()
91 POSITION pos; in jump_back()
141 POSITION pos, len; in jump_percent()
169 public void jump_line_loc(POSITION pos, int sline) in jump_line_loc()
194 public void jump_loc(POSITION pos, int sline) in jump_loc()
198 POSITION tpos; in jump_loc()
199 POSITION bpos; in jump_loc()
H A Dlinenum.c47 POSITION pos; /* File position */
48 POSITION gap; /* Gap between prev and next */
100 anchor.pos = (POSITION)0; in clr_linenum()
125 public void add_lnum(LINENUM linenum, POSITION pos) in add_lnum()
131 POSITION mingap; in add_lnum()
262 public LINENUM find_linenum(POSITION pos) in find_linenum()
266 POSITION cpos; in find_linenum()
374 public POSITION find_pos(LINENUM linenum) in find_pos()
377 POSITION cpos; in find_pos()
447 POSITION pos; in currline()
[all …]
H A Dposition.c26 static POSITION *table = NULL; /* The position table */
41 public POSITION position(int sindex) in position()
61 public void add_forw_pos(POSITION pos) in add_forw_pos()
76 public void add_back_pos(POSITION pos) in add_back_pos()
118 table = (POSITION *) ecalloc(sc_height, sizeof(POSITION)); in pos_init()
130 public int onscreen(POSITION pos) in onscreen()
H A Dforwback.c75 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()
164 POSITION pos = ch_zero(); /* header lines are at beginning of file */ in overlay_header()
216 public void forw(int n, POSITION pos, int force, int only_last, int nblank) in forw()
401 public void back(int n, POSITION pos, int force, int only_last) in back()
462 POSITION pos; in forward()
510 POSITION pos; in backward()
544 POSITION pos = ch_zero(); in get_one_screen()
H A Dline.c65 public POSITION highest_hilite; /* Pos of last hilite in file found so far */
66 static POSITION line_pos;
75 static POSITION pendpos;
82 static int do_append(LWCHAR ch, char *rep, POSITION pos);
103 extern POSITION start_attnpos;
104 extern POSITION end_attnpos;
113 static POSITION mbc_pos;
223 public POSITION line_position(void) in line_position()
320 public void plinestart(POSITION pos) in plinestart()
683 static int store_char(LWCHAR ch, int a, char *rep, POSITION pos) in store_char()
[all …]
H A Dos.c419 public int percentage(POSITION num, POSITION den) in percentage()
421 return (int) muldiv(num, (POSITION) 100, den); in percentage()
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 * (POSITION) NUM_FRAC_DENOM); in percent_pos()
H A Dch.c32 typedef POSITION BLOCKNUM;
66 POSITION fpos;
70 POSITION fsize;
157 POSITION pos; in ch_get()
158 POSITION len; in ch_get()
461 public int ch_seek(POSITION pos) in ch_seek()
464 POSITION len; in ch_seek()
500 POSITION len; in ch_end_seek()
528 POSITION buf_pos; in ch_end_buffer_seek()
529 POSITION end_pos; in ch_end_buffer_seek()
[all …]
H A Dprompt.c111 static void ap_pos(POSITION pos) in ap_pos()
152 static POSITION curr_byte(int where) in curr_byte()
154 POSITION pos; in curr_byte()
172 POSITION len; in cond()
236 POSITION pos; in protochar()
237 POSITION len; in protochar()
H A Dtags.c53 static POSITION ctagsearch(void);
54 static POSITION gtagsearch(void);
197 public POSITION tagsearch(void) in tagsearch()
380 static int curtag_match(char constant *line, POSITION linepos) in curtag_match()
408 static POSITION ctagsearch(void) in ctagsearch()
410 POSITION pos, linepos; in ctagsearch()
676 static POSITION gtagsearch(void) in gtagsearch()
H A Dless.h241 typedef off_t POSITION; typedef
249 #define NULL_POSITION ((POSITION)(-1))
326 POSITION pos;
590 #define ch_zero() ((POSITION)0)
629 void postoa(POSITION, char*, int);
633 POSITION lstrtopos(char*, char**, int);
H A Dmark.c54 static void cmark(struct mark *m, IFILE ifile, POSITION pos, int ln) in cmark()
295 public POSITION markpos(LWCHAR c) in markpos()
314 public char posmark(POSITION pos) in posmark()
403 POSITION pos; in restore_mark()
H A Dlsystem.c255 POSITION mpos, tpos, bpos; in pipe_mark()
284 public int pipe_data(char *cmd, POSITION spos, POSITION epos) in pipe_data()
H A Dfilename.c492 static POSITION seek_filesize(int f) in seek_filesize()
499 return ((POSITION) spos); in seek_filesize()
1061 public POSITION filesize(int f) in filesize()
1067 return ((POSITION) statbuf.st_size); in filesize()
1073 return ((POSITION) size); in filesize()
1088 POSITION curr_pos = ch_tell(); in curr_ifile_changed()
H A Dcommand.c45 extern POSITION highest_hilite;
46 extern POSITION start_attnpos;
47 extern POSITION end_attnpos;
90 static POSITION bottompos;
1189 POSITION curr_len; in forw_loop()
1597 jump_line_loc((POSITION) number, jump_sline); in commands()
1856 POSITION pos = tagsearch(); in commands()
1881 POSITION pos = tagsearch(); in commands()
H A Dmain.c29 public POSITION start_attnpos = NULL_POSITION;
30 public POSITION end_attnpos = NULL_POSITION;
H A Dbrac.c32 POSITION pos; in match_brac()
H A Doutput.c490 TYPE_TO_A_FUNC(postoa, POSITION) in TYPE_TO_A_FUNC() argument
513 STR_TO_TYPE_FUNC(lstrtopos, POSITION)
/netbsd-src/tests/lib/libc/regex/data/att/
H A Dcategorization.dat3 ?E aa* xaxaax (1,2) POSITION=leftmost
4 ; POSITION=bug
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmltok.h150 } POSITION; typedef
185 const char *end, POSITION *);
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dconfigure.com196 POSITION(BEGINNING_OF(match_pos));
204 POSITION(END_OF(file));
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dconfigure.com196 POSITION(BEGINNING_OF(match_pos));
204 POSITION(END_OF(file));
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dconfigure.com318 POSITION(BEGINNING_OF(match_pos));

12