Searched refs:file_format (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dvms-misc.c211 On the first call (file_format == FF_UNKNOWN) we check if
248 PRIV (file_format) = FF_VAX;
261 switch (PRIV (file_format))
302 if (PRIV (file_format) == FF_UNKNOWN)
307 PRIV (file_format) = FF_FOREIGN; /* Y: foreign environment. */
312 PRIV (file_format) = FF_NATIVE; /* N: native environment. */
H A Dvms.h575 enum file_format_enum file_format; member in struct:vms_private_data_struct
H A Dvms.c66 PRIV (file_format) = FF_UNKNOWN;
/macosx-10.10/nano-12/src/
H A Dnano.h154 } file_format; typedef in typeref:enum:__anon11185
273 file_format fmt;
/macosx-10.10/vim-55/runtime/syntax/
H A Delinks.vim28 syn keyword elinksOptions file_format
H A Dexim.vim42 syn keyword eximKeyword allow_fifo allow_symlink batch batch_max bsmtp bsmtp_helo check_group check_owner check_string create_directory create_file current_directory directory directory_mode escape_string file file_format file_must_exist from_hack group lock_fcntl_timeout lock_interval lock_retries lockfile_mode lockfile_timeout maildir_format maildir_retries maildir_tag mailstore_format mailstore_prefix mailstore_suffix mbx_format mode mode_fail_narrower notify_comsat prefix quota quota_filecount quota_is_inclusive quota_size_regex quota_warn_message quota_warn_threshold require_lockfile retry_use_local_part suffix use_crlf use_fcntl_lock use_lockfile use_mbx_lock user
/macosx-10.10/emacs-93/emacs/src/
H A Dbuffer.h683 Lisp_Object file_format;
677 Lisp_Object file_format; member in struct:buffer
H A Dbuffer.c708 b->file_format = Qnil;
5060 buffer_defaults.file_format = Qnil;
5122 XSETINT (buffer_local_flags.file_format, -1);
6001 DEFVAR_PER_BUFFER ("buffer-file-format", &current_buffer->file_format, Qnil,
H A Dfileio.c5455 p = current_buffer->file_format;
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9341 u8 file_format; /* Schema format version for this file */ member in struct:Schema
60868 sqlite3VdbeSerialType(Mem *pMem, int file_format) argument
60992 sqlite3VdbeSerialPut(u8 *buf, int nBuf, Mem *pMem, int file_format) argument
63787 int file_format; /* File format to use for encoding */ member in struct:vdbeExecUnion::OP_MakeRecord_stack_vars
[all...]

Completed in 529 milliseconds