Home
last modified time | relevance | path

Searched refs:ebuffer (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dread.c49 struct ebuffer struct
127 static int eval PARAMS ((struct ebuffer *buffer, int flags));
129 static long readline PARAMS ((struct ebuffer *ebuf));
132 struct ebuffer *ebuf));
303 struct ebuffer ebuf; in eval_makefile()
418 struct ebuffer ebuf; in eval_buffer()
454 eval (struct ebuffer *ebuf, int set_default) in eval()
1320 enum variable_origin origin, struct ebuffer *ebuf) in do_define()
2497 readstring (struct ebuffer *ebuf) in readstring()
2540 readline (struct ebuffer *ebuf) in readline()
DChangeLog2223 * read.c (struct ebuffer): Change the linebuffer structure to an
2226 located a makefile into here: create a struct ebuffer with that
2228 ebuffer.
2229 (eval_buffer): Create a new function that creates a struct ebuffer
2231 eval() with that ebuffer.
2234 data to parse from the provided ebuffer. Some modifications to
2237 (do_define): Takes a struct ebuffer instead of a FILE*. Read the
2238 contents of the define/endef variable from the ebuffer.
2239 (readstring): Read the next line from a string-style ebuffer.
2240 (readline): Read the next line from an ebuffer. If it's a string
[all …]