Searched refs:match_pattern (Results 1 – 2 of 2) sorted by relevance
221 static PATTERN match_pattern; variable330 match_pattern.expression = (uchar_t *)expression; in egrepinit()331 match_pattern.cmap = char_map[iflag]; in egrepinit()333 dogre(&match_pattern); in egrepinit()336 PATTERN *p = match_pattern; in egrepinit()1734 matched = pattern_match(&match_pattern, ¤t); in execute()1738 get_ncount(¤t, match_pattern.loc1); in execute()1739 get_line(¤t, match_pattern.loc2); in execute()
1008 char **match_pattern; /* pointer to pattern */ member1146 mlp->match_pattern = rvp;1182 mlp->match_pattern = rvp;1190 mlp->match_pattern = rvp;1250 rvp = mlp->match_pattern;