OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NNOT
(Results
1 - 4
of
4
) sorted by null
/system/core/sh/
nodes.h
30
#define
NNOT
25
128
struct
nnot
{
struct
148
struct
nnot
nnot
;
member in union:node
nodes.c
84
SHELL_ALIGN(sizeof (struct
nnot
)),
188
case
NNOT
:
189
calcsize(n->
nnot
.com);
290
case
NNOT
:
291
new->
nnot
.com = copynode(n->
nnot
.com);
parser.c
277
n2 = (union node *)stalloc(sizeof (struct
nnot
));
278
n2->type =
NNOT
;
279
n2->
nnot
.com = n1;
518
n2 = (union node *)stalloc(sizeof (struct
nnot
));
519
n2->type =
NNOT
;
520
n2->
nnot
.com = n1;
595
n2 = (union node *)stalloc(sizeof (struct
nnot
));
596
n2->type =
NNOT
;
597
n2->
nnot
.com = n;
[
all
...]
eval.c
289
case
NNOT
:
290
evaltree(n->
nnot
.com, EV_TESTED);
Completed in 286 milliseconds