-
大小: 2.78MB文件类型: .gz金币: 1下载: 0 次发布日期: 2023-10-27
- 语言: 其他
- 标签: readline-7.0 JLINK
资源简介
readline-7.0.tar.gz
代码片段和文件信息
/* bind.c -- key binding and startup file support for the readline library. */
/* Copyright (C) 1987-2016 Free Software Foundation Inc.
This file is part of the GNU Readline Library (Readline) a library
for reading lines of text with interactive input and history editing.
Readline is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 3 of the License or
(at your option) any later version.
Readline is distributed in the hope that it will be useful
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Readline. If not see .
*/
#define READLINE_LIBRARY
#if defined (__TANDEM)
# include
#endif
#if defined (HAVE_CONFIG_H)
# include
#endif
#include
#include
#include
#if defined (HAVE_SYS_FILE_H)
# include
#endif /* HAVE_SYS_FILE_H */
#if defined (HAVE_UNISTD_H)
# include
#endif /* HAVE_UNISTD_H */
#if defined (HAVE_STDLIB_H)
# include
#else
# include “ansi_stdlib.h“
#endif /* HAVE_STDLIB_H */
#include
#if !defined (errno)
extern int errno;
#endif /* !errno */
#include “posixstat.h“
/* System-specific feature definitions and include files. */
#include “rldefs.h“
/* Some standard library routines. */
#include “readline.h“
#include “history.h“
#include “rlprivate.h“
#include “rlshell.h“
#include “xmalloc.h“
#if !defined (strchr) && !defined (__STDC__)
extern char *strchr () *strrchr ();
#endif /* !strchr && !__STDC__ */
/* Variables exported by this file. */
Keymap rl_binding_keymap;
static int _rl_skip_to_delim PARAMS((char * int int));
#if defined (USE_VARARGS) && defined (PREFER_STDARG)
static void _rl_init_file_error (const char * ...) __attribute__((__format__ (printf 1 2)));
#else
static void _rl_init_file_error ();
#endif
static char *_rl_read_file PARAMS((char * size_t *));
static int _rl_read_init_file PARAMS((const char * int));
static int glean_key_from_name PARAMS((char *));
static int find_boolean_var PARAMS((const char *));
static int find_string_var PARAMS((const char *));
static char *_rl_get_string_variable_value PARAMS((const char *));
static int substring_member_of_array PARAMS((const char * const char * const *));
static int currently_reading_init_file;
/* used only in this file */
static int _rl_prefer_visible_bell = 1;
/* **************************************************************** */
/* */
/* Binding keys */
/* */
/* **************************************************************** */
/* rl_add_defun (char *name rl_command_func_t *function int key)
Add NAME to the list of named fu
- 上一篇:U8 调试版Login组件包
- 下一篇:图像去噪的一些论文 硕士论文
相关资源
-
Jli
nk驱动4.40版本 -
Setup_Jli
nkARM_V440+keygen -
解决 j-li
nk is defective问题.rar -
J-li
nk驱动程序arm v4.24 -
Jli
nk V4.36 -
Jli
nk V8 驱动 -
jli
nk固件维修,用于修复盗版的V7 - JFlash Lite v4.85a
-
KEIL中配置J-li
nk在RAM中调试的方法 - JINK_V8固件
-
ARM_Jli
nk_SWD器 -
Jli
nk 驱动(win10可用) -
Jli
nk驱动-------------安装包 -
PJli
nk 网络 控制 投影机 开机 关机 -
jli
nk ob stm32f072 原理图 pcb图 固件 -
Jli
nkV673a_Jli nk_Windows_V673a -
Jli
nkV6.72a_Jli nk_Windows_V672a -
Jli
nkARM驱动V4.68a -
Jli
nk V9.40最新官方驱动 -
STM32_Jli
nk驱动 -
jli
nkv5.02最新版 -
Jli
nkV8 V9 修复工具 bin文件包 -
SEEGER_Setup_Jli
nkARM_V464a -
Jli
nk_v6.32驱动 -
Jli
nk_Windows_V632.exe -
Segger J-li
nk 4.68a -
J-li
nk OB-STM32F103 V1 compiled Jan 7 2019 -
jli
nk官方驱动最新版,支持最新版本 -
Jli
nk-V8不亮灯刷固件教程 -
Jli
nk完美破解版与所有的工具
评论
共有 条评论