OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curr_pos
(Results
1 - 16
of
16
) sorted by relevancy
/src/distrib/utils/more/
input.c
62
* of the NEXT line. The line obtained is the line starting at
curr_pos
.
65
forw_line(
curr_pos
)
66
off_t
curr_pos
;
71
if (
curr_pos
== NULL_POSITION || ch_seek(
curr_pos
))
135
back_line(
curr_pos
)
136
off_t
curr_pos
;
141
if (
curr_pos
== NULL_POSITION ||
curr_pos
<= (off_t)0 ||
142
ch_seek(
curr_pos
-1)
[
all
...]
line.c
415
forw_raw_line(
curr_pos
)
416
off_t
curr_pos
;
422
if (
curr_pos
== NULL_POSITION || ch_seek(
curr_pos
) ||
459
back_raw_line(
curr_pos
)
460
off_t
curr_pos
;
466
if (
curr_pos
== NULL_POSITION ||
curr_pos
<= (off_t)0 ||
467
ch_seek(
curr_pos
-1))
/src/external/bsd/less/dist/
input.c
83
* of the NEXT line. The line obtained is the line starting at
curr_pos
.
85
public POSITION forw_line_seg(POSITION
curr_pos
, int skipeol, int rscroll, int nochop)
99
if (
curr_pos
== NULL_POSITION)
114
prep_hilite(
curr_pos
,
curr_pos
+ 3*size_linebuf,
116
curr_pos
= next_unfiltered(
curr_pos
);
119
if (ch_seek(
curr_pos
))
128
base_pos =
curr_pos
;
154
while (new_pos <
curr_pos
)
[
all
...]
line.c
1334
public POSITION forw_raw_line(POSITION
curr_pos
, char **linep, int *line_lenp)
1340
if (
curr_pos
== NULL_POSITION || ch_seek(
curr_pos
) ||
1379
public POSITION back_raw_line(POSITION
curr_pos
, char **linep, int *line_lenp)
1385
if (
curr_pos
== NULL_POSITION ||
curr_pos
<= ch_zero() ||
1386
ch_seek(
curr_pos
-1))
funcs.h
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
);
223
public POSITION forw_raw_line(POSITION
curr_pos
, char **linep, int *line_lenp);
224
public POSITION back_raw_line(POSITION
curr_pos
, char **linep, int *line_lenp);
filename.c
1088
POSITION
curr_pos
= ch_tell();
local
1092
(
curr_pos
!= NULL_POSITION && st.st_size <
curr_pos
)))
/src/usr.bin/xlint/lint1/
err.c
482
top->lineno =
curr_pos
.p_line;
611
verror_at(msgid, &
curr_pos
, ap);
638
lbasename(
curr_pos
.p_file),
curr_pos
.p_line);
660
vwarning_at(msgid, &
curr_pos
, ap);
685
verror_at(msgid, &
curr_pos
, ap);
687
vwarning_at(msgid, &
curr_pos
, ap);
700
verror_at(msgid, &
curr_pos
, ap);
712
verror_at(msgid, &
curr_pos
, ap);
725
verror_at(msgid, &
curr_pos
, ap)
[
all
...]
main1.c
225
curr_pos
.p_file = "<gcc-builtins>";
226
curr_pos
.p_line = 0;
244
curr_pos
.p_file = argv[0];
245
curr_pos
.p_line = 0;
lex.c
59
pos_t
curr_pos
= { "", 1, 0 };
variable
1058
csrc_pos.p_file =
curr_pos
.p_file;
1059
outsrc(transform_filename(
curr_pos
.p_file, strlen(
curr_pos
.p_file)));
1092
curr_pos
.p_file = record_filename(fn, fn_len);
1097
update_location(
curr_pos
.p_file, (int)ln, is_begin, is_end);
1100
curr_pos
.p_line = (int)ln - 1;
1101
curr_pos
.p_uniq = 0;
1102
if (
curr_pos
.p_file == csrc_pos.p_file) {
1410
curr_pos
.p_line++
[
all
...]
emit1.c
325
outint(get_filename_id(
curr_pos
.p_file));
327
outint(
curr_pos
.p_line);
537
outint(get_filename_id(
curr_pos
.p_file));
539
outint(
curr_pos
.p_line);
mem1.c
352
(
curr_pos
.p_file != csrc_pos.p_file &&
353
str_ends_with(
curr_pos
.p_file, ".c"));
func.c
797
cstmt->c_for_expr3_pos =
curr_pos
;
824
pos_t saved_curr_pos =
curr_pos
;
826
curr_pos
= cstmt->c_for_expr3_pos;
841
curr_pos
= saved_curr_pos;
1037
argsused_pos =
curr_pos
;
1052
vapos =
curr_pos
;
1071
printflike_pos =
curr_pos
;
1090
scanflike_pos =
curr_pos
;
lint1.h
668
/* Copies
curr_pos
, keeping things unique. */
672
pos_t curr =
curr_pos
;
673
curr_pos
.p_uniq++;
674
if (
curr_pos
.p_file == csrc_pos.p_file)
ckgetopt.c
155
ck.options_pos =
curr_pos
;
externs1.h
83
extern pos_t
curr_pos
;
decl.c
1842
str_ends_with(
curr_pos
.p_file, ".c") &&
3091
pos_t cpos =
curr_pos
;
3092
curr_pos
= sym->s_def_pos;
3094
curr_pos
= cpos;
Completed in 94 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026