Home
last modified time | relevance | path

Searched refs:B_AT_OP_LAND (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/btrace/
H A Dbt_parser.h176 B_AT_OP_LAND, enumerator
H A Dbtrace.c1563 case B_AT_OP_LAND: in baexpr2long()
1666 case B_AT_OP_LAND: in ba_name()
H A Dbt_parse.y179 expr : expr OP_LAND term { $$ = ba_op(B_AT_OP_LAND, $1, $3); }