OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commentLineEnd
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
parse.c
2422
char *
commentLineEnd
= NULL;
2464
if (ch == '#' &&
commentLineEnd
== NULL &&
2466
commentLineEnd
= line_end;
2481
*out_commentLineEnd =
commentLineEnd
;
2573
char *
commentLineEnd
;
2578
&line, &line_end, &firstBackslash, &
commentLineEnd
);
2582
if (line == line_end || line ==
commentLineEnd
) {
2601
if (
commentLineEnd
!= NULL && line[0] != '\t')
2602
*
commentLineEnd
= '\0';
Completed in 13 milliseconds
Indexes created Sat Sep 27 22:09:54 GMT 2025