Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y143 protop = $$ = $2;
146 assert(protop->d_next == NULL);
160 protop = $$ = NULL;
637 static decl_t *protop = NULL; /* pointer to prototype */ variable
1993 protop = NULL; in decl_Parse()
1998 *dpp = protop; in decl_Parse()
1999 decl_AddArgNames(protop); in decl_Parse()
2002 decl_Destroy(protop); in decl_Parse()