{
{    The purpose of this request is to search the program library list for a
{ command name and return the command dictionary item and some additional
{ information about the library on which the command was found.
{
{       LOP$FIND_COMMAND_IN_PROGRAM (COMMAND_NAME, COMMAND_DICTIONARY_ITEM,
{             LIBRARY, LIBRARY_NAME, LIBRARY_RINGS, LIBRARY_PRIVILEGE, STATUS)
{
{ COMMAND_NAME: (input)  This parameter specifies the name of the command to be
{       found.
{
{ COMMAND_DICTIONARY_ITEM: (output)  This parameter specifies the command
{       dictionary item from the library for the command.
{
{ LIBRARY: (output)  This parameter specifies the sequence pointer for the
{       library file on which the command was found.
{
{ LIBRARY_NAME: (output)  This parameter specifies the name of the library file
{       on which the command was found.
{
{ LIBRARY_RINGS: (output)  This parameter specifies the ring brackets of the
{       library file on which the command was found.
{
{ LIBRARY_PRIVILEGE: (output)  This parameter specifies the privilege of the
{       library file on which the command was found.  Currently, this is always
{       'OBJECT'.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             lle$entry_point_not_found
{             lle$bad_library_member_header
{             lle$bad_program_header_ptr
{             lle$bad_scl_header_ptr
{             lle$bad_entry_dictionary_ptr
{             lle$library_header_missing
{             lle$wrong_library_version
{
