Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/ctwm/dist Remove accidental duplicates of aut...



details:   https://anonhg.NetBSD.org/xsrc/rev/f3fc06ebec98
branches:  trunk
changeset: 10667:f3fc06ebec98
user:      nia <nia%NetBSD.org@localhost>
date:      Sun Apr 11 10:51:49 2021 +0000

description:
Remove accidental duplicates of autogenerated files

diffstat:

 external/mit/ctwm/dist/gram.tab.c |  3423 -------------------------------------
 external/mit/ctwm/dist/gram.tab.h |   198 --
 external/mit/ctwm/dist/lex.c      |  2002 ---------------------
 external/mit/ctwm/dist/lex.l      |   133 -
 4 files changed, 0 insertions(+), 5756 deletions(-)

diffs (truncated from 5772 to 300 lines):

diff -r 3dd2bb5684a0 -r f3fc06ebec98 external/mit/ctwm/dist/gram.tab.c
--- a/external/mit/ctwm/dist/gram.tab.c Sun Apr 11 10:11:57 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3423 +0,0 @@
-/* original parser id follows */
-/* yysccsid[] = "@(#)yaccpar   1.9 (Berkeley) 02/21/93" */
-/* (use YYMAJOR/YYMINOR for ifdefs dependent on parser version) */
-
-#define YYBYACC 1
-#define YYMAJOR 1
-#define YYMINOR 9
-#define YYPATCH 20140409
-
-#define YYEMPTY        (-1)
-#define yyclearin      (yychar = YYEMPTY)
-#define yyerrok        (yyerrflag = 0)
-#define YYRECOVERING() (yyerrflag != 0)
-#define YYENOMEM       (-2)
-#define YYEOF          0
-#define YYPREFIX "yy"
-
-#define YYPURE 0
-
-#line 68 "gram.y"
-#include <stdio.h>
-#include <ctype.h>
-#include "twm.h"
-#include "menus.h"
-#include "icons.h"
-#include "windowbox.h"
-#include "add_window.h"
-#include "list.h"
-#include "util.h"
-#include "screen.h"
-#include "parse.h"
-#include "cursor.h"
-#ifdef VMS
-#  include <decw$include/Xos.h>
-#  include <X11Xmu/CharSet.h>
-#else
-#  include <X11/Xos.h>
-#  include <X11/Xmu/CharSet.h>
-#endif
-
-static char *Action = "";
-static char *Name = "";
-static char *defstring = "default";
-static MenuRoot        *root, *pull = NULL;
-static char *curWorkSpc;
-static char *client, *workspace;
-static MenuItem *lastmenuitem = (MenuItem*) 0;
-
-extern void yyerror(char *s);
-extern void RemoveDQuote(char *str);
-
-static MenuRoot *GetRoot(char *name, char *fore, char *back);
-
-static Bool CheckWarpScreenArg(register char *s);
-static Bool CheckWarpRingArg(register char *s);
-static Bool CheckColormapArg(register char *s);
-static void GotButton(int butt, int func);
-static void GotKey(char *key, int func);
-static void GotTitleButton(char *bitmapname, int func, Bool rightside);
-static char *ptr;
-static name_list **list;
-static int cont = 0;
-static int color;
-Bool donttoggleworkspacemanagerstate = FALSE;
-int mods = 0;
-unsigned int mods_used = (ShiftMask | ControlMask | Mod1Mask);
-
-extern void twmrc_error_prefix(void);
-
-extern int yylex(void);
-extern int yyparse(void);
-#line 121 "gram.y"
-#ifdef YYSTYPE
-#undef  YYSTYPE_IS_DECLARED
-#define YYSTYPE_IS_DECLARED 1
-#endif
-#ifndef YYSTYPE_IS_DECLARED
-#define YYSTYPE_IS_DECLARED 1
-typedef union
-{
-    int num;
-    char *ptr;
-} YYSTYPE;
-#endif /* !YYSTYPE_IS_DECLARED */
-#line 86 "gram.tab.c"
-
-/* compatibility with bison */
-#ifdef YYPARSE_PARAM
-/* compatibility with FreeBSD */
-# ifdef YYPARSE_PARAM_TYPE
-#  define YYPARSE_DECL() yyparse(YYPARSE_PARAM_TYPE YYPARSE_PARAM)
-# else
-#  define YYPARSE_DECL() yyparse(void *YYPARSE_PARAM)
-# endif
-#else
-# define YYPARSE_DECL() yyparse(void)
-#endif
-
-/* Parameters sent to lex. */
-#ifdef YYLEX_PARAM
-# define YYLEX_DECL() yylex(void *YYLEX_PARAM)
-# define YYLEX yylex(YYLEX_PARAM)
-#else
-# define YYLEX_DECL() yylex(void)
-# define YYLEX yylex()
-#endif
-
-/* Parameters sent to yyerror. */
-#ifndef YYERROR_DECL
-#define YYERROR_DECL() yyerror(const char *s)
-#endif
-#ifndef YYERROR_CALL
-#define YYERROR_CALL(msg) yyerror(msg)
-#endif
-
-extern int YYPARSE_DECL();
-
-#define LB 257
-#define RB 258
-#define LP 259
-#define RP 260
-#define MENUS 261
-#define MENU 262
-#define BUTTON 263
-#define DEFAULT_FUNCTION 264
-#define PLUS 265
-#define MINUS 266
-#define ALL 267
-#define OR 268
-#define CURSORS 269
-#define PIXMAPS 270
-#define ICONS 271
-#define COLOR 272
-#define SAVECOLOR 273
-#define MONOCHROME 274
-#define FUNCTION 275
-#define ICONMGR_SHOW 276
-#define ICONMGR 277
-#define ALTER 278
-#define WINDOW_FUNCTION 279
-#define ZOOM 280
-#define ICONMGRS 281
-#define ICONMGR_GEOMETRY 282
-#define ICONMGR_NOSHOW 283
-#define MAKE_TITLE 284
-#define ICONIFY_BY_UNMAPPING 285
-#define DONT_ICONIFY_BY_UNMAPPING 286
-#define NO_BORDER 287
-#define NO_ICON_TITLE 288
-#define NO_TITLE 289
-#define AUTO_RAISE 290
-#define NO_HILITE 291
-#define ICON_REGION 292
-#define WINDOW_REGION 293
-#define META 294
-#define SHIFT 295
-#define LOCK 296
-#define CONTROL 297
-#define WINDOW 298
-#define TITLE 299
-#define ICON 300
-#define ROOT 301
-#define FRAME 302
-#define COLON 303
-#define EQUALS 304
-#define SQUEEZE_TITLE 305
-#define DONT_SQUEEZE_TITLE 306
-#define START_ICONIFIED 307
-#define NO_TITLE_HILITE 308
-#define TITLE_HILITE 309
-#define MOVE 310
-#define RESIZE 311
-#define WAITC 312
-#define SELECT 313
-#define KILL 314
-#define LEFT_TITLEBUTTON 315
-#define RIGHT_TITLEBUTTON 316
-#define NUMBER 317
-#define KEYWORD 318
-#define NKEYWORD 319
-#define CKEYWORD 320
-#define CLKEYWORD 321
-#define FKEYWORD 322
-#define FSKEYWORD 323
-#define SKEYWORD 324
-#define SSKEYWORD 325
-#define DKEYWORD 326
-#define JKEYWORD 327
-#define WINDOW_RING 328
-#define WINDOW_RING_EXCLUDE 329
-#define WARP_CURSOR 330
-#define ERRORTOKEN 331
-#define NO_STACKMODE 332
-#define ALWAYS_ON_TOP 333
-#define WORKSPACE 334
-#define WORKSPACES 335
-#define WORKSPCMGR_GEOMETRY 336
-#define OCCUPYALL 337
-#define OCCUPYLIST 338
-#define MAPWINDOWCURRENTWORKSPACE 339
-#define MAPWINDOWDEFAULTWORKSPACE 340
-#define UNMAPBYMOVINGFARAWAY 341
-#define OPAQUEMOVE 342
-#define NOOPAQUEMOVE 343
-#define OPAQUERESIZE 344
-#define NOOPAQUERESIZE 345
-#define DONTSETINACTIVE 346
-#define CHANGE_WORKSPACE_FUNCTION 347
-#define DEICONIFY_FUNCTION 348
-#define ICONIFY_FUNCTION 349
-#define AUTOSQUEEZE 350
-#define STARTSQUEEZED 351
-#define DONT_SAVE 352
-#define AUTO_LOWER 353
-#define ICONMENU_DONTSHOW 354
-#define WINDOW_BOX 355
-#define IGNOREMODIFIER 356
-#define WINDOW_GEOMETRIES 357
-#define ALWAYSSQUEEZETOGRAVITY 358
-#define VIRTUAL_SCREENS 359
-#define IGNORE_TRANSIENT 360
-#define DONTTOGGLEWORKSPACEMANAGERSTATE 361
-#define STRING 362
-#define YYERRCODE 256
-typedef short YYINT;
-static const YYINT yylhs[] = {                           -1,
-    0,    9,    9,   10,   10,   10,   10,   10,   10,   10,
-   10,   10,   16,   10,   17,   10,   18,   10,   19,   10,
-   20,   10,   21,   10,   10,   10,   10,   10,   23,   10,
-   25,   10,   10,   10,   10,   10,   28,   10,   10,   29,
-   10,   10,   30,   10,   10,   31,   10,   10,   32,   10,
-   10,   10,   10,   34,   10,   35,   10,   10,   10,   10,
-   10,   36,   10,   38,   10,   39,   41,   10,   42,   10,
-   43,   10,   45,   10,   46,   10,   47,   10,   48,   10,
-   10,   49,   10,   50,   10,   51,   10,   10,   53,   10,
-   54,   10,   55,   10,   10,   56,   10,   10,   57,   10,
-   58,   10,   10,   59,   10,   60,   10,   61,   10,   10,
-   62,   10,   10,   63,   10,   10,   64,   10,   65,   10,
-   66,   10,   10,   67,   10,   10,   69,   10,   70,   10,
-   72,   10,   74,   10,   76,   10,   78,   10,   79,   10,
-   10,   10,   10,   10,   10,   80,   10,   10,   81,   10,
-   10,   82,   10,   84,   10,   86,   10,   11,   12,   12,
-   12,   12,   12,   13,    6,    7,    8,   40,   40,   89,
-   89,   89,   89,   89,   89,   89,   87,   87,   90,   90,
-   90,   90,   90,   90,   90,   90,   90,   90,   90,   88,
-   88,   91,   91,   91,   91,   91,   91,   91,   91,   91,
-   91,   91,   91,   33,   92,   92,   93,   93,   93,   26,
-   94,   94,   95,   27,   96,   96,   97,   97,   97,   97,
-   97,   97,   97,   97,   97,   97,   97,   97,   97,   97,
-   97,   97,   97,   97,   97,   97,   97,   97,   75,   98,
-   98,   99,  101,   99,   99,   77,  102,  102,  103,  103,
-  100,  104,  104,  105,   83,  106,  106,  107,   85,  108,
-  108,  109,   14,  110,   14,   14,  112,   14,  111,  111,
-   52,  113,  113,  114,  114,   37,  115,  115,  116,  118,
-  116,  117,  119,  119,  120,  120,  120,  120,  120,   22,
-   22,   22,   22,   24,   24,   24,   24,   15,  121,  121,
-  122,   44,  123,  123,  126,  124,  127,  124,  129,  124,
-  125,  130,  130,  131,  128,  132,  132,  133,   73,  134,
-  134,  135,   71,  136,  136,  137,   68,  138,  138,  139,
-  139,    2,    2,    5,    5,    5,    3,    1,    4,
-};
-static const YYINT yylen[] = {                            2,
-    1,    0,    2,    1,    1,    1,    1,    1,    6,    7,
-    8,    9,    0,    8,    0,    9,    0,   10,    0,   11,
-    0,    6,    0,    5,    3,    2,    3,    2,    0,    3,
-    0,    3,    2,    1,    2,    2,    0,    3,    1,    0,
-    3,    1,    0,    3,    1,    0,    3,    1,    0,    3,
-    1,    4,    4,    0,    4,    0,    4,    2,    2,    2,
-    2,    0,    3,    0,    3,    0,    0,    6,    0,    3,
-    0,    3,    0,    3,    0,    3,    0,    3,    0,    3,
-    1,    0,    3,    0,    3,    0,    3,    1,    0,    3,
-    0,    3,    0,    3,    1,    0,    3,    1,    0,    3,
-    0,    3,    1,    0,    3,    0,    3,    0,    3,    1,
-    0,    3,    1,    0,    3,    1,    0,    3,    0,    3,
-    0,    3,    1,    0,    3,    1,    0,    9,    0,    4,
-    0,    4,    0,    3,    0,    3,    0,    3,    0,    3,
-    2,    2,    2,    2,    2,    0,    3,    1,    0,    3,
-    1,    0,    3,    0,    3,    0,    3,    1,    2,    1,
-    3,    2,    1,    2,    4,    6,    6,    0,    2,    1,
-    1,    1,    1,    2,    2,    1,    0,    2,    1,    1,
-    1,    1,    1,    1,    1,    1,    1,    1,    1,    0,
-    2,    1,    1,    1,    1,    1,    1,    1,    1,    1,
-    1,    1,    1,    3,    0,    2,    2,    3,    3,    3,
-    0,    2,    2,    3,    0,    2,    3,    2,    3,    2,
-    3,    2,    3,    2,    3,    2,    3,    2,    3,    2,
-    3,    2,    3,    2,    3,    2,    3,    2,    3,    0,
-    2,    2,    0,    4,    2,    3,    0,    2,    1,    1,
-    3,    0,    2,    2,    3,    0,    2,    2,    3,    0,
-    2,    1,    1,    0,    5,    1,    0,    3,    0,    5,
-    3,    0,    2,    3,    4,    3,    0,    2,    1,    0,
-    3,    3,    0,    2,    1,    2,    3,    4,    5,    3,
-    4,    5,    6,    3,    4,    5,    6,    3,    0,    2,
-    1,    3,    0,    2,    0,    3,    0,    4,    0,    4,
-    3,    0,    2,    1,    3,    0,    2,    1,    3,    0,
-    2,    2,    3,    0,    2,    1,    3,    0,    2,    2,
-    7,    1,    2,    1,    2,    2,    2,    1,    1,



Home | Main Index | Thread Index | Old Index