OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:firstBackslash
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
parse.c
2379
char *
firstBackslash
= NULL;
2401
if (
firstBackslash
== NULL)
2402
firstBackslash
= p;
2438
*out_firstBackslash =
firstBackslash
;
2530
char *
firstBackslash
;
2536
&line, &line_end, &
firstBackslash
, &commentLineEnd);
2561
if (
firstBackslash
!= NULL)
2562
UnescapeBackslash(line,
firstBackslash
);
Completed in 23 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026