Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dinit.c774 Namarr_t *ap = nv_arrayptr(SH_MATCHNOD); in sh_setmatch()
786 SH_MATCHNOD->nvfun = &ap->hdr; in sh_setmatch()
795 nv_putsub(SH_MATCHNOD, (char*)0,i); in sh_setmatch()
796 _nv_unset(SH_MATCHNOD,NV_RDONLY); in sh_setmatch()
800 if(!nv_hasdisc(SH_MATCHNOD,mp->hdr.disc)) in sh_setmatch()
801 nv_disc(SH_MATCHNOD,&mp->hdr,NV_LAST); in sh_setmatch()
803 nv_putsub(SH_MATCHNOD, NIL(char*), (nmatch-1)|ARRAY_FILL|ARRAY_SETSUB); in sh_setmatch()
804 ap = nv_arrayptr(SH_MATCHNOD); in sh_setmatch()
815 np->nvfun = SH_MATCHNOD->nvfun; in sh_setmatch()
817 SH_MATCHNOD->nvfun = 0; in sh_setmatch()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dvariables.h83 #define SH_MATCHNOD (shgd->bltin_nodes+53) macro