=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/cmd.h,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -c -r1.1.1.2 -r1.1.1.3 *** src/usr.bin/less/cmd.h 2003/04/13 18:21:21 1.1.1.2 --- src/usr.bin/less/cmd.h 2011/09/16 17:47:01 1.1.1.3 *************** *** 1,5 **** /* ! * Copyright (C) 1984-2002 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. --- 1,5 ---- /* ! * Copyright (C) 1984-2011 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. *************** *** 65,70 **** --- 65,71 ---- #define A_REMOVE_FILE 52 #define A_NEXT_TAG 53 #define A_PREV_TAG 54 + #define A_FILTER 55 #define A_INVALID 100 #define A_NOACTION 101 *************** *** 97,102 **** --- 98,104 ---- #define EC_F_COMPLETE 17 #define EC_B_COMPLETE 18 #define EC_LITERAL 19 + #define EC_ABORT 20 #define EC_NOACTION 101 #define EC_UINVALID 102