{
{    The purpose of this request is to search the program library list for a
{ function name and return the function dictionary item and some additional
{ information about the library on which the function was found.
{
{       LOP$FIND_FUNCTION_IN_PROGRAM (FUNCTION_NAME, FUNCTION_DICTIONARY_ITEM,
{             LIBRARY, LIBRARY_NAME, LIBRARY_RINGS, STATUS)
{
{ FUNCTION_NAME: (input)  This parameter specifies the name of the function to
{       be found.
{
{ FUNCTION_DICTIONARY_ITEM: (output)  This parameter specifies the function
{       dictionary item from the library for the function.
{
{ LIBRARY: (output)  This parameter specifies the sequence pointer for the
{       library file on which the function was found.
{
{ LIBRARY_NAME: (output)  This parameter specifies the name of the library file
{       on which the function was found.
{
{ LIBRARY_RINGS: (output)  This parameter specifies the ring brackets of the
{       library file on which the function was found.
{
{ 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
{
