mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
28 lines
321 B
Plaintext
28 lines
321 B
Plaintext
|
@@
|
||
|
position p : script:python() { p[0].file != "src/journal/lookup3.c" };
|
||
|
identifier id;
|
||
|
expression e;
|
||
|
@@
|
||
|
if (...)
|
||
|
- {
|
||
|
(
|
||
|
id@p(...);
|
||
|
|
|
||
|
e@p;
|
||
|
)
|
||
|
- }
|
||
|
|
||
|
@@
|
||
|
position p : script:python() { p[0].file != "src/journal/lookup3.c" };
|
||
|
identifier id;
|
||
|
expression e;
|
||
|
@@
|
||
|
if (...)
|
||
|
- {
|
||
|
(
|
||
|
return id@p(...);
|
||
|
|
|
||
|
return e@p;
|
||
|
)
|
||
|
- }
|