OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dotme
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libcpp/
macro.cc
3178
bool
dotme
= (found[0] == '.' ? !IS_DIR_SEPARATOR (found[1])
local
3181
if (BUFF_ROOM (pfile->u_buff) < len + 1 +
dotme
* 2)
3182
_cpp_extend_buff (pfile, &pfile->u_buff, len + 1 +
dotme
* 2);
3186
if (
dotme
)
/src/external/gpl3/gcc.old/dist/libcpp/
macro.cc
3169
bool
dotme
= (found[0] == '.' ? !IS_DIR_SEPARATOR (found[1])
local
3172
if (BUFF_ROOM (pfile->u_buff) < len + 1 +
dotme
* 2)
3173
_cpp_extend_buff (pfile, &pfile->u_buff, len + 1 +
dotme
* 2);
3177
if (
dotme
)
Completed in 29 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026