Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c518 fp = nv_stack(np, NIL(Namfun_t*)); in put_ifs()
604 fp = nv_stack(np, NIL(Namfun_t*)); in put_seconds()
652 fp = nv_stack(np, NIL(Namfun_t*)); in put_rand()
710 fp = nv_stack(np, NIL(Namfun_t*)); in put_lineno()
1430 nv_stack(VPATHNOD, &VPATH_init); in sh_init()
1809 nv_stack(SH_STATS,&sp->hdr); in stat_init()
1888 nv_stack(PATHNOD, &ip->PATH_init); in nv_init()
1890 nv_stack(CDPNOD, &ip->CDPATH_init); in nv_init()
1892 nv_stack(ENVNOD, &ip->ENV_init); in nv_init()
1904 nv_stack(LINENO, &ip->LINENO_init); in nv_init()
[all …]
H A Dnvdisc.c239 if((fp=nv_stack(np, NIL(Namfun_t*))) && !(fp->nofree&1)) in chktfree()
524 nv_stack(np, (Namfun_t*)vp); in nv_setdisc()
672 nv_stack(np,&vp->fun); in nv_adddisc()
792 nv_stack(np,fp); in put_notify()
793 nv_stack(np,(Namfun_t*)0); in put_notify()
808 nv_stack(np,fp); in nv_unsetnotify()
809 nv_stack(np,(Namfun_t*)0); in nv_unsetnotify()
825 nv_stack(np,&pp->hdr); in nv_setnotify()
1010 Namfun_t *dp = nv_stack(np,(Namfun_t*)0); in clone_putv()
1040 nv_stack(np,dp); in nv_mkclone()
[all …]
H A Dnvtree.c730 fp = nv_stack(np,fp); in outval()
731 if(fp = nv_stack(np,NIL(Namfun_t*))) in outval()
1149 fp = nv_stack(np,fp); in put_tree()
1150 if(fp = nv_stack(np,NIL(Namfun_t*))) in put_tree()
1168 nv_stack(np, nfp); in nv_setvtree()
H A Dio.c1069 nv_stack(mp, &endf.hdr); in file_offset()
1071 nv_stack(pp, &endf.hdr); in file_offset()
1076 nv_stack(mp, NiL); in file_offset()
1078 nv_stack(pp, NiL); in file_offset()
H A Dname.c2683 nv_stack(np,fp); in optimize_clear()
2684 nv_stack(np,(Namfun_t*)0); in optimize_clear()
2749 nv_stack(np,&op->hdr); in nv_optimize()
2762 nv_stack(op->np,&op->hdr); in sh_optclear()
2763 nv_stack(op->np,(Namfun_t*)0); in sh_optclear()
H A Darray.c944 nv_stack(np,&ap->hdr); in nv_changearray()
945 save_ap = (struct index_array*)nv_stack(np,0); in nv_changearray()
H A Dpath.c1807 nv_stack(np,&talias_init); in path_alias()
H A Dxec.c461 fp = nv_stack(np, NIL(Namfun_t*)); in put_level()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dalarm.c215 tp = (struct tevent*)nv_stack(np, (Namfun_t*)0); in putval()
272 nv_stack(np,(Namfun_t*)tp); in b_alarm()
H A Dshiocmd_solaris.c117 nv_stack(np,&dp->fun); in make_time()
169 nv_stack(np,nfp); in make_mode()
355 if(nfp = nv_stack(np,(Namfun_t*)0)) in put_classval()
384 nv_stack(np,&tcp->fun); in mkclass()
H A Dmkservice.c379 fp = nv_stack(np, NiL); in putval()
456 nv_stack(np, (Namfun_t*)sp); in b_mkservice()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dnval.h306 #define nv_stack(np,nf) nv_disc(np,nf,0) macro