Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c376 static struct output *get_openfile P_((struct output **file_ptrs, const char *mode, int fail));
378 get_openfile(file_ptrs, mode, fail) in get_openfile() function
653 cmd->outf = get_openfile(&file_write, "w", true);
1257 cur_cmd->x.fp = get_openfile(&file_read, read_mode, false)->fp;
1262 cur_cmd->x.outf = get_openfile(&file_write, "w", true);
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog91 * sed/compile.c (get_openfile): Declare FAIL as int.
404 * sed/compile.c (get_openfile): Change second argument to char
419 * sed/compile.c (get_openfile): Change second argument to char
758 (get_openfile): ... special files are no longer copied to file_read
969 * src/compile.c (get_openfile): New name of get_writefile