Home | History | Annotate | Download | only in config

Lines Matching refs:p_start

1029   char *p_start;
1032 p_start = strchr (name, '(');
1033 if (p_start == NULL)
1036 p_end = strchr (p_start, ')');
1044 *fn_name_p = enter_opname_n (name, p_start - name);
1045 *arg_name_p = enter_opname_n (p_start + 1, p_end - p_start - 1);