Searched refs:POSITION (Results 1 – 25 of 29) sorted by relevance
12
| /NextBSD/contrib/less/ |
| HD | os.c | 248 static POSITION 250 POSITION val, num, den; in muldiv() 254 return ((POSITION) (v + 0.5)); 256 POSITION v = ((POSITION) val) * num; 260 return (POSITION) (v / den); 264 return (POSITION) (val / (den / num)); 274 POSITION num, den; in percentage() 276 return (int) muldiv(num, (POSITION) 100, den); 282 public POSITION 284 POSITION pos; in percent_pos() [all …]
|
| HD | search.c | 33 extern POSITION start_attnpos; 34 extern POSITION end_attnpos; 43 static POSITION prep_startpos; 44 static POSITION prep_endpos; 66 POSITION hl_startpos; 67 POSITION hl_endpos; 263 POSITION pos; 304 POSITION old_start_attnpos; in clear_attn() 305 POSITION old_end_attnpos; in clear_attn() 306 POSITION pos; in clear_attn() [all …]
|
| HD | jump.c | 31 POSITION pos; in jump_forw() 32 POSITION end_pos; in jump_forw() 54 jump_loc((POSITION)0, sc_height-1); in jump_forw() 69 POSITION end; in jump_forw_buffered() 88 POSITION pos; 138 POSITION pos, len; 168 POSITION pos; in jump_line_loc() 196 POSITION pos; in jump_loc() 200 POSITION tpos; 201 POSITION bpos;
|
| HD | input.c | 30 extern POSITION start_attnpos; 31 extern POSITION end_attnpos; 44 public POSITION 46 POSITION curr_pos; in forw_line() 48 POSITION base_pos; 49 POSITION new_pos; 251 public POSITION 253 POSITION curr_pos; in back_line() 255 POSITION new_pos, begin_new_pos, base_pos; 433 POSITION pos; in set_attnpos()
|
| HD | funcs.h | 43 public POSITION ch_length (); 44 public POSITION ch_tell (); 131 public POSITION filesize (); 159 public POSITION forw_line (); 160 public POSITION back_line (); 182 public POSITION forw_raw_line (); 183 public POSITION back_raw_line (); 187 public POSITION find_pos (); 197 public POSITION markpos (); 236 public POSITION percent_pos (); [all …]
|
| HD | position.c | 24 static POSITION *table = NULL; /* The position table */ 38 public POSITION 61 POSITION pos; in add_forw_pos() 78 POSITION pos; in add_back_pos() 122 table = (POSITION *) ecalloc(sc_height, sizeof(POSITION)); in pos_init() 136 POSITION pos; in onscreen()
|
| HD | linenum.c | 45 POSITION pos; /* File position */ 46 POSITION gap; /* Gap between prev and next */ 96 anchor.pos = (POSITION)0; in clr_linenum() 126 POSITION pos; 132 register POSITION mingap; 266 POSITION pos; in find_linenum() 270 POSITION cpos; 379 public POSITION 384 POSITION cpos; 456 POSITION pos; [all …]
|
| HD | line.c | 29 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; in plinenum() 568 POSITION pos; 670 POSITION pos; 701 POSITION pos; 726 POSITION pos; in flush_mbc_buf() [all …]
|
| HD | ch.c | 29 typedef POSITION BLOCKNUM; 63 POSITION fpos; 67 POSITION fsize; 154 POSITION pos; in ch_get() 155 POSITION len; in ch_get() 331 POSITION curr_pos = ch_tell(); in ch_get() 480 register POSITION pos; in ch_seek() 483 POSITION len; 520 POSITION len; in ch_end_seek() 549 POSITION buf_pos; in ch_end_buffer_seek() [all …]
|
| HD | forwback.c | 65 POSITION pos; in eof_displayed() 92 POSITION pos; in entire_file_displayed() 130 POSITION pos; 307 POSITION pos; 372 POSITION pos; 424 POSITION pos;
|
| HD | prompt.c | 115 POSITION pos; in ap_pos() 161 static POSITION 165 POSITION pos; 186 POSITION len; 251 POSITION pos; 252 POSITION len;
|
| HD | tags.c | 50 static POSITION ctagsearch(); 51 static POSITION gtagsearch(); 202 public POSITION 396 static POSITION 399 POSITION pos, linepos; in ctagsearch() 667 static POSITION
|
| HD | lsystem.c | 257 POSITION mpos, tpos, bpos; 289 POSITION spos; 290 POSITION epos;
|
| HD | less.h | 221 typedef off_t POSITION; typedef 226 #define NULL_POSITION ((POSITION)(-1)) 294 POSITION pos; 511 #define ch_zero() ((POSITION)0)
|
| HD | command.c | 41 extern POSITION highest_hilite; 73 static POSITION bottompos; 970 POSITION curr_len; 1353 jump_line_loc((POSITION) number, jump_sline); in commands() 1608 POSITION pos = tagsearch(); in commands() 1629 POSITION pos = tagsearch(); in commands()
|
| HD | filename.c | 514 static POSITION 523 return ((POSITION) spos); 1085 public POSITION 1093 return ((POSITION) statbuf.st_size); 1099 return ((POSITION) size);
|
| HD | brac.c | 35 POSITION pos;
|
| HD | main.c | 28 public POSITION start_attnpos = NULL_POSITION; 29 public POSITION end_attnpos = NULL_POSITION;
|
| HD | mark.c | 219 public POSITION
|
| HD | output.c | 411 TYPE_TO_A_FUNC(postoa, POSITION)
|
| HD | optfunc.c | 297 POSITION pos;
|
| HD | decode.c | 651 register POSITION len;
|
| /NextBSD/contrib/netbsd-tests/lib/libc/regex/data/att/ |
| HD | categorization.dat | 3 ?E aa* xaxaax (1,2) POSITION=leftmost 4 ; POSITION=bug
|
| /NextBSD/contrib/expat/lib/ |
| HD | xmltok.h | 116 } POSITION; typedef 156 POSITION *);
|
| HD | xmltok.c | 942 const char *end, POSITION *pos) in initUpdatePosition()
|
12