Searched refs:bstruct (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | pass1.h | 296 struct rstack *bstruct(char *, int, NODE *);
|
H A D | cgram.y | 693 str_head: C_STRUCT attr_var { $$ = bstruct(NULL, $1, $2); } 694 | C_STRUCT attr_var C_NAME { $$ = bstruct($3, $1, $2); }
|
H A D | pftn.c | 850 bstruct(char *name, int soru, NODE *gp) in bstruct() function 2979 rpole = rp = bstruct(NULL, STNAME, NULL); in complinit()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | pass1.h | 326 struct rstack *bstruct(char *, int, P1ND *);
|
H A D | cgram.y | 666 str_head: C_STRUCT attr_var { $$ = bstruct(NULL, $1, $2); } 667 | C_STRUCT attr_var C_NAME { $$ = bstruct($3, $1, $2); }
|
H A D | gcc_compat.c | 137 rpole = rp = bstruct(NULL, STNAME, NULL); in addstr()
|
H A D | pftn.c | 883 bstruct(char *name, int soru, NODE *gp) in bstruct() function 3008 rpole = rp = bstruct(NULL, STNAME, NULL); in complinit()
|
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/ |
H A D | code.c | 555 rp = bstruct(NULL, STNAME, NULL); in bjobcode()
|