Searched refs:stat3 (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/one-true-awk/ |
H A D | awkgram.y | 100 winner = (Node *)stat3(PROGRAM, beginloc, $1, endloc); } 130 { --inloop; $$ = stat3(IN, $3, makearr($5), $8); } 300 else $$ = stat3($1, $2, itonp($3), $4); } 303 else $$ = stat3($1, $2, itonp($3), $4); } 306 else $$ = stat3($1, $2, itonp($3), $4); } 307 | print prarg { $$ = stat3($1, $2, NIL, NIL); } 329 | if stmt else stmt { $$ = stat3(IF, $1, $2, $4); } 330 | if stmt { $$ = stat3(IF, $1, $2, NIL); }
|
H A D | proto.h | 74 extern Node *stat3(int, Node *, Node *, Node *);
|
H A D | parse.c | 128 Node *stat3(int a, Node *b, Node *c, Node *d) in stat3() function
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 2150 __be64 stat3; member 2684 __be64 stat3; member 2776 __be64 stat3; member
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 6974 __be64 stat3; member 7940 __be64 stat3; member 8057 __be64 stat3; member 9173 __be64 stat3; member
|