OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:defines
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/ppc/
options.c
159
static const char *const
defines
[] = {
local
180
#include "
defines
.h"
203
for (i = 0; i < ARRAY_SIZE (
defines
); i++) {
204
int len = strlen (
defines
[i]);
213
printf_filtered ("\n#
defines
:");
214
for (i = 0; i < ARRAY_SIZE (
defines
); i++) {
216
printf_filtered ("%s %s%*s", prefix,
defines
[i],
217
(((i == ARRAY_SIZE (
defines
) - 1)
220
: max_len + 4 - (int)strlen (
defines
[i])),
/src/external/gpl3/gdb.old/dist/sim/ppc/
options.c
159
static const char *const
defines
[] = {
local
180
#include "
defines
.h"
203
for (i = 0; i < ARRAY_SIZE (
defines
); i++) {
204
int len = strlen (
defines
[i]);
213
printf_filtered ("\n#
defines
:");
214
for (i = 0; i < ARRAY_SIZE (
defines
); i++) {
216
printf_filtered ("%s %s%*s", prefix,
defines
[i],
217
(((i == ARRAY_SIZE (
defines
) - 1)
220
: max_len + 4 - (int)strlen (
defines
[i])),
/src/external/public-domain/sqlite/dist/autosetup/
cc.tcl
69
#
Defines
a variable with the size determined, or 'unknown' otherwise.
70
# e.g. for type 'long long',
defines
'SIZEOF_LONG_LONG'.
152
# @cc-check-
defines
define ...
155
proc cc-check-
defines
{args} {
605
# and writes an include file, '$file', which
defines
each of these.
607
# -
defines
which have the value '0' are ignored.
608
# -
defines
which have integer values are defined as the integer value.
630
foreach n [lsort [dict keys [all-
defines
]]] {
sqlite-config.tcl
55
# Output file for --dump-
defines
. Intended only for build debugging
57
dump-
defines
-txt ./config.
defines
.txt
59
# If not empty then --dump-
defines
will dump not only
60
# (dump-
defines
-txt) but also a JSON file named after this option's
62
dump-
defines
-json ""
410
dump-
defines
=0
411
=> {Dump autosetup
defines
to $::sqliteConfig(dump-
defines
-txt)
540
sqlite-dump-
defines
[
all
...]
/src/external/gpl2/texinfo/dist/makeinfo/
makeinfo.c
45
following
defines
: */
531
while we are handling options. :-\ So we save these
defines
in this
1690
/* Just before the real main loop, let's handle the
defines
. */
3493
typedef struct
defines
{
3494
struct
defines
*next;
3499
/* The linked list of `set'
defines
. */
3500
DEFINE *
defines
= NULL;
3502
/* Add NAME to the list of `set'
defines
. */
3508
for (temp =
defines
; temp; temp = temp->next)
3517
temp->next =
defines
;
3478
typedef struct
defines
{
struct
3485
DEFINE *
defines
= NULL;
variable
[
all
...]
Completed in 18 milliseconds
Indexes created Sat May 02 00:23:24 UTC 2026