|
||||
File indexing completed on 2025-01-18 10:14:28
0001 /****************************************************************** 0002 Copyright 1987 by Apollo Computer Inc., Chelmsford, Massachusetts. 0003 Copyright 1989 by Hewlett-Packard Company. 0004 0005 All Rights Reserved 0006 0007 Permission to use, duplicate, change, and distribute this software and 0008 its documentation for any purpose and without fee is granted, provided 0009 that the above copyright notice appear in such copy and that this 0010 copyright notice appear in all supporting documentation, and that the 0011 names of Apollo Computer Inc., the Hewlett-Packard Company, or the X 0012 Consortium not be used in advertising or publicity pertaining to 0013 distribution of the software without written prior permission. 0014 0015 HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD 0016 TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 0017 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 0018 PURPOSE. Hewlett-Packard shall not be liable for errors 0019 contained herein or direct, indirect, special, incidental or 0020 consequential damages in connection with the furnishing, 0021 performance, or use of this material. 0022 0023 This software is not subject to any license of the American 0024 Telephone and Telegraph Company or of the Regents of the 0025 University of California. 0026 ******************************************************************/ 0027 0028 #define apXK_LineDel 0x1000FF00 0029 #define apXK_CharDel 0x1000FF01 0030 #define apXK_Copy 0x1000FF02 0031 #define apXK_Cut 0x1000FF03 0032 #define apXK_Paste 0x1000FF04 0033 #define apXK_Move 0x1000FF05 0034 #define apXK_Grow 0x1000FF06 0035 #define apXK_Cmd 0x1000FF07 0036 #define apXK_Shell 0x1000FF08 0037 #define apXK_LeftBar 0x1000FF09 0038 #define apXK_RightBar 0x1000FF0A 0039 #define apXK_LeftBox 0x1000FF0B 0040 #define apXK_RightBox 0x1000FF0C 0041 #define apXK_UpBox 0x1000FF0D 0042 #define apXK_DownBox 0x1000FF0E 0043 #define apXK_Pop 0x1000FF0F 0044 #define apXK_Read 0x1000FF10 0045 #define apXK_Edit 0x1000FF11 0046 #define apXK_Save 0x1000FF12 0047 #define apXK_Exit 0x1000FF13 0048 #define apXK_Repeat 0x1000FF14 0049 0050 #define apXK_KP_parenleft 0x1000FFA8 0051 #define apXK_KP_parenright 0x1000FFA9
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |