]> git.lizzy.rs Git - plan9front.git/commit
rc: implement $"x in terms of Xdol() and new Xqw() instruction
authorcinap_lenrek <cinap_lenrek@felloff.net>
Sun, 18 Nov 2018 03:56:48 +0000 (04:56 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Sun, 18 Nov 2018 03:56:48 +0000 (04:56 +0100)
commitb6251bff913972b5dfb421813fe97a5bfff3627f
tree178e82fd271108762b93be4797d77df6d26abb72
parent196da4ec6f429683a351312d1f0bcb05847e7f89
rc: implement $"x in terms of Xdol() and new Xqw() instruction

to get $"1 right, remove Xqdol() and instead implement it in
terms of Xdol() instruction and use the new Xqw() instruction
to quote the resulting list.
sys/src/cmd/rc/code.c
sys/src/cmd/rc/exec.c
sys/src/cmd/rc/exec.h
sys/src/cmd/rc/pfnc.c