OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attp
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
x-glade.c
259
const char **
attp
= attributes;
local
260
while (*
attp
!= NULL)
262
if (strcmp (
attp
[0], "translatable") == 0)
264
has_translatable = (strcmp (
attp
[1], "yes") == 0);
267
attp
+= 2;
274
const char **
attp
= attributes;
local
275
while (*
attp
!= NULL)
277
if (strcmp (
attp
[0], "description") == 0)
279
if (strcmp (
attp
[1], "") != 0)
286
remember_a_message (mlp, NULL, xstrdup (
attp
[1])
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
var-tracking.cc
4442
attrs *att, **
attp
, **curp = NULL;
local
4452
for (
attp
= &set->regs[REGNO (node->loc)]; (att = *
attp
);
4453
attp
= &att->next)
4465
curp =
attp
;
4470
curp =
attp
;
/src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc
4456
attrs *att, **
attp
, **curp = NULL;
local
4466
for (
attp
= &set->regs[REGNO (node->loc)]; (att = *
attp
);
4467
attp
= &att->next)
4479
curp =
attp
;
4484
curp =
attp
;
Completed in 37 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026