~ubuntu-branches/ubuntu/natty/ncurses/natty

« back to all changes in this revision

Viewing changes to doc/html/man/menu_requestname.3x.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-17 09:00:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517090042-86fgxrr6j5jzagot
Tags: 5.6-0ubuntu1
* New upstream version.
  - Remove patches applied upstream: ncurses.upstream, signed-chars.
  - Update patches: debian-backspace.
* Build-depend on g++-multilib instead of lib{32,64}c*-dev-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!-- 
3
3
  * t
4
4
  ****************************************************************************
5
 
  * Copyright (c) 1998 Free Software Foundation, Inc.                        *
 
5
  * Copyright (c) 1998,2006 Free Software Foundation, Inc.                   *
6
6
  *                                                                          *
7
7
  * Permission is hereby granted, free of charge, to any person obtaining a  *
8
8
  * copy of this software and associated documentation files (the            *
28
28
  * sale, use or other dealings in this Software without prior written       *
29
29
  * authorization.                                                           *
30
30
  ****************************************************************************
31
 
  * @Id: menu_requestname.3x,v 1.6 1998/11/29 01:10:40 Rick.Ohnemus Exp @
 
31
  * @Id: menu_requestname.3x,v 1.7 2006/11/04 17:56:09 tom Exp @
32
32
-->
33
33
<HTML>
34
34
<HEAD>
64
64
       of a menu request code.
65
65
       The function <STRONG>menu_request_by_name</STRONG> searches in the name-ta-
66
66
       ble  for  a  request  with  the given name and returns its
67
 
       request code. Otherwise E_NO_MATCH is returned.
 
67
       request code.  Otherwise E_NO_MATCH is returned.
68
68
 
69
69
 
70
70
</PRE>
71
71
<H2>RETURN VALUE</H2><PRE>
72
72
       <STRONG>menu_request_name</STRONG> returns <STRONG>NULL</STRONG> on error and sets errno  to
73
73
       <STRONG>E_BAD_ARGUMENT</STRONG>.
74
 
       <STRONG>menu_request_by_name</STRONG> returns <STRONG>E_NO_MATCH</STRONG> on error.
 
74
       <STRONG>menu_request_by_name</STRONG> returns <STRONG>E_NO_MATCH</STRONG> on error.  It does
 
75
       not set errno.
75
76
 
76
77
 
77
78
</PRE>
87
88
 
88
89
</PRE>
89
90
<H2>PORTABILITY</H2><PRE>
90
 
       These routines are specific to  ncurses.   They  were  not
91
 
       supported  on  Version 7, BSD or System V implementations.
92
 
       It is recommended that any code depending on them be  con-
 
91
       These  routines  are  specific  to ncurses.  They were not
 
92
       supported on Version 7, BSD or System  V  implementations.
 
93
       It  is recommended that any code depending on them be con-
93
94
       ditioned using NCURSES_VERSION.
94
95
 
95
96
 
96
97
</PRE>
97
98
<H2>AUTHORS</H2><PRE>
98
 
       Juergen  Pfeifer.   Manual  pages  and  adaptation for new
 
99
       Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
99
100
       curses by Eric S. Raymond.
100
101
 
101
102