OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pp_line
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/xlint/lint1/
lex.c
1142
static buffer
pp_line
;
variable
1147
if (
pp_line
.data == NULL)
1148
buf_init(&
pp_line
);
1150
lint_assert(
pp_line
.len == 0);
1157
buf_add(&
pp_line
, text);
1164
buf_add(&
pp_line
, text);
1172
buf_add(&
pp_line
, buf.data);
1181
buf_add(&
pp_line
, buf.data);
1189
buf_add(&
pp_line
, text);
1208
buf_add_char(&
pp_line
, ' ');
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Sep 04 00:26:01 UTC 2026