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

Lines Matching defs:beg

248 	    register char *beg = p + 1;
265 end = strchr (beg, closeparen);
269 p1 = lindex (beg, end, '$');
272 /* BEG now points past the opening paren or brace.
275 for (p = beg; *p != '\0'; ++p)
287 beg = expand_argument (beg, p); /* Expand the name. */
288 free_beg = 1; /* Remember to free BEG when finished. */
289 end = strchr (beg, '\0');
302 colon = lindex (beg, end, ':');
322 v = lookup_variable (beg, colon - beg);
324 warn_undefined (beg, colon - beg);
378 o = reference_variable (o, beg, end - beg);
381 free (beg);