Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dpass1.h296 struct rstack *bstruct(char *, int, NODE *);
H A Dcgram.y693 str_head: C_STRUCT attr_var { $$ = bstruct(NULL, $1, $2); }
694 | C_STRUCT attr_var C_NAME { $$ = bstruct($3, $1, $2); }
H A Dpftn.c850 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 Dpass1.h326 struct rstack *bstruct(char *, int, P1ND *);
H A Dcgram.y666 str_head: C_STRUCT attr_var { $$ = bstruct(NULL, $1, $2); }
667 | C_STRUCT attr_var C_NAME { $$ = bstruct($3, $1, $2); }
H A Dgcc_compat.c137 rpole = rp = bstruct(NULL, STNAME, NULL); in addstr()
H A Dpftn.c883 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 Dcode.c555 rp = bstruct(NULL, STNAME, NULL); in bjobcode()