Searched refs:conditional_line (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | read.c | 133 static int conditional_line PARAMS ((char *line, int len, const struct floc *flocp)); 619 int i = conditional_line (p, len, fstart); in eval() 1430 conditional_line (char *line, int len, const struct floc *flocp) in conditional_line() function 1514 || conditional_line (line, len, flocp) < 0) in conditional_line()
|
D | ChangeLog | 743 "else", etc.) down into the conditional_line() function. 744 (conditional_line): Rework to allow "else if..." clause. New 749 is extra text after the else, invoke conditional_line() 1491 * read.c (conditional_line): Expand the text after ifn?def before 1932 (conditional_line): Ditto for "ifdef". Fixes bug #103.
|