Home
last modified time | relevance | path

Searched refs:nosub (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darith.c67 int c=0,nosub = lvalue->nosub; in scope() local
72 lvalue->nosub = 0; in scope()
73 if(nosub<0 && lvalue->ovalue) in scope()
127 if(!nosub && flag) in scope()
192 else if(nosub>0) in scope()
193 nv_putsub(np,(char*)0,nosub-1); in scope()
483 lvalue->nosub = nv_aindex(np)+1; in arith()
H A Dstreval.c173 node.nosub = 0; in arith_exec()
209 node.nosub = -1; in arith_exec()
213 node.nosub = -1; in arith_exec()
218 node.nosub = -1; in arith_exec()
223 node.nosub = -1; in arith_exec()
249 node.nosub = 0; in arith_exec()
253 lastsub = node.nosub; in arith_exec()
254 node.nosub = 0; in arith_exec()
281 node.nosub = lastsub; in arith_exec()
H A Dmacro.c1112 goto nosub; in varsub()
1166 goto nosub; in varsub()
1171 goto nosub; in varsub()
1212 goto nosub; in varsub()
1260 goto nosub; in varsub()
1300 goto nosub; in varsub()
1381 goto nosub; in varsub()
1491 goto nosub; in varsub()
2010 nosub: in varsub()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_self.c36 fmd_stat_t nosub; member
166 self_stats.nosub.fmds_value.ui64++; in self_recv()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dstreval.h79 int nosub; member
/illumos-gate/usr/src/cmd/fm/dicts/
H A DFMD.dict29 defect.sunos.fmd.nosub=0
H A DFMD.po37 # keys: defect.sunos.fmd.nosub
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c310 int nosub = 0; in lo_lookup() local
454 nosub = (vtoli(dvp->v_vfsp)->li_flag & LO_NOSUB); in lo_lookup()
461 if (!nosub && (error = traverse(&vp))) in lo_lookup()
467 if (vp->v_type != VDIR || nosub) { in lo_lookup()
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c1925 nosub: in main()
2257 goto nosub; in main()