OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symbol_prefix
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_mangle.sh
4
symbol_prefix
=$2
22
echo "# define ${n} ${
symbol_prefix
}${n}"
29
* The ${
symbol_prefix
}* macros can be used as stable alternative names for the
40
echo "# undef ${
symbol_prefix
}${n}"
jemalloc_mangle.sh
4
symbol_prefix
=$2
22
echo "# define ${n} ${
symbol_prefix
}${n}"
29
* The ${
symbol_prefix
}* macros can be used as stable alternative names for the
40
echo "# undef ${
symbol_prefix
}${n}"
/src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_mangle.sh
4
symbol_prefix
=$2
22
echo "# define ${n} ${
symbol_prefix
}${n}"
29
* The ${
symbol_prefix
}* macros can be used as stable alternative names for the
40
echo "# undef ${
symbol_prefix
}${n}"
jemalloc_mangle.sh
4
symbol_prefix
=$2
22
echo "# define ${n} ${
symbol_prefix
}${n}"
29
* The ${
symbol_prefix
}* macros can be used as stable alternative names for the
40
echo "# undef ${
symbol_prefix
}${n}"
/src/external/bsd/byacc/dist/
output.c
170
fprintf(fp, "#define %-10s %s%s\n", name,
symbol_prefix
, name + 2);
180
if (
symbol_prefix
== NULL)
182
symbol_prefix
= "yy";
228
fprintf(fp, "#define YYPREFIX \"%s\"\n",
symbol_prefix
);
276
int need = 34 - (int)(strlen(
symbol_prefix
) + strlen(name));
282
StaticOrR,
symbol_prefix
, name, need, value);
290
StaticOrR,
symbol_prefix
, name);
1256
fprintf(defines_file, "#ifndef _%s_defines_h_\n",
symbol_prefix
);
1257
fprintf(defines_file, "#define _%s_defines_h_\n\n",
symbol_prefix
);
1263
fprintf(defines_file, "\n#endif /* _%s_defines_h_ */\n",
symbol_prefix
);
[
all
...]
output.c
170
fprintf(fp, "#define %-10s %s%s\n", name,
symbol_prefix
, name + 2);
180
if (
symbol_prefix
== NULL)
182
symbol_prefix
= "yy";
228
fprintf(fp, "#define YYPREFIX \"%s\"\n",
symbol_prefix
);
276
int need = 34 - (int)(strlen(
symbol_prefix
) + strlen(name));
282
StaticOrR,
symbol_prefix
, name, need, value);
290
StaticOrR,
symbol_prefix
, name);
1256
fprintf(defines_file, "#ifndef _%s_defines_h_\n",
symbol_prefix
);
1257
fprintf(defines_file, "#define _%s_defines_h_\n\n",
symbol_prefix
);
1263
fprintf(defines_file, "\n#endif /* _%s_defines_h_ */\n",
symbol_prefix
);
[
all
...]
main.c
55
const char *
symbol_prefix
;
variable
261
{ " -p
symbol_prefix
set symbol prefix (default \"yy\")" },
446
symbol_prefix
= optarg;
519
symbol_prefix
= s;
521
symbol_prefix
= argv[i];
main.c
55
const char *
symbol_prefix
;
variable
261
{ " -p
symbol_prefix
set symbol prefix (default \"yy\")" },
446
symbol_prefix
= optarg;
519
symbol_prefix
= s;
521
symbol_prefix
= argv[i];
Completed in 54 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026