Searched refs:par_flag (Results 1 – 2 of 2) sorted by relevance
1146 next_sep_el (const char **pstr, int sep, int par_flag) in next_sep_el() argument1163 if (par_flag && *p == '(') in next_sep_el()1165 else if (par_flag && *p == ')') in next_sep_el()1194 n_sep_els (const char *s, int sep, int par_flag) in n_sep_els() argument1203 if (par_flag && *s == '(') in n_sep_els()1205 else if (par_flag && *s == ')') in n_sep_els()
37086 (get_str_vect): Rename `par_flag' to `paren_p'. Add null element