Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ed/
H A Ded.c300 static int eopen(char *, int);
715 if ((io = eopen(file, O_RDONLY)) < 0) { in commands()
794 io = eopen(file, O_WRONLY); in commands()
2644 eopen(char *string, int rw) in eopen() function