Remove calls to 'y' macro.

This commit is contained in:
Greg Lehey 2003-12-30 02:08:29 +00:00
parent 6d8cac85f7
commit e1e5f8baf2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123983
3 changed files with 0 additions and 6 deletions

View File

@ -231,7 +231,6 @@ end
# pcb <pid>
# show contents of pcb, currently only i386.
define pcb
y
set $nproc = nprocs
set $aproc = allproc.lh_first
set $proc = allproc.lh_first
@ -276,7 +275,6 @@ end
# backtrace for process <pid>. Uses btr (machine dependent) to perform the backtrace.
# may produce nonsense.
define btp
y
set $nproc = nprocs
set $aproc = allproc.lh_first
set $proc = allproc.lh_first

View File

@ -339,7 +339,6 @@ define kernel
end
define kldstat
y
set $kld = linker_files.tqh_first
printf "Id Refs Address Size Name\n"
while ($kld != 0)
@ -354,7 +353,6 @@ document kldstat
end
define kldstat-v
y
set $kld = linker_files.tqh_first
printf "Id Refs Address Size Name\n"
while ($kld != 0)

View File

@ -299,7 +299,6 @@ document rqinfo
Show the Vinum request log buffer like 'vinum info -V'
end
define meminfo
y
printf "Block\t\tTime\t\tSequence\t size\t address\t line\t\tfile\n"
set $i = 0
while $i < malloccount
@ -311,7 +310,6 @@ document meminfo
Equivalent of 'vinum info -v' command
end
define finfo
y
printf "Block\t\tTime\t\tSequence\t size\t address\t line\t\tfile\n"
set $i = lastfree
set $j = 0