HomeSort by: relevance | last modified time | path
    Searched defs:substructure (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
dwarf-mode.el 86 (defun dwarf-do-insert-substructure (new-depth die)
101 (defun dwarf-insert-substructure-button (die)
106 (dwarf-do-insert-substructure new-depth die)))
108 (defun dwarf-insert-substructure (arg)
118 (dwarf-do-insert-substructure nil die)
119 (dwarf-insert-substructure-button die))))
139 (dwarf-insert-substructure-button die))))
189 "Refresh the current buffer without eliding substructure.
211 (define-key map [(control ?m)] #'dwarf-insert-substructure)
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf-mode.el 86 (defun dwarf-do-insert-substructure (new-depth die)
101 (defun dwarf-insert-substructure-button (die)
106 (dwarf-do-insert-substructure new-depth die)))
108 (defun dwarf-insert-substructure (arg)
118 (dwarf-do-insert-substructure nil die)
119 (dwarf-insert-substructure-button die))))
139 (dwarf-insert-substructure-button die))))
189 "Refresh the current buffer without eliding substructure.
211 (define-key map [(control ?m)] #'dwarf-insert-substructure)

Completed in 20 milliseconds