Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/validation/backend/
H A Dpointer-param.c2 static int sfun(int a) { return a; } in sfun() function
29 usef(sfun); in foo()
30 usef(&sfun); in foo()
35 usev(sfun); in foo()
36 usev(&sfun); in foo()
H A Dsymaddr.c4 static int sfun(void) { return 0; } in sfun() function
20 static int s, sfun(void), spun(void);
31 usevp(sfun); in sfoo()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c73 Dt_t *sfun; /* function scope for subshell */ member
411 if(!sp->sfun && create) in sh_subfuntree()
413 sp->sfun = dtopen(&_Nvdisc,Dtoset); in sh_subfuntree()
414 dtview(sp->sfun,sp->shp->fun_tree); in sh_subfuntree()
415 sp->shp->fun_tree = sp->sfun; in sh_subfuntree()
724 if(sp->sfun) in sh_subshell()
726 shp->fun_tree = dtview(sp->sfun,0); in sh_subshell()
727 table_unset(sp->sfun,1); in sh_subshell()
728 dtclose(sp->sfun); in sh_subshell()