Glossary

accelerator

An OSF/Motif shortcut for choosing a selection from the menu bar or from a pull-down menu. An accelerator for a menu item is indicated by name after the menu item name. Unlike a mnemonic, an accelerator can invoke a command when the name of the command is not visible.

action list

Glossary

A series of debugger commands that is associated with a speci￿c breakpoint, intercept, watchpoint, or trace request. The debugger executes an action list after executing up to the breakpoint, encountering a program event, detecting a change in the watched value, or encountering a trace request.

activation

An instance of a block or variable created by the recursive invocation of a procedure or by multiple instances of a procedure in a multi-threaded application.

alias macro See macro.

Alt

A key that, when used in combination with a mnemonic, opens a menu

corresponding to a name on the menu bar. On a keyboard, the key may be

4ALT5, 4Meta5, or 4Extend char5.

ancestor

C and C++ only. Any function up the call c hain from the curren t function. Ancestors include functions that either directly or indirectly call the current function.

Glossary-1