Searched refs:EDIT_FILE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dedit_file.h29 } EDIT_FILE; typedef in typeref:struct:__anon11876
33 extern EDIT_FILE *edit_file_open(const char *, int, mode_t);
34 extern int edit_file_close(EDIT_FILE *);
35 extern void edit_file_cleanup(EDIT_FILE *);
H A Dedit_file.c15 /* } EDIT_FILE;
17 /* EDIT_FILE *edit_file_open(original_path, output_flags, output_mode)
23 /* EDIT_FILE *edit_file;
26 /* EDIT_FILE *edit_file;
49 /* \fBtmp_fp\fR member of the EDIT_FILE data structure. This
72 /* made available via the \fBtmp_path\fR member of the EDIT_FILE
102 /* pathname is not available via the EDIT_FILE data structure,
175 (ep) = (EDIT_FILE *) mymalloc(sizeof(EDIT_FILE)); \
190 EDIT_FILE *edit_file_ope
[all...]
/macosx-10.9.5/postfix-252/postfix/src/postconf/
H A Dpostconf_edit.c66 EDIT_FILE *ep;
/macosx-10.9.5/vim-53/src/
H A Dmain.c94 #define EDIT_FILE 1 /* file name argument[s] given, use argument list */ macro
2322 if (parmp->edit_type != EDIT_NONE && parmp->edit_type != EDIT_FILE)
2324 parmp->edit_type = EDIT_FILE;

Completed in 81 milliseconds