亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? mwmparse.c

?? 安裝DDD之前
?? C
?? 第 1 頁 / 共 5 頁
字號:
  yystate = 0;  yyerrstatus = 0;  yynerrs = 0;  yychar = YYEMPTY;		/* Cause a token to be read.  */  /* Initialize stack pointers.     Waste one element of value and location stack     so that they stay on the same level as the state stack.     The wasted elements are never initialized.  */  yyssp = yyss;  yyvsp = yyvs;  goto yysetstate;/*------------------------------------------------------------.| yynewstate -- Push a new state, which is found in yystate.  |`------------------------------------------------------------*/ yynewstate:  /* In all cases, when you get here, the value and location stacks     have just been pushed. so pushing a state here evens the stacks.     */  yyssp++; yysetstate:  *yyssp = yystate;  if (yyss + yystacksize - 1 <= yyssp)    {      /* Get the current used size of the three stacks, in elements.  */      YYSIZE_T yysize = yyssp - yyss + 1;#ifdef yyoverflow      {	/* Give user a chance to reallocate the stack. Use copies of	   these so that the &'s don't force the real ones into	   memory.  */	YYSTYPE *yyvs1 = yyvs;	short *yyss1 = yyss;	/* Each stack pointer address is followed by the size of the	   data in use in that stack, in bytes.  This used to be a	   conditional around just the two extra args, but that might	   be undefined if yyoverflow is a macro.  */	yyoverflow ("parser stack overflow",		    &yyss1, yysize * sizeof (*yyssp),		    &yyvs1, yysize * sizeof (*yyvsp),		    &yystacksize);	yyss = yyss1;	yyvs = yyvs1;      }#else /* no yyoverflow */# ifndef YYSTACK_RELOCATE      goto yyoverflowlab;# else      /* Extend the stack our own way.  */      if (YYMAXDEPTH <= yystacksize)	goto yyoverflowlab;      yystacksize *= 2;      if (YYMAXDEPTH < yystacksize)	yystacksize = YYMAXDEPTH;      {	short *yyss1 = yyss;	union yyalloc *yyptr =	  (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));	if (! yyptr)	  goto yyoverflowlab;	YYSTACK_RELOCATE (yyss);	YYSTACK_RELOCATE (yyvs);#  undef YYSTACK_RELOCATE	if (yyss1 != yyssa)	  YYSTACK_FREE (yyss1);      }# endif#endif /* no yyoverflow */      yyssp = yyss + yysize - 1;      yyvsp = yyvs + yysize - 1;      YYDPRINTF ((stderr, "Stack size increased to %lu\n",		  (unsigned long int) yystacksize));      if (yyss + yystacksize - 1 <= yyssp)	YYABORT;    }  YYDPRINTF ((stderr, "Entering state %d\n", yystate));  goto yybackup;/*-----------.| yybackup.  |`-----------*/yybackup:/* Do appropriate processing given the current state.  *//* Read a lookahead token if we need one and don't already have one.  *//* yyresume: */  /* First try to decide what to do without reference to lookahead token.  */  yyn = yypact[yystate];  if (yyn == YYPACT_NINF)    goto yydefault;  /* Not known => get a lookahead token if don't already have one.  */  /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol.  */  if (yychar == YYEMPTY)    {      YYDPRINTF ((stderr, "Reading a token: "));      yychar = YYLEX;    }  if (yychar <= YYEOF)    {      yychar = yytoken = YYEOF;      YYDPRINTF ((stderr, "Now at end of input.\n"));    }  else    {      yytoken = YYTRANSLATE (yychar);      YYDSYMPRINTF ("Next token is", yytoken, &yylval, &yylloc);    }  /* If the proper action on seeing token YYTOKEN is to reduce or to     detect an error, take that action.  */  yyn += yytoken;  if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)    goto yydefault;  yyn = yytable[yyn];  if (yyn <= 0)    {      if (yyn == 0 || yyn == YYTABLE_NINF)	goto yyerrlab;      yyn = -yyn;      goto yyreduce;    }  if (yyn == YYFINAL)    YYACCEPT;  /* Shift the lookahead token.  */  YYDPRINTF ((stderr, "Shifting token %s, ", yytname[yytoken]));  /* Discard the token being shifted unless it is eof.  */  if (yychar != YYEOF)    yychar = YYEMPTY;  *++yyvsp = yylval;  /* Count tokens shifted since error; after three, turn off error     status.  */  if (yyerrstatus)    yyerrstatus--;  yystate = yyn;  goto yynewstate;/*-----------------------------------------------------------.| yydefault -- do the default action for the current state.  |`-----------------------------------------------------------*/yydefault:  yyn = yydefact[yystate];  if (yyn == 0)    goto yyerrlab;  goto yyreduce;/*-----------------------------.| yyreduce -- Do a reduction.  |`-----------------------------*/yyreduce:  /* yyn is the number of a rule to reduce with.  */  yylen = yyr2[yyn];  /* If YYLEN is nonzero, implement the default value of the action:     `$$ = $1'.     Otherwise, the following line sets YYVAL to garbage.     This behavior is undocumented and Bison     users should not rely upon it.  Assigning to YYVAL     unconditionally makes the parser a bit smaller, and it avoids a     GCC warning that YYVAL may be used uninitialized.  */  yyval = yyvsp[1-yylen];  YY_REDUCE_PRINT (yyn);  switch (yyn)    {        case 7:#line 264 "mwmparse.y"    {			    if (!skip_test) {				if (button_bind_found == False) {				    if (strcmp(yyvsp[0].string, pscr->button_bindings) == 0)					button_bind_match = True;				    else					button_bind_match = False;				}				else if (strcmp(yyvsp[0].string, pscr->button_bindings) == 0) {				    yyerror("Ignoring duplicate button bindings");				    button_bind_match = False;				}				else				    button_bind_match = False;			    }			    else				button_bind_match = True;			}    break;  case 10:#line 287 "mwmparse.y"    {			    yyerror("Invalid button binding");			    yyerrok;			    yyclearin;			}    break;  case 12:#line 296 "mwmparse.y"    {			    int contexts = yyvsp[-1].number;			    int mods, func;			    MenuItem *mi = NULL;			    MouseButton *temp = NULL, *ptr;			    if (!button_bind_match)				break;			    mods = yyvsp[-2].button.modifiers;			    if ((contexts & C_WINDOW) &&				(((mods == 0) || mods == AnyModifier))) {			        pscr->buttons2grab &= ~(yyvsp[-2].button.button);			    }						    func = yyvsp[0].function.func;			    if ((func == F_EXEC) ||				(func == F_RESTART) ||			        (func == F_CIRCULATE_UP) ||				(func == F_CIRCULATE_DOWN) ||			        (func == F_WARP)) {			        mi = (MenuItem *)XtMalloc(sizeof(MenuItem));						        mi->next = (MenuItem *) NULL;			        mi->prev = (MenuItem *) NULL;			        if ((func == F_EXEC) || (func == F_RESTART)) {			            mi->item = XtNewString("DOIT");			            mi->action = yyvsp[0].function.arg;			        }			        else {			            mi->item = XtNewString("DONT DOIT");			            mi->action = yyvsp[0].function.arg;			        }				mi->item2 = "";			        mi->state = 0;			        mi->func = func;			        mi->strlen = strlen(mi->item);				mi->strlen2 = 0;			        mi->val1 = 0;			        mi->val2 = 0;			        mi->val1_unit = 1;			        mi->val2_unit = 1;			    }			    temp = pscr->buttons;			    pscr->buttons =				(MouseButton *)XtMalloc(sizeof(MouseButton));			    pscr->buttons->func = func;			    if (func == F_POPUP)				pscr->buttons->menu = (MenuRoot *)yyvsp[0].function.arg;			    else if (func == F_W_POPUP)				pscr->buttons->menu = (MenuRoot *)DEFAULT_WIN_MENU_NAME;			    else				pscr->buttons->menu = NULL;			    pscr->buttons->item = mi;			    pscr->buttons->button =				ffs(yyvsp[-2].button.button) - 8;			    pscr->buttons->context = contexts;			    pscr->buttons->modifier = mods;			    pscr->buttons->mask = yyvsp[-2].button.event;			    pscr->buttons->count = yyvsp[-2].button.count;			    pscr->buttons->val1 = 0;			    pscr->buttons->val2 = 0;			    pscr->buttons->val1_unit = pscr->d_width;			    pscr->buttons->val2_unit = pscr->d_height;			    /* if duplicate, skip second */			    for (ptr = temp;				 ptr != NULL;				 ptr = ptr->next) {                              /* If everything is the same except for having                                  func's F_POPUP and F_WINDOWLIST, the                                  second is a duplicate */                               if (((ptr->func == F_POPUP ||                                      ptr->func == F_WINDOWLIST) &&                                     (pscr->buttons->func == F_POPUP ||                                      pscr->buttons->func == F_WINDOWLIST)) &&				    ptr->modifier == pscr->buttons->modifier &&				    ptr->mask == pscr->buttons->mask &&                                   ptr->count == pscr->buttons->count &&                                   ptr->context == pscr->buttons->context &&                                   ptr->button  == pscr->buttons->button) {                                   XtFree((char *)pscr->buttons);                                   pscr->buttons = temp;                                   break;                               }                               if (ptr->func == pscr->buttons->func &&                                   ptr->modifier == pscr->buttons->modifier &&                                   ptr->mask == pscr->buttons->mask &&                                   ptr->count == pscr->buttons->count &&                                   ptr->button == pscr->buttons->button) {				    ptr->context |= pscr->buttons->context;				    XtFree((char *)pscr->buttons);				    pscr->buttons = temp;				    break;				}			    }			    if (ptr == NULL)				pscr->buttons->next = temp;			}    break;  case 13:#line 402 "mwmparse.y"    {			    if (!skip_test) {				if (key_bind_found == False) {				    if (strcmp(yyvsp[0].string, pscr->key_bindings) == 0)					key_bind_match = True;				    else					key_bind_match = False;				}				else if (strcmp(yyvsp[0].string, pscr->key_bindings) == 0) {				    yyerror("Ignoring duplicate key bindings");					key_bind_match = False;				}				else				    key_bind_match = False;			    }			    else				key_bind_match = True;			}    break;  case 16:#line 425 "mwmparse.y"    {			    yyerror("Invalid key binding");			    yyerrok;			    yyclearin;			}    break;  case 18:#line 434 "mwmparse.y"    {			    FuncKey        *tmp = NULL;			    KeySym          keysym;			    KeyCode         keycode;			    int             i, min, max;			    int func, contexts;			    char *ptr;			    if (!key_bind_match)				break;			    ptr = yyvsp[0].function.arg;			    func = yyvsp[0].function.func;			    contexts = yyvsp[-1].number;			    /*			     * Don't let a 0 keycode go through, since that			     * means AnyKey to the XGrabKey call in GrabKeys().			     */			    keysym = yyvsp[-2].hotkey.key;			    if (keysym == 0)				break;			    if ((keycode = XKeysymToKeycode(dpy, yyvsp[-2].hotkey.key)) == 0)				break;			    XDisplayKeycodes(dpy, &min, &max);			    for (i = min; i <= max; i++) {				if (XKeycodeToKeysym(dpy, i, 0) == keysym) {				    tmp = (FuncKey *)XtMalloc(sizeof(FuncKey));				    tmp->next = pscr->keys;				    pscr->keys = tmp;				    tmp->name = "HOTKEY";				    tmp->keycode = i;				    tmp->cont = contexts;				    tmp->mods = yyvsp[-2].hotkey.modifiers;				    tmp->func = func;				    if (func == F_W_POPUP)					tmp->action = DEFAULT_WIN_MENU_NAME;				    else					tmp->action = ptr;				    tmp->val1 = 0;				    tmp->val2 = 0;				    tmp->val1_unit = pscr->d_width;				    tmp->val2_unit = pscr->d_height;				    tmp->menu = NULL;				}			    }			}    break;  case 19:#line 486 "mwmparse.y"    {			    num_items = 0;			    cur_menu = MENU_Create(yyvsp[0].string);			}    break;  case 20:

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美亚洲精品一区| 国产a久久麻豆| 欧美精品丝袜久久久中文字幕| 亚洲精品国产第一综合99久久 | 婷婷一区二区三区| 欧美电影一区二区| 久久精品99国产精品| 久久综合精品国产一区二区三区 | 日韩精品资源二区在线| 国产成人精品免费在线| 亚洲乱码中文字幕综合| 欧美日韩在线三区| 激情av综合网| 中文字幕日韩一区| 欧美人xxxx| 国产一区二区免费视频| 亚洲色大成网站www久久九九| 欧美日韩精品一区视频| 美女脱光内衣内裤视频久久网站| 久久综合九色欧美综合狠狠| 99精品国产热久久91蜜凸| 一区二区高清在线| 精品伦理精品一区| 色婷婷久久99综合精品jk白丝| 亚洲aⅴ怡春院| 国产视频911| 欧美色手机在线观看| 经典一区二区三区| 洋洋成人永久网站入口| 2019国产精品| 欧美在线一区二区三区| 国产一区二区三区视频在线播放| ●精品国产综合乱码久久久久| 欧美日韩aaaaaa| 激情五月婷婷综合| 亚洲综合精品久久| 久久久av毛片精品| 欧美久久久久久蜜桃| 高清国产一区二区三区| 日日摸夜夜添夜夜添精品视频| 国产偷国产偷精品高清尤物| 欧美日韩精品一区二区三区| 粉嫩嫩av羞羞动漫久久久| 五月综合激情网| 亚洲日韩欧美一区二区在线| 久久夜色精品国产噜噜av| 欧洲精品视频在线观看| 国产成人啪午夜精品网站男同| 亚洲va欧美va人人爽| 亚洲欧洲日韩一区二区三区| 欧美大胆一级视频| 51久久夜色精品国产麻豆| 北条麻妃一区二区三区| 国产露脸91国语对白| 日本一道高清亚洲日美韩| 亚洲精品伦理在线| 国产精品色在线观看| 久久色在线观看| 欧美一区二区私人影院日本| 欧美在线观看18| 99久久精品免费看国产免费软件| 国产又粗又猛又爽又黄91精品| 婷婷国产在线综合| 亚洲电影欧美电影有声小说| 亚洲精品乱码久久久久久| 国产精品久久久久久久久久久免费看| 日韩女同互慰一区二区| 欧美一区二区三区日韩| 色哟哟国产精品免费观看| 成人激情黄色小说| 国产经典欧美精品| 国产成人av一区二区三区在线 | 5566中文字幕一区二区电影| 欧美在线制服丝袜| 精品视频在线免费观看| 欧美日韩在线观看一区二区 | 三级久久三级久久久| 亚洲午夜av在线| 香蕉成人伊视频在线观看| 成人动漫在线一区| 成人免费不卡视频| 91网站视频在线观看| 91丨九色丨尤物| 91麻豆视频网站| 欧美亚洲国产一卡| 欧美精品自拍偷拍| 欧美一区二区三区小说| 日韩欧美成人午夜| 久久欧美中文字幕| 国产精品伦理一区二区| 亚洲乱码国产乱码精品精小说| 亚洲另类春色校园小说| 亚洲一区二区三区美女| 性久久久久久久久久久久| 琪琪久久久久日韩精品| 国产一区二区三区视频在线播放| 国产aⅴ综合色| 一本到三区不卡视频| 欧美日韩国产一级片| 日韩视频中午一区| 中文一区二区在线观看| 亚洲激情自拍视频| 奇米777欧美一区二区| 国产精品88888| 色妞www精品视频| 555www色欧美视频| 国产欧美视频在线观看| 亚洲婷婷国产精品电影人久久| 亚洲一区免费观看| 热久久久久久久| 成人激情av网| 日韩午夜激情av| 中文字幕亚洲在| 日本伊人精品一区二区三区观看方式| 国产在线国偷精品产拍免费yy| av成人动漫在线观看| 欧美精品日日鲁夜夜添| 中文字幕va一区二区三区| 亚洲国产日韩一级| 成人免费的视频| 日韩欧美一区二区三区在线| 中文字幕一区二区三区在线播放 | 欧美精品一区二区三区四区| 中文字幕一区二区三中文字幕| 调教+趴+乳夹+国产+精品| 国产成人精品亚洲日本在线桃色 | 91亚洲精品久久久蜜桃| 日韩视频在线一区二区| 一区二区三区中文字幕电影 | 91精品免费观看| 国产精品成人一区二区艾草| 免费观看一级欧美片| 99久久伊人精品| 26uuu久久综合| 性做久久久久久久免费看| 成人sese在线| 久久久久国色av免费看影院| 亚洲国产精品视频| 91一区二区在线观看| 久久欧美中文字幕| 老司机精品视频导航| 99久久99久久综合| 国产午夜精品美女毛片视频| 午夜影院久久久| 欧美午夜精品一区二区三区| 中文字幕一区二区三区不卡| 久久97超碰色| 91精品国产高清一区二区三区| 亚洲九九爱视频| 91免费版在线| 亚洲欧美一区二区在线观看| 国产综合一区二区| 精品国产制服丝袜高跟| 日韩二区在线观看| 欧美精品18+| 亚洲成人资源在线| 欧美体内she精高潮| 亚洲欧美激情视频在线观看一区二区三区 | 久久国产精品第一页| 欧美一激情一区二区三区| 天天综合色天天综合色h| 色综合天天综合给合国产| 国产精品美女久久久久aⅴ| 国产一区二区精品在线观看| 日韩精品专区在线影院观看| 青青草伊人久久| 欧美一级在线免费| 人禽交欧美网站| 欧美videossexotv100| 另类中文字幕网| 精品久久国产字幕高潮| 久久电影国产免费久久电影 | 成人小视频免费观看| 中文字幕免费不卡在线| 成人精品高清在线| 亚洲人成7777| 在线国产亚洲欧美| 亚洲国产人成综合网站| 欧美喷潮久久久xxxxx| 日韩激情中文字幕| 欧美成人性福生活免费看| 精品一区二区三区欧美| 久久久久久电影| 91网站最新网址| 亚洲成av人片观看| 日韩免费一区二区三区在线播放| 久久99久久99| 国产精品灌醉下药二区| 欧美在线不卡视频| 日韩高清不卡一区二区| 久久久三级国产网站| 粉嫩蜜臀av国产精品网站| 亚洲免费电影在线| 欧美美女bb生活片| 国产原创一区二区| 一区二区三区国产精品| 日韩一区二区三区电影 | 91丨九色porny丨蝌蚪| 亚洲一区二区在线视频| 91精品福利在线一区二区三区 |