Searched refs:editor (Results 1 - 25 of 35) sorted by relevance

12

/haiku-fatelf/src/apps/diskprobe/
H A DTypeEditors.h17 uint32 flags, DataEditor& editor);
27 extern TypeEditorView* GetTypeEditorFor(BRect rect, DataEditor& editor);
30 DataEditor& editor);
H A DTypeEditors.cpp45 StringEditor(BRect rect, DataEditor& editor);
63 MimeTypeEditor(BRect rect, DataEditor& editor);
82 NumberEditor(BRect rect, DataEditor& editor);
104 BooleanEditor(BRect rect, DataEditor& editor);
123 ImageView(BRect rect, DataEditor &editor);
142 MessageView(BRect rect, DataEditor& editor);
163 uint32 resizingMode, uint32 flags, DataEditor& editor)
165 fEditor(editor)
197 StringEditor::StringEditor(BRect rect, DataEditor& editor) argument
198 : TypeEditorView(rect, B_TRANSLATE("String editor"), B_FOLLOW_AL
162 TypeEditorView(BRect rect, const char *name, uint32 resizingMode, uint32 flags, DataEditor& editor) argument
281 MimeTypeEditor(BRect rect, DataEditor& editor) argument
372 NumberEditor(BRect rect, DataEditor &editor) argument
748 BooleanEditor(BRect rect, DataEditor &editor) argument
845 ImageView(BRect rect, DataEditor &editor) argument
1137 MessageView(BRect rect, DataEditor &editor) argument
1318 GetTypeEditorFor(BRect rect, DataEditor& editor) argument
1378 GetTypeEditorAt(int32 index, BRect rect, DataEditor& editor) argument
[all...]
H A DProbeView.cpp120 HeaderView(BRect frame, const entry_ref *ref, DataEditor &editor);
180 EditorLooper(const char *name, DataEditor &editor, BMessenger messenger);
200 DataEditor& editor, int32 resizingMode);
472 HeaderView::HeaderView(BRect frame, const entry_ref *ref, DataEditor &editor) argument
474 fAttribute(editor.Attribute()),
475 fFileSize(editor.FileSize()),
476 fBlockSize(editor.BlockSize()),
484 fIconView = new IconView(BRect(10, 10, 41, 41), ref, editor.IsDevice());
503 B_EMPTY_STRING, editor.IsAttribute()
505 : editor
1001 EditorLooper(const char *name, DataEditor &editor, BMessenger target) argument
1131 TypeView(BRect rect, const char* name, int32 index, DataEditor& editor, int32 resizingMode) argument
[all...]
H A DDataEditor.cpp38 StateWatcher(DataEditor &editor);
149 StateWatcher::StateWatcher(DataEditor &editor) argument
151 fEditor(editor)
153 fCouldUndo = editor.CanUndo();
154 fCouldRedo = editor.CanRedo();
155 fWasModified = editor.IsModified();
386 DataEditor::DataEditor(const DataEditor &editor) argument
/haiku-fatelf/src/kits/storage/disk_device/
H A DPartitioningDialog.h24 status_t Go(BDiskScannerParameterEditor *editor, bool *cancelled);
27 status_t _Init(BDiskScannerParameterEditor *editor);
H A DPartitioningDialog.cpp88 PartitioningDialog::Go(BDiskScannerParameterEditor *editor, bool *_cancelled) argument
90 status_t error = _Init(editor);
116 PartitioningDialog::_Init(BDiskScannerParameterEditor *editor) argument
118 status_t error = (editor ? B_OK : B_BAD_VALUE);
119 // set the parameter editor and view
121 fEditor = editor;
122 fEditorView = editor->View();
168 // set location of the editor view
H A DDiskSystemAddOn.cpp57 BPartitionParameterEditor** editor)
303 BPartitionHandle::GetContentParameterEditor(BPartitionParameterEditor** editor) argument
312 BPartitionParameterEditor** editor)
56 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
311 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
H A DPartitionDelegate.h76 BPartitionParameterEditor** editor) const;
/haiku-fatelf/src/add-ons/disk_systems/gpt/
H A DGPTDiskAddOn.h25 BPartitionParameterEditor** editor);
H A DGPTPartitionHandle.h35 BPartitionParameterEditor** editor);
H A DGPTDiskAddOn.cpp104 const BMutablePartition* partition, BPartitionParameterEditor** editor)
107 *editor = NULL;
103 GetInitializationParameterEditor( const BMutablePartition* partition, BPartitionParameterEditor** editor) argument
H A DGPTPartitionHandle.cpp146 BPartitionParameterEditor** editor)
148 *editor = NULL;
151 *editor = new BPartitionParameterEditor();
145 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
/haiku-fatelf/src/add-ons/disk_systems/intel/
H A DPartitionMapAddOn.h26 BPartitionParameterEditor** editor);
57 BPartitionParameterEditor** editor);
H A DExtendedPartitionAddOn.h54 BPartitionParameterEditor** editor);
H A DPartitionMapAddOn.cpp102 const BMutablePartition* partition, BPartitionParameterEditor** editor)
105 *editor = NULL;
308 BPartitionParameterEditor** editor)
310 *editor = NULL;
313 *editor = new PrimaryPartitionEditor();
101 GetInitializationParameterEditor( const BMutablePartition* partition, BPartitionParameterEditor** editor) argument
307 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
/haiku-fatelf/src/bin/bash/support/
H A Dbashbug.sh84 Bashbug will start up your editor (as defined by the shell's
89 If you invoke bashbug by accident, just quit your editor without
123 if [ -x /usr/bin/editor ]; then
124 DEFEDITOR=editor
142 echo "$0: No default editor found: attempting to use vi" >&2
205 trap '' 2 # ignore interrupts while in editor
213 echo "$0: editor \`$EDITOR' exited with nonzero status."
216 echo "$0: type \`n' to re-enter the editor."
236 echo "$0: type \`n' to re-enter the editor."
244 echo "$0: The editor wil
[all...]
/haiku-fatelf/src/bin/less/
H A Dmain.c44 public char * editor; variable
165 editor = lgetenv("VISUAL");
166 if (editor == NULL || *editor == '\0')
168 editor = lgetenv("EDITOR");
169 if (editor == NULL || *editor == '\0')
170 editor = EDIT_PGM;
H A Dprompt.c36 extern char *editor;
301 ap_str(editor);
/haiku-fatelf/src/add-ons/disk_systems/ntfs/
H A DNTFSAddOn.cpp130 BPartitionParameterEditor** editor)
132 *editor = NULL;
135 *editor = new InitializeNTFSEditor();
129 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
H A DNTFSAddOn.h28 BPartitionParameterEditor** editor);
/haiku-fatelf/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.h21 BPartitionParameterEditor** editor);
H A DBFSAddOn.cpp176 BPartitionParameterEditor** editor)
178 *editor = NULL;
181 *editor = new InitializeBFSEditor();
175 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
/haiku-fatelf/headers/private/storage/
H A DDiskSystemAddOn.h44 BPartitionParameterEditor** editor);
111 BPartitionParameterEditor** editor);
124 BPartitionParameterEditor** editor);
/haiku-fatelf/src/libs/util/
H A Dpw_util.c298 const char *editor; local
301 if ((editor = getenv("EDITOR")) == NULL)
302 editor = _PATH_VI;
325 execlp(editor, basename(editor), tempname, (char *)NULL);
/haiku-fatelf/src/libs/edit/
H A Dmap.c935 * Free the space taken by the editor maps
1077 * Set the editor
1080 map_set_editor(EditLine *el, char *editor) argument
1083 if (strcmp(editor, "emacs") == 0) {
1087 if (strcmp(editor, "vi") == 0) {
1096 * Retrieve the editor
1099 map_get_editor(EditLine *el, const char **editor) argument
1102 if (editor == NULL)
1106 *editor = "emacs";
1109 *editor
[all...]

Completed in 243 milliseconds

12