Up: GEOS SDK TechDocs | Up | Prev: debug ... | Next: drivewalk ...

delassoc

delassoc <list> <key> [<foundvar> [<elvar>]]

Examples:

"delassoc $val murphy"
Returns $val without the sublist whose first element is the string "murphy."

Deletes an entry from an associative list.

See Also: assoc.

detach

detach [<options>]

Examples:

"detach cont"
continue GEOS and quit swat

Detach swat from the PC.

See Also: attach, quit.

dirs

dirs

Prints the directory stack for the current thread.

See Also: pwd, stdpaths.

discard-state

discard-state

Examples:

"discard-state"
Throw away the values for all the thread's registers as saved by the most recent call to save-state .

Throw away the state saved by the most-recent save-state command.

This is usually only used in response to an error that makes it pointless to return to the point where the save-state was performed.

See Also: save-state, restore-state.

diskwalk

diskwalk <drive>

Examples:

"diskwalk F"
Prints the disks registered in drive F.
"diskwalk"
Prints all the disks registered with the system.

Prints out the information on registered disks.

The Flags column is a string of single-character flags with the following meanings:

w
The disk is writable.
V
The disk is always valid, i.e. it's not removable.
S
The disk is stale. This is set if the drive for the disk has been deleted.
u
The disk is unnamed, so the system has made up a name for it.

See Also: drivewalk.

display

display <lines> <command>
display list
display del <num>

Examples:

"display list"
list all the commands displayed
"display 1 {piv Vis VCNI_viewHeight}"
always display the view height
"display del 2"
delete the second display command

Manipulate the display at the bottom of Swat's screen.

See Also: wtop, wcreate.

dosMem

dosMem

Examples:

"dosMem"

Traverse DOS' chain of memory blocks, providing information about each.

down

down [<frame offset>]

Examples:

"down"
move the frame one frame down the stack
"down 4"
move the frame four frames down the stack

Move the frame down the stack.

See Also: backtrace, up.


Up: GEOS SDK TechDocs | Up | Prev: debug ... | Next: drivewalk ...