Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Darith.c170 cp = nv_endsubscript(np,sub,NV_ADD|NV_SUBQUOTE|(ap&&ap->fixed?NV_FARRAY:0)); in scope()
172 cp = nv_endsubscript(np,sub,NV_ADD|NV_SUBQUOTE); in scope()
266 str = nv_endsubscript((Namval_t*)0,cp=str,NV_SUBQUOTE)-1; in arith()
H A Darray.c1507 if(c=='\\' && (!(mode&NV_SUBQUOTE) || (c=cp[1])=='[' || c==']' || c=='\\' || c=='*' || c=='@')) in nv_endsubscript()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dname.h153 #define NV_SUBQUOTE (NV_ADD<<1) /* used with nv_endsubscript */ macro