Home
last modified time | relevance | path

Searched refs:file_ptrs (Results 1 – 1 of 1) 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() argument
379 struct output **file_ptrs; in get_openfile()
389 for (p=*file_ptrs; p; p=p->link)
416 p->link = *file_ptrs;
417 *file_ptrs = p;