Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Append to array via (P) flag



On Mar 18, 10:32am, Sebastian Gniazdowski wrote:
}
} 179,629,793  itype_end [/usr/local/bin/zsh-5.3.1-dev-0_O2]
} 
} Wonder what's itype_end and what stringsubst is doing.

itype_end() examines a string to skip over the leading part that looks
like a valid identifier ("i"dentifier"type").  E.g. skipping over the
variable name to find whatever operators follow it.  It's actually used
for several different kinds of identifiers.  See comment in utils.c.



Messages sorted by: Reverse Date, Date, Thread, Author