⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pr25947-1.c

📁 用于进行gcc测试
💻 C
字号:
/* PR target/25947: define_split in cris.md caused unrecognized insn.  *//* { dg-options "-fpic" { target fpic } } *//* { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "-O0" } { "" } } */extern char *rl_line_buffer;extern int rl_point;extern int rl_end;static const char *vi_motion = " hl^$0ftFT;,%wbeWBE|";voidrl_vi_complete (int ignore, int key){  if ((rl_point < rl_end)      &&      (!(((rl_line_buffer[rl_point]) == ' ')	 || ((rl_line_buffer[rl_point]) == '\t'))))    {      if (!	  (((rl_line_buffer[rl_point + 1]) == ' ')	   || ((rl_line_buffer[rl_point + 1]) == '\t')))	rl_vi_end_word (1, 'E');    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -