Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c2269 register int c,n,nopat,len; in mac_copy() local
2272 nopat = (mp->quote||(mp->assign==1)||mp->arith); in mac_copy()
2287 else if(mp->pattern>=2 || (mp->pattern && nopat) || mp->assign==3) in mac_copy()
2306 nopat = 0; in mac_copy()
2311 if(nopat&&(c==S_PAT||c==S_ESC||c==S_BRACT||c==S_ENDCH) && mp->pattern!=3) in mac_copy()