Lines Matching refs:max_pos
1689 tre_ast_node_t **copy, int *max_pos)
1753 if (pos > *max_pos)
1754 *max_pos = pos;
1842 int max_pos = 0;
1868 if (lit->position > max_pos)
1869 max_pos = lit->position;
1935 &max_pos);
1951 &pos_add, NULL, &seq2, &max_pos);
1965 &pos_add, NULL, ©, &max_pos);
2009 /* `max_pos' should never be larger than `*position' if the above
2013 if (max_pos > *position)
2014 *position = max_pos;