Home
last modified time | relevance | path

Searched refs:SaveHistory (Results 1 – 25 of 113) sorted by relevance

12345

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dperhist.h58 virtual HRESULT WINAPI SaveHistory(IStream *pStream) = 0;
70 HRESULT (WINAPI *SaveHistory)(IPersistHistory *This,IStream *pStream);
84 #define IPersistHistory_SaveHistory(This,pStream) (This)->lpVtbl->SaveHistory(This,pStream)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dperhist.h58 virtual HRESULT WINAPI SaveHistory(IStream *pStream) = 0;
70 HRESULT (WINAPI *SaveHistory)(IPersistHistory *This,IStream *pStream);
84 #define IPersistHistory_SaveHistory(This,pStream) (This)->lpVtbl->SaveHistory(This,pStream)
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTest/
H A DBRepTest_HistoryCommands.cxx30 static Standard_Integer SaveHistory (Draw_Interpretor&, Standard_Integer, const char**);
57 __FILE__, SaveHistory , group); in HistoryCommands()
103 Standard_Integer SaveHistory(Draw_Interpretor& theDI, in SaveHistory() function
/dports/ftp/ncftp3/ncftp-3.2.6/ncftp/
H A Dreadln.h28 void SaveHistory(void);
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DConsole.h71 virtual void SaveHistory() = 0;
/dports/net/evans/evans-0.9.1/vendor/github.com/chzyer/readline/example/readline-multiline/
H A Dreadline-multiline.go38 rl.SaveHistory(cmd)
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/github.com/chzyer/readline/readline-2972be24d48e/example/readline-multiline/
H A Dreadline-multiline.go38 rl.SaveHistory(cmd)
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/chzyer/readline/example/readline-multiline/
H A Dreadline-multiline.go38 rl.SaveHistory(cmd)
/dports/devel/awless/awless-0.1.11/vendor/github.com/chzyer/readline/example/readline-multiline/
H A Dreadline-multiline.go38 rl.SaveHistory(cmd)
/dports/sysutils/gomi/gomi-1.1.1/vendor/github.com/chzyer/readline/example/readline-multiline/
H A Dreadline-multiline.go38 rl.SaveHistory(cmd)
/dports/security/gopass/gopass-1.13.0/vendor/github.com/chzyer/readline/example/readline-multiline/
H A Dreadline-multiline.go38 rl.SaveHistory(cmd)
/dports/devel/taskctl/taskctl-1.4.2/vendor/github.com/chzyer/readline/example/readline-multiline/
H A Dreadline-multiline.go38 rl.SaveHistory(cmd)
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/chzyer/readline/example/readline-multiline/
H A Dreadline-multiline.go38 rl.SaveHistory(cmd)
/dports/misc/fq/fq-0.0.2/vendor/github.com/wader/readline/example/readline-multiline/
H A Dreadline-multiline.go38 rl.SaveHistory(cmd)
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/vendor/github.com/chzyer/readline/example/readline-multiline/
H A Dreadline-multiline.go38 rl.SaveHistory(cmd)
/dports/devel/pprof/pprof-acf8798/vendor/github.com/chzyer/readline/example/readline-multiline/
H A Dreadline-multiline.go38 rl.SaveHistory(cmd)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/chzyer/readline/example/readline-multiline/
H A Dreadline-multiline.go38 rl.SaveHistory(cmd)
/dports/editors/fte/fte/src/
H A Dc_history.h25 int SaveHistory(const char *FileName);
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/scripting/kicad_pyshell/
H A D__init__.py189 self.SaveHistory()
197 def SaveHistory(self): member in KiCadPyShell
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/include/
H A Dcharacter.h132 void SaveHistory();
151 void SaveHistory(CFile &file); /// Save generated history data for the character
/dports/math/ngraph/Ngraph-6.3.54-src/x11/
H A Dx11commn.h64 void SaveHistory();
/dports/misc/ytree/ytree-2.03/
H A Dquit.c153 SaveHistory(path); in Quit()
/dports/devel/taskctl/taskctl-1.4.2/vendor/github.com/chzyer/readline/
H A Dreadline.go263 func (i *Instance) SaveHistory(content string) error { func
264 return i.Operation.SaveHistory(content)
/dports/net/evans/evans-0.9.1/vendor/github.com/chzyer/readline/
H A Dreadline.go263 func (i *Instance) SaveHistory(content string) error { func
264 return i.Operation.SaveHistory(content)
/dports/x11-wm/fvwm3/fvwm3-1.0.4/bin/FvwmPrompt/vendor/github.com/abiosoft/readline/
H A Dreadline.go263 func (i *Instance) SaveHistory(content string) error { func
264 return i.Operation.SaveHistory(content)

12345