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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? changelog

?? 一個開放源代碼的 AT&T 的 Korn Shell 的復制品, 支持大多數 ksh89 的特性。
??
?? 第 1 頁 / 共 4 頁
字號:
Tue Jul 13 14:32:57 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* made pdksh-5.2.14 distributionWed Jun 30 17:42:54 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* c_test.c(test_eval): changed -nt/-ot tests so they succeed	  if file2 (file2) `does not exist' (ie, the stat fails).	  (based on fix from Dave Hillman).Tue May 25 17:23:39 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* jobs.c(fill_command): do not eval() TCOM arguments - can cause	  problems.Tue May 25 15:26:31 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* new-version.sh,ksh.Man: added version number to man page; update	  version as well as date when updating tests/version.t and ksh.Man.Mon May 24 20:57:21 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* c_sh.c(c_eval): only set exstat to substs_exstat if in non-posix mode.Mon May 24 15:44:10 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* tree.h(FTIME): new define.	* c_sh.c(timex): stuff to get info to/from timex_hook.	* c_sh.c(timex_hook): new function (handles option processing).	* exec.c(execute): call timex_hook() after TCOM eval().Tue May 18 12:23:27 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)	* vi.c(vi_hook): case VREDO: removed != 0 from switch expression.Tue May 18 11:24:12 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)	* emacs.c(CHARMASK,X_TABSZ): changed from 128 to 256.	* emacs.c(x_size,x_zotc,x_mapout): use iscntl() vs range test.	  (Based on changes from Martin Dalecki)Thu May 13 17:23:17 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)	* emacs.c(x_bound,bind_if_not_bound): new variable/fucntion.	* emacs.c(x_bind): set bit in x_bound[].	* emacs.c(x_emacs_keys): call bind_if_not_bound.Thu May 13 14:23:12 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)	* sh.h: ifdefs for __CYGWIN__ for path defines.	* path.c(simplify_path): ifdefs for __CYGWIN__; preserve leading	  double-slash on pathnames.	* c_ksh.c(c_cd): use cygwin_conv_to_full_posix_path().	* edit.c(x_mode): default eof char to ^D.	[fixes from Corinna Vinschen and Steven Hein, obtained from	 ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin/	    porters/Vinschen_Corinna/B20/]Wed May 12 12:30:09 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)	* exit.c(x_mode): set fields of edchars to -1 if corrisponding char	  is unset.	* exit.c(x_init): initialize edchars to -2, not -1.	* emacs.c(x_emacs_keys): check if char is >= 0 before setting.Wed May 12 11:31:24 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)	* shf.c(shf_write): don't buffer if buffer is empty and we're	  writting a large amount.	* shf.c(shf_open): changed to use shf_reopen instead of shf_fdopen	  so alloca failing won't lose the fd.Wed May 12 10:19:43 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)	* sh.h: deleted TT_HEREDOC_RAW define.	* tree.h(struct ioword): added heredoc field.	* tree.c(iocopy,iofree): copy/free heredoc field; remove special case	  for IOHERE and name field.	* tree.c(ptree): changed to use heredoc content string (not open temp).	* lex.c(yylex): initialize heredoc field.	* lex.c(readhere): save to string instead of a temp file.	* exec.c(herein): changed first are from file name to heredoc content	  string; changed all calls.  Changed to always create a new temp file	  and write content to it.Tue May 11 11:38:22 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)	* tree.c(iofree): free delim field; don't free name of IOHERE iowords.Tue May 11 10:57:53 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)	* sh.h(func_heredocs): deleted.	* sh.h(EF_FAKE_SIGDIE): added.	* lex.c(readhere): put function heredocs at bottom of env stack.	* main.c(quitenv,cleanup_proc_env): deleted remove_temps(func_heredocs)	  calls.	* main.c(quitenv): moved exit of no oenv to en after reclaim.	* main.c(cleanup_parents_env): free ep->savefd and set to 0.	* main.c(unwind,quitenv): moved code for E_NONE from unwind()	  to quitenv().Mon May 10 17:04:03 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)	* exec.c(herein): restore source to osource after yylex().Mon May 10 12:14:40 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)	* tree.c(iocopy): don't copy IOHERE name (it belongs to a struct temp).	* tree.c(wdscan): added default case to print internal error.Mon May 10 10:39:34 NDT 1999 Michael Rendell (michael@deimos.cs.mun.ca)	* sh.h(Temp_type): new enum (TT_HEREDOC_RAW, TT_HEREDOC_EXP,	  TT_HIST_FILE).	* sh.h(struct temp): added type field.	* io.c(maketemp): added type and tlist arguments; changed	  all calls.Tue Apr 27 11:31:48 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* exec.c(execute): clear XEXEC in the call to timex() so time	  can be used at the end of a pipeline.Fri Apr 23 16:29:01 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* mail.c(mcheck): don't check if MAILCHECK is set, just check if	  mplist is null.	* mail.c(mcset): new function.	* var.c(setspec): case MAILCHECK: call mcset.	* var.c(unspecial): new function.	* var.c(unsetspec): call unspecial for LINENO, MAILCHECK, RANDOM,	  SECONDS, TMOUT.Fri Apr 23 15:34:39 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* main.c(initcoms): put MAILCHECK, SECONDS, TMOUT in an eval to	  preserve previous values.	* var.c(getspec): case V_SECONDS: don't do anything special if	  variable not set.Thu Apr 22 15:03:27 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* var.c(setstr): error if var is RDONLY.	* var.c(global): non-letter params: set RDONLY flag after setstr call.	* c_ksh.c(c_getopts), eval.c(expand), exec.c(execute):	  removed readonly check.	* sh.h(KSH_UNWIND_ERROR, KSH_RETURN_ERROR): new defines.	* var.c(setstr): added error_ok argument; changed all calls.	* c_ksh.c(c_getopts): clear READONLY and INTEGER flags for OPTARG;	  return non-zero if variable can't be set.	* var.c(typeset): if fake_assign fails, unset the variable's value	  and carry on for rest of array, then unwind.	* expr.c(expand,v_expand): changed all calls to use KSH_UNWIND_ERROR	  or KSH_RETURN_ERROR.Tue Apr 20 16:52:24 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* configure.in: added check dup2.	* sh.h: added dup2 prototype.	* aclocal.m4: replace AC_HEADER_DIRENT so it checks -lndir.	* missing.c(dup2): new function.	  Based on code from Marc Olzheim.Fri Apr 16 16:32:27 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* syn.c(lineno_offset): removed variable and all references.	* tree.c(tcopy): copy lineno field.	* var.c(user_lineno): new variable.	* var.c(setspec): added case for V_LINENO (sets user_lineno).	* var.c(getspec): V_LINENO: add in user_lineno.Fri Apr 16 15:26:26 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* tree.h(struct op): added lineno field.	* table.h(V_LINENO, current_lineno): new define/variable.	* exec.c(execute): set current_lineno for TCOM.	* syn.c(lineno_offset): new variable.	* syn.c(get_command): set t->lineno.	* syn.c(function_body): save/restore lineno_offset;	* syn.c(compile): initialize lineno_offset	* var.c(initvar,getspec): added V_LINENO entry.	Changes from Mark Funkenhauser.Fri Apr 16 12:18:08 NDT 1999 Michael Rendell (michael@lyman.cs.mun.ca)	* expr.c,misc.c(getoptions): added int casts to avoid errors from	  old K&R compilers.	Fixes from Marc Olzheim.Fri Jan 15 12:51:53 NST 1999 Michael Rendell (michael@panda.cs.mun.ca)	* expr.c: pass es as first param to all functions; deleted	  es global variable.Tue Jan 12 12:28:41 NST 1999 Michael Rendell (michael@panda.cs.mun.ca)	* emacs.c(x_defbindings[]): removed #else part of ifdef OS2.	* shf.c(shf_getse): added code to strip \r for OS2.	* lex.c(getsc_line): removed OS2 ifdefs	* os2/misc.c(ksh_execve),sh.h: added flags argument; changed all calls.	* exec.c(scriptexec): OS2: make copy of a0 before calling	  search_access(X_OK).	* sh.h: OS2: changed EXECSHELL, EXECSHELL_STR.	* jobs.c(exchild): set XINTACT.	* os2/config.h: added HAVE_TERMIOS_H.	* os2/configure.cmd: changed test for existance of sed & gcc.	Fixes from Ilya Zakharevich.	* tests/th: added -C option, added "category" field.	* tests/th(category_check): new function.	* tests/*.t: added "category: !os:os2" to a few tests.Tue Jan 12 11:17:52 NST 1999 Michael Rendell (michael@panda.cs.mun.ca)	* exec.c(execute): changed exit(rv) to unwind(LEXIT) to	  allow exit traps to be done.Tue Jan  5 16:45:00 NST 1999 Michael Rendell (michael@panda.cs.mun.ca)	* aclocal.m4(KSH_CHECK_H_TYPE): remove extra [] from egrep pattern.	* c_sh.c(c_exitreturn): fixed logic of exit status parsing	  (fixes from Martin Lucina).Tue Jan  5 16:31:37 NST 1999 Michael Rendell (michael@panda.cs.mun.ca)	* edit.c(x_locate_word): changed IS_WORDC macro from !isspace	  to !lex1/'/"	  (based on fix from Kevin Schoedel).Wed Dec 16 15:02:48 NST 1998 Michael Rendell (michael@panda.cs.mun.ca)	* io.c(kshdebug_init_,kshdebug_printf_,kshdebug_dump_),	  sh.h(kshdebug_init,kshdebug_printf,kshdebug_dump):	  new macros/functions.Wed Dec 16 12:12:23 NST 1998 Michael Rendell (michael@panda.cs.mun.ca)	* c_sh.c(c_eval): set exstat to substs_exstat to propogate	  substition exit status if resulting command is empty	  (based on fix from Mark Funkenhauser).Tue Dec 15 15:50:34 NST 1998 Michael Rendell (michael@panda.cs.mun.ca)	* main.c(initcom[]): PPID no longer read only.Mon Dec 14 17:09:52 NST 1998 Michael Rendell (michael@panda.cs.mun.ca)	* trap.c(gettrap): added igncase argument; changed all calls.	* c_sh.c(c_trap): use case sensitive compare for first gettrap().	  (fix "trap exit 1").Thu Dec 10 12:24:53 NST 1998 Michael Rendell (michael@panda.cs.mun.ca)	* configure.in: added test for getcwd.	* aclocal.m4(KSH_OS_TYPE): added case for hpux; added test for	  bug in hpux getcwd (dumps core if . is not readable).	* config.h.in: added HAVE_HPUX_GETWD_BUG define.	* aclocal.m4,configure.in: remove AC_C_CROSS or change to AC_PROG_CC.	* misc.c(ksh_get_wd): added code to handle bug in hpux getwd;	  changed precedence of getcwd vs getwd (use getcwd if available:	  getwd causes warnings under linux).Tue Dec  8 17:17:47 NST 1998 Michael Rendell (michael@panda.cs.mun.ca)	* main.c(main): seed RANDOM using time, pid, ppid (was just time).Tue Nov 24 17:17:12 NST 1998 Michael Rendell (michael@panda.cs.mun.ca)	* c_ulimit.c(c_ulimit): improve setrlimit error message for EPERM	  (fix from Todd C. Miller).Thu Nov 19 18:09:59 NST 1998 Michael Rendell (michael@panda.cs.mun.ca)	* jobs.c(waitfor): if j_lookup fails, always return	  (fix from Todd C. Miller).Fri Oct 23 19:59:25 NDT 1998 Michael Rendell (michael@lenny.cs.mun.ca)	* jobs.c(JF_SAVEDTTYPGRP,j_resume,j_waitj): added save_ttypgrp	  stuff to deal with new gnu su which doesn't exec, but forks	  then execs.Thu Sep 24 16:23:48 NDT 1998 Michael Rendell (michael@panda.cs.mun.ca)	* trap.c(inittrap): Don't assume sys_siglist[] has NSIG non-null	  entries (fix from clifford@clifford.at).Thu Aug  6 14:46:45 NDT 1998 Michael Rendell (michael@panda.cs.mun.ca)	* eval.c(varsub): ${#array[*]} now prints N elements, not	  max index.Sun Jul 19 11:50:21 NDT 1998 Michael Rendell (michael@panda.cs.mun.ca)	* syn.c(function_body): fixed bug in handling of empty function	  body; if empty, pretend there is a : command.Mon Jun 29 10:13:02 NDT 1998 Michael Rendell (michael@panda.cs.mun.ca)	* exec.c(search_access): allow non-regular files to be .'ed	  (fix from Theo de Raadt).Thu Jun 25 17:01:36 NDT 1998 Michael Rendell (michael@panda.cs.mun.ca)	* c_ulimit.c(c_ulimit): added KSH_RLIM_INFINITY and defined	  if system doesn't define RLIM_INFINITY; use when setting limits.	  When setting, if expression evaluates to 0 and string was not	  a number, generate an error (based on fix from Todd C. Miller).Wed Mar 11 16:35:37 NST 1998 Michael Rendell (michael@panda.cs.mun.ca)	* exec.c(flushcom): clear ISSET bit, don't set all the other bits	  (fix from Eric Youngdale).Tue Dec 16 11:07:21 NST 1997 Michael Rendell (michael@panda.cs.mun.ca)	* shf.c(shf_vfprintf): %e/%f/%g conversion now prints negative	  numbers correctly (fix from Larry Bouzane).Thu Nov 20 15:16:15 NST 1997 Michael Rendell (michael@panda.cs.mun.ca)	* emacs.c(x_prev_histword): check if histptr is 0.Sat Nov  8 11:46:32 NST 1997 Michael Rendell (michael@panda.cs.mun.ca)	* misc.c(options[]): changed null entries to (char *) 0	  (based on fix from David E. Wexelblat).Fri Nov  7 14:45:24 NST 1997 Michael Rendell (michael@panda.cs.mun.ca)	* alloc.c(aresize): avoid memory overrun when copying old memory	  to new memory.	  (fix from David E. Wexelblat).Tue Oct 28 11:26:22 NST 1997 Michael Rendell (michael@panda.cs.mun.ca)	* tests/th: file-setup code: convert chmod argument to octal.Tue Oct 28 11:00:45 NST 1997 Michael Rendell (michael@panda.cs.mun.ca)	* tree.c(tputS): incr wp after COMSUB and EXPRSUB while loop	  to get past null.Mon Oct 27 12:38:05 NST 1997 Michael Rendell (michael@panda.cs.mun.ca)	* made pdksh-5.2.13 distributionMon Oct 27 12:21:51 NST 1997 Michael Rendell (michael@panda.cs.mun.ca)	* c_sh.c(c_dot): use search() error argument to report problem	  correctly.	* exec.c(search_access): don't set *errnop if it is already set.	* exec.c(search_access): extended non-regular file check from	  just X_OK to both X_OK and R_OK.Wed Oct 22 11:49:02 NDT 1997 Michael Rendell (michael@panda.cs.mun.ca)	* edit.c(x_locate_word): don't skip trailing space if at end	  of buffer (based on fix from Marc Olzheim).Fri Aug 15 22:06:53 NDT 1997 Michael Rendell (michael@panda.cs.mun.ca)	* eval.c(varsub,expand), lex.c(yylex): allow :%, :#, :%% and :##	  to be compatable with ksh88.Sat Aug  2 12:13:30 NDT 1997 Michael Rendell (michael@panda.cs.mun.ca)	* syn.c(get_command): case MDPAREN/DBRACKET: do not	  clear KEYWORD|ALIAS from syniocf.Tue Jul 29 16:24:38 NDT 1997 Michael Rendell (michael@panda.cs.mun.ca)	* c_sh.c(c_exec): added ifdef KSH around fd_clexec()	  (based on fix from George Robins).Tue Jun  3 12:52:05 NDT 1997 Michael Rendell (michael@panda.cs.mun.ca)	* misc.c(do_gmatch): removed ifdef KSH about @(..|..) code as it	  is needed in SH mode for ${..%..} stuff.Mon May 19 16:10:06 NDT 1997 Michael Rendell (michael@panda.cs.mun.ca)	* table.h(struct block): added getopt_state and flags fields;	  added BF_DOGETOPTS.	* sh.h,c_ksh.c: moved user_opt decl/defn from c_ksh.c to sh.h.	* var.c(getspec): added case for V_OPTIND.	* var.c(popblock): if BF_DOGETOPTS set, restore user_opt.	* exec.c(comexec): case CFUNC: save user_opt for ksh-style functions.	* c_ksh.c(getopts_reset,c_getopts): removed getopts_noreset variable	  and code.	* sh.h(Getopts): added uoptind field.

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美日韩日日骚| 成人综合激情网| 国产一区二区三区免费| 国产91精品免费| 91丨九色丨黑人外教| 欧美揉bbbbb揉bbbbb| 精品福利在线导航| 中文字幕一区二区三区在线播放 | 麻豆久久久久久久| 国产69精品久久99不卡| 日本二三区不卡| 精品日韩av一区二区| 亚洲欧洲韩国日本视频| 免费日韩伦理电影| 成人精品一区二区三区四区| 欧美日韩三级一区二区| 日本一区二区视频在线| 亚洲成人免费电影| 国产91综合一区在线观看| 欧美日韩精品一区二区三区四区 | 国产曰批免费观看久久久| 91麻豆国产精品久久| 日韩美女视频一区二区在线观看| 国产精品久久久久久久裸模| 美女脱光内衣内裤视频久久网站| 97久久精品人人澡人人爽| 精品免费国产二区三区| 一区二区三国产精华液| 国产精品99久| 欧美一区二区性放荡片| 一区二区在线观看免费 | 国产欧美日韩不卡| 日日夜夜精品免费视频| 91尤物视频在线观看| 精品国产一二三区| 偷窥少妇高潮呻吟av久久免费| 成人天堂资源www在线| 日韩一级二级三级| 亚洲一区二区三区四区在线免费观看| 国产精品一级片在线观看| 在线成人免费观看| 有码一区二区三区| 99久久精品情趣| 久久精品亚洲乱码伦伦中文| 日本一不卡视频| 欧美在线制服丝袜| 18成人在线视频| 国产成人午夜精品影院观看视频 | 久久精品久久精品| 欧美日韩1234| 亚洲中国最大av网站| 99久久er热在这里只有精品66| 26uuu欧美| 久久精品99国产精品日本| 欧美无砖砖区免费| 亚洲精品少妇30p| proumb性欧美在线观看| 欧美激情一区二区| 国产精品亚洲а∨天堂免在线| 日韩欧美中文字幕制服| 日韩av一区二区三区四区| 欧美吻胸吃奶大尺度电影| 亚洲欧美经典视频| 91色乱码一区二区三区| 综合久久久久综合| 不卡影院免费观看| 国产精品你懂的在线| 成人性生交大片免费看视频在线 | 成人国产精品免费网站| 国产欧美日韩亚州综合 | ...xxx性欧美| 91免费精品国自产拍在线不卡| 中文子幕无线码一区tr| 成人性生交大合| 最新国产成人在线观看| 91亚洲精品久久久蜜桃| 亚洲欧美色图小说| 欧美影院一区二区三区| 亚洲高清中文字幕| 欧美另类久久久品| 日本大胆欧美人术艺术动态 | 国产一区二区在线观看视频| 久久久99免费| 波多野洁衣一区| 亚洲男帅同性gay1069| 在线这里只有精品| 亚洲大片精品永久免费| 欧美一三区三区四区免费在线看 | 久久亚洲免费视频| 国产 日韩 欧美大片| 国产精品久久久久久一区二区三区| 波多野结衣亚洲一区| 亚洲综合一区二区| 欧美精品在线一区二区| 另类人妖一区二区av| 欧美韩国日本综合| 色偷偷久久人人79超碰人人澡 | 欧美一区二区啪啪| 国产精品中文字幕一区二区三区| 亚洲国产精品国自产拍av| 色婷婷综合久久久中文字幕| 亚洲第一精品在线| 久久网站最新地址| 91看片淫黄大片一级| 午夜久久久影院| 国产亚洲欧美一级| 色噜噜狠狠色综合中国| 秋霞电影一区二区| 中文字幕精品一区二区精品绿巨人 | 色狠狠综合天天综合综合| 天天射综合影视| 久久精品亚洲麻豆av一区二区| 99re热视频精品| 蜜桃视频在线观看一区| 中文字幕免费在线观看视频一区| 欧美影视一区在线| 国内成人精品2018免费看| 日韩一区日韩二区| 欧美一区二区播放| 成人在线视频一区| 日本亚洲电影天堂| 国产精品毛片久久久久久| 欧美日韩国产精选| 粉嫩久久99精品久久久久久夜| 一区二区三区美女视频| 26uuu国产日韩综合| 在线观看免费亚洲| 国产精品亚洲а∨天堂免在线| 一区二区三区免费网站| 久久久久久久久一| 欧美精品久久99| 97久久人人超碰| 国产一区二区三区四区在线观看| 夜夜嗨av一区二区三区| 国产片一区二区三区| 欧美一区二区三区公司| 色哟哟精品一区| 国产成人自拍网| 日韩精品电影一区亚洲| 国产精品美女www爽爽爽| 欧美成人一区二区三区| 欧美视频在线一区| 成人aaaa免费全部观看| 国产真实精品久久二三区| 亚洲www啪成人一区二区麻豆| 国产精品乱码一区二区三区软件| 欧美大片国产精品| 欧美色图免费看| av亚洲精华国产精华精| 国产一区二区导航在线播放| 日韩成人一级大片| 亚洲一区二区黄色| 亚洲日本在线天堂| 欧美国产97人人爽人人喊| 久久这里只有精品视频网| 91精品国产综合久久久蜜臀图片| 色婷婷综合在线| 99精品视频一区二区| 粉嫩一区二区三区性色av| 韩国三级电影一区二区| 麻豆久久久久久久| 日韩高清在线电影| 午夜久久久影院| 亚洲国产精品综合小说图片区| 亚洲视频免费观看| 成人欧美一区二区三区1314| 久久精品视频免费| 久久久影视传媒| 久久综合久久鬼色中文字| 日韩欧美亚洲国产精品字幕久久久| 欧美日韩一级片在线观看| 欧美日韩一区久久| 欧美日韩国产首页| 欧美日韩和欧美的一区二区| 欧美性大战久久久久久久| 欧美性猛片xxxx免费看久爱 | 亚洲成av人片在线观看无码| 一区二区三区精品视频| 亚洲免费av高清| 伊人一区二区三区| 一区二区三区成人| 亚洲大片一区二区三区| 亚洲bt欧美bt精品| 秋霞影院一区二区| 蜜臀av一区二区| 激情丁香综合五月| 国产精品一区不卡| 91精品国产欧美一区二区| 91精品国产一区二区| 日韩一二三四区| 26uuu久久天堂性欧美| 久久久国产精品麻豆| 国产精品萝li| 亚洲免费观看高清完整版在线 | 欧美在线播放高清精品| 欧美日韩综合色| 日韩欧美国产不卡| 久久综合精品国产一区二区三区| 久久亚洲一级片| 亚洲欧洲www|