OPEN-FILE ON OR
OPEN-FILE ( str-adr str-len mode -- file code )  
ansi 11.6.1.1970 <FILE>
open the named file with mode. returns the file id and a status code. A code of zero means success.

reference: p4_open_file in ../src/file.c:0163, export CO OPEN-FILE