Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:stringp

2127 /* Check for a function invocation in *STRINGP.  *STRINGP points at the
2130 *STRINGP past the reference and returning nonzero. If not, return zero. */
2133 handle_function (char **op, char **stringp)
2136 char openparen = (*stringp)[0];
2145 beg = *stringp + 1;
2175 *stringp = end;