Home
last modified time | relevance | path

Searched refs:nv_endsubscript (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/sh/
H A Darith.c108 nv_endsubscript(np,sub,NV_ADD|NV_SUBQUOTE); in scope()
148 str = nv_endsubscript((Namval_t*)0,str,0); in arith()
156 str = nv_endsubscript((Namval_t*)0,cp=str,NV_SUBQUOTE)-1; in arith()
201 str = nv_endsubscript(np,cp=str,0); in arith()
253 str = nv_endsubscript(np,str,0); in arith()
H A Dnvtree.c122 cp = nv_endsubscript((Namval_t*)0,(char*)cp,0); in nextdot()
218 nv_endsubscript(np,nfp->last,NV_NOADD); in nv_diropen()
H A Dname.c715 cp = nv_endsubscript((Namval_t*)0,sp,0); in nv_create()
912 cp = nv_endsubscript(np,sp,n|(flags&NV_ASSIGN)); in nv_create()
2882 cp = nv_endsubscript((Namval_t*)0,ep=cp,0); in lastdot()
2888 cp = nv_endsubscript((Namval_t*)0,ep=cp,0); in lastdot()
3009 nv_endsubscript(nq,ep-1,NV_ADD); in nv_setref()
H A Dnvdisc.c1074 sp = nv_endsubscript((Namval_t*)0,(char*)sp,0); in nv_bfsearch()
1116 nv_endsubscript(nq, cp,NV_NOADD); in nv_bfsearch()
H A Darray.c1067 char *nv_endsubscript(Namval_t *np, register char *cp, int mode) in nv_endsubscript() function
/titanic_44/usr/src/lib/libshell/common/include/
H A Dname.h168 extern char *nv_endsubscript(Namval_t*, char*, int);