Searched refs:default_format (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | OptionValueFormatEntity.cpp | 18 OptionValueFormatEntity::OptionValueFormatEntity(const char *default_format) { in OptionValueFormatEntity() argument 19 if (default_format && default_format[0]) { in OptionValueFormatEntity() 20 llvm::StringRef default_format_str(default_format); in OptionValueFormatEntity() 23 m_default_format = default_format; in OptionValueFormatEntity() 24 m_current_format = default_format; in OptionValueFormatEntity()
|
| H A D | OptionGroupFormat.cpp | 35 lldb::Format default_format, uint64_t default_byte_size, in OptionGroupFormat() argument 37 : m_format(default_format, default_format), in OptionGroupFormat()
|
| /openbsd-src/usr.bin/seq/ |
| H A D | seq.c | 55 static char default_format[] = { "%g" }; /* default */ variable 375 return default_format; in generate_format()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | OptionValueFormatEntity.h | 20 OptionValueFormatEntity(const char *default_format);
|
| H A D | OptionGroupFormat.h | 32 lldb::Format default_format,
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | window-client.c | 69 .default_format = WINDOW_CLIENT_DEFAULT_FORMAT,
|
| H A D | window-buffer.c | 73 .default_format = WINDOW_BUFFER_DEFAULT_FORMAT,
|
| H A D | window-tree.c | 89 .default_format = WINDOW_TREE_DEFAULT_FORMAT,
|
| H A D | format.c | 2742 return (xstrdup(window_buffer_mode.default_format)); 2749 return (xstrdup(window_client_mode.default_format)); 2756 return (xstrdup(window_tree_mode.default_format));
|
| H A D | window-customize.c | 60 .default_format = WINDOW_CUSTOMIZE_DEFAULT_FORMAT,
|
| H A D | tmux.h | 1045 const char *default_format; 977 const char *default_format; global() member
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | libaout.h | 388 default_format = 0, enumerator
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | libaout.h | 389 default_format = 0, enumerator
|