Nicholas Nethercote 1b3fc585cb Rename some name variables as ident.
It bugs me when variables of type `Ident` are called `name`. It leads to
silly things like `name.name`. `Ident` variables should be called
`ident`, and `name` should be used for variables of type `Symbol`.

This commit improves things by by doing `s/name/ident/` on a bunch of
`Ident` variables. Not all of them, but a decent chunk.
2025-04-10 09:30:55 +10:00
..
2025-04-02 06:20:35 +11:00
2025-04-10 09:30:55 +10:00
2025-04-04 09:44:19 +02:00
2025-04-10 09:30:55 +10:00