Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include
File: eti.h
/****************************************************************************
[0] Fix | Delete
* Copyright (c) 1998-2002,2003 Free Software Foundation, Inc. *
[1] Fix | Delete
* *
[2] Fix | Delete
* Permission is hereby granted, free of charge, to any person obtaining a *
[3] Fix | Delete
* copy of this software and associated documentation files (the *
[4] Fix | Delete
* "Software"), to deal in the Software without restriction, including *
[5] Fix | Delete
* without limitation the rights to use, copy, modify, merge, publish, *
[6] Fix | Delete
* distribute, distribute with modifications, sublicense, and/or sell *
[7] Fix | Delete
* copies of the Software, and to permit persons to whom the Software is *
[8] Fix | Delete
* furnished to do so, subject to the following conditions: *
[9] Fix | Delete
* *
[10] Fix | Delete
* The above copyright notice and this permission notice shall be included *
[11] Fix | Delete
* in all copies or substantial portions of the Software. *
[12] Fix | Delete
* *
[13] Fix | Delete
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS *
[14] Fix | Delete
* OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF *
[15] Fix | Delete
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. *
[16] Fix | Delete
* IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, *
[17] Fix | Delete
* DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR *
[18] Fix | Delete
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR *
[19] Fix | Delete
* THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
[20] Fix | Delete
* *
[21] Fix | Delete
* Except as contained in this notice, the name(s) of the above copyright *
[22] Fix | Delete
* holders shall not be used in advertising or otherwise to promote the *
[23] Fix | Delete
* sale, use or other dealings in this Software without prior written *
[24] Fix | Delete
* authorization. *
[25] Fix | Delete
****************************************************************************/
[26] Fix | Delete
[27] Fix | Delete
/****************************************************************************
[28] Fix | Delete
* Author: Juergen Pfeifer, 1995,1997 *
[29] Fix | Delete
****************************************************************************/
[30] Fix | Delete
[31] Fix | Delete
/* $Id: eti.h,v 1.8 2003/10/25 15:24:29 tom Exp $ */
[32] Fix | Delete
[33] Fix | Delete
#ifndef NCURSES_ETI_H_incl
[34] Fix | Delete
#define NCURSES_ETI_H_incl 1
[35] Fix | Delete
[36] Fix | Delete
#define E_OK (0)
[37] Fix | Delete
#define E_SYSTEM_ERROR (-1)
[38] Fix | Delete
#define E_BAD_ARGUMENT (-2)
[39] Fix | Delete
#define E_POSTED (-3)
[40] Fix | Delete
#define E_CONNECTED (-4)
[41] Fix | Delete
#define E_BAD_STATE (-5)
[42] Fix | Delete
#define E_NO_ROOM (-6)
[43] Fix | Delete
#define E_NOT_POSTED (-7)
[44] Fix | Delete
#define E_UNKNOWN_COMMAND (-8)
[45] Fix | Delete
#define E_NO_MATCH (-9)
[46] Fix | Delete
#define E_NOT_SELECTABLE (-10)
[47] Fix | Delete
#define E_NOT_CONNECTED (-11)
[48] Fix | Delete
#define E_REQUEST_DENIED (-12)
[49] Fix | Delete
#define E_INVALID_FIELD (-13)
[50] Fix | Delete
#define E_CURRENT (-14)
[51] Fix | Delete
[52] Fix | Delete
#endif
[53] Fix | Delete
[54] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function