Searched refs:NV_SUBQUOTE (Results 1 – 3 of 3) sorted by relevance
108 nv_endsubscript(np,sub,NV_ADD|NV_SUBQUOTE); in scope()156 str = nv_endsubscript((Namval_t*)0,cp=str,NV_SUBQUOTE)-1; in arith()
1074 if(c=='\\' && (!(mode&NV_SUBQUOTE) || (c=cp[1])=='[' || c==']' || c=='\\' || c=='*' || c=='@')) in nv_endsubscript()
141 #define NV_SUBQUOTE (NV_ADD<<1) /* used with nv_endsubscript */ macro