Symbol: stmt
lib/libevtr/evtr.c
762
if (var != ev->stmt.var)
lib/libevtr/evtr.h
104
} stmt;
lib/libevtr/ktrfmt.tab.c
1708
ctx->ev->stmt.var = (yyvsp[(1) - (3)].var);
lib/libevtr/ktrfmt.tab.c
1709
ctx->ev->stmt.val = &(yyvsp[(3) - (3)].var)->val;
lib/libevtr/ktrfmt.tab.c
1710
ctx->ev->stmt.op = EVTR_OP_SET;
lib/libevtr/ktrfmt.tab.c
1720
ctx->ev->stmt.var = (yyvsp[(1) - (3)].var);
lib/libevtr/ktrfmt.tab.c
1721
ctx->ev->stmt.val = &(yyvsp[(3) - (3)].var)->val;
lib/libevtr/ktrfmt.tab.c
1722
ctx->ev->stmt.op = EVTR_OP_SET;
lib/libevtr/ktrfmt.y
168
input: stmt
lib/libevtr/ktrfmt.y
170
stmt: unary_expr {
lib/libevtr/ktrfmt.y
308
ctx->ev->stmt.var = $1;
lib/libevtr/ktrfmt.y
309
ctx->ev->stmt.val = &$3->val;
lib/libevtr/ktrfmt.y
310
ctx->ev->stmt.op = EVTR_OP_SET;
lib/libevtr/ktrfmt.y
315
ctx->ev->stmt.var = $1;
lib/libevtr/ktrfmt.y
316
ctx->ev->stmt.val = &$3->val;
lib/libevtr/ktrfmt.y
317
ctx->ev->stmt.op = EVTR_OP_SET;
sys/dev/sound/pci/hda/hdac.h
961
#define HDA_BOOTVERBOSE(stmt) do { \
sys/dev/sound/pci/hda/hdac.h
963
stmt \
sys/dev/sound/pci/hda/hdac.h
967
#define HDA_BOOTHVERBOSE(stmt) do { \
sys/dev/sound/pci/hda/hdac.h
969
stmt \
sys/dev/sound/pci/ich.c
85
#define ICH_DEBUG(stmt) do { \
sys/dev/sound/pci/ich.c
86
stmt \
usr.bin/evtranalyze/evtranalyze.c
1141
if (EVTR_VAL_INT != ev->stmt.val->type) {
usr.bin/evtranalyze/evtranalyze.c
1149
(double)ev->ts, (double)ev->stmt.val->num);
usr.bin/evtranalyze/evtranalyze.c
1150
ctx->sum += ev->stmt.val->num;
usr.bin/evtranalyze/evtranalyze.c
1200
cd->val = ev->stmt.val;
usr.bin/evtranalyze/evtranalyze.c
1273
if (ev->stmt.val->type != EVTR_VAL_CTOR) {
usr.bin/evtranalyze/evtranalyze.c
1279
if (!strcmp(ev->stmt.val->ctor.name, ctx->ctor)) {
usr.bin/evtranalyze/evtranalyze.c
1281
if (!ehash_find(ctx->ctors, (uintptr_t)ev->stmt.val, &v)) {
usr.bin/evtranalyze/evtranalyze.c
1289
if (!ehash_insert(ctx->ctors, (uintptr_t)ev->stmt.val, v))
usr.bin/evtranalyze/evtranalyze.c
1292
} else if (!strcmp(ev->stmt.val->ctor.name, ctx->dtor)) {
usr.bin/evtranalyze/evtranalyze.c
1294
const char *tmp = ev->stmt.val->ctor.name;
usr.bin/evtranalyze/evtranalyze.c
1295
ev->stmt.val->ctor.name = ctx->ctor;
usr.bin/evtranalyze/evtranalyze.c
1296
if (ehash_find(ctx->ctors, (uintptr_t)ev->stmt.val, &v)) {
usr.bin/evtranalyze/evtranalyze.c
1298
ev->stmt.val->ctor.name = tmp;
usr.bin/evtranalyze/evtranalyze.c
1306
ev->stmt.val->ctor.name = tmp;
usr.bin/evtranalyze/evtranalyze.c
1316
if (ehash_delete(ctx->ctors, (uintptr_t)ev->stmt.val))
usr.bin/evtranalyze/evtranalyze.c
1318
ev->stmt.val->ctor.name = tmp;
usr.bin/indent/indent.c
116
ps.p_stack[0] = stmt; /* this is the parser's stack */
usr.bin/indent/parse.c
111
if (ps.p_stack[ps.tos] == stmt || ps.p_stack[ps.tos] == decl
usr.bin/indent/parse.c
134
ps.p_stack[++ps.tos] = stmt;
usr.bin/indent/parse.c
174
ps.p_stack[ps.tos] = stmt;
usr.bin/indent/parse.c
196
ps.p_stack[++ps.tos] = stmt;
usr.bin/indent/parse.c
270
case stmt:
usr.bin/indent/parse.c
273
case stmt:
usr.bin/indent/parse.c
289
ps.p_stack[i] != stmt
usr.bin/indent/parse.c
315
ps.p_stack[--ps.tos] = stmt;
usr.bin/indent/parse.c
60
ps.p_stack[ps.tos] = stmt; /* apply the if(..) stmt ::= stmt