Home
last modified time | relevance | path

Searched refs:InsertCommand (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lld/ELF/
DLinkerScript.h229 struct InsertCommand { struct
344 std::vector<InsertCommand> insertCommands;
DLinkerScript.cpp254 for (const InsertCommand &cmd : insertCommands) { in processInsertCommands()
/external/adhd/scripts/
Dini_editor.py566 self.InsertCommand(ini)
590 def InsertCommand(self, ini): member in IniEditor
/external/python/cpython2/Lib/idlelib/
DUndoDelegator.py81 self.addcmd(InsertCommand(index, chars, tags))
206 class InsertCommand(Command): class
/external/python/cpython3/Lib/idlelib/
Dundo.py83 self.addcmd(InsertCommand(index, chars, tags))
207 class InsertCommand(Command): class