/titanic_41/usr/src/cmd/oawk/ |
H A D | awk.g.y | 83 winner = (NODE *)stat3(PROGRAM, $1, $2, $3); } 300 { $$ = stat3($1, $2, $3, $4); } 302 { $$ = stat3($1, $2, 0, 0); } 304 { $$ = stat3($1, $2, $3, $4); } 306 { $$ = stat3($1, $2, 0, 0); } 315 | if statement { $$ = stat3(IF, $1, $2, 0); } 317 { $$ = stat3(IF, $1, $2, $4); } 346 { $$ = stat3(IN, $3, $5, $8); }
|
H A D | parse.c | 123 NODE *stat3(a, b, c, d) NODE *b, *c, *d; in stat3() function
|
/titanic_41/usr/src/cmd/awk/ |
H A D | awk.g.y | 109 winner = (Node *)stat3(PROGRAM, beginloc, $1, endloc); } 139 { $$ = stat3(IN, $3, makearr($5), $7); } 300 print prarg '|' term { $$ = stat3($1, $2, (Node *) $3, $4); } 301 | print prarg APPEND term { $$ = stat3($1, $2, (Node *) $3, $4); } 302 | print prarg GT term { $$ = stat3($1, $2, (Node *) $3, $4); } 303 | print prarg { $$ = stat3($1, $2, NIL, NIL); } 323 | if stmt else stmt { $$ = stat3(IF, $1, $2, $4); } 324 | if stmt { $$ = stat3(IF, $1, $2, NIL); }
|
H A D | parse.c | 107 stat3(int a, Node *b, Node *c, Node *d) in stat3() function
|
H A D | awk.h | 216 extern Node *stat3(int, Node *, Node *, Node *);
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | db_mindex3.cc | 337 int ret, stat = LDAP_SUCCESS, stat2, stat3; in entriesFromLDAPreal() local 523 TRYWRITELOCK(table, stat3, in entriesFromLDAPreal() 528 if (stat != 0 || stat2 != 0 || stat3 != 0) { in entriesFromLDAPreal() 548 if (stat3 == EBUSY) in entriesFromLDAPreal() 555 myself, stat3, NIL(t->objName)); in entriesFromLDAPreal() 909 WRITEUNLOCKNR(table, stat3, "table wu db_mindex::entriesFromLDAPreal"); in entriesFromLDAPreal() 914 if (stat3 != 0) in entriesFromLDAPreal() 916 "%s: Error %d unlocking db_table", myself, stat3); in entriesFromLDAPreal()
|
/titanic_41/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 5196 __be64 stat3; member 5827 __be64 stat3; member 5944 __be64 stat3; member 6937 __be64 stat3; member
|