Searched refs:nopat (Results 1 – 2 of 2) sorted by relevance
2269 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()
2111 register int c,n,nopat,len; in mac_copy() local2113 nopat = (mp->quote||mp->assign==1||mp->arith); in mac_copy()2124 else if(mp->pattern>=2 || (mp->pattern && nopat)) in mac_copy()2139 if(nopat&&(c==S_PAT||c==S_ESC||c==S_BRACT||c==S_ENDCH) && mp->pattern!=3) in mac_copy()