代码搜索:readline
找到约 2,619 项符合「readline」的源代码
代码结果 2,619
www.eeworm.com/read/231996/14212206
c pbc_getline.readline.c
#include
#include
#include
char *pbc_getline(void)
{
char *line = readline(NULL);
if (line && *line) add_history(line);
return line;
}
www.eeworm.com/read/346457/3182370
svn-work readline.c.svn-work
K 25
svn:wc:ra_dav:version-url
V 38
/repos/osek/!svn/ver/45/mpc/readline.c
END
www.eeworm.com/read/346457/3182490
svn-base readline.c.svn-base
/*
* QEMU readline utility
*
* Copyright (c) 2003-2004 Fabrice Bellard
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated document
www.eeworm.com/read/346457/3183150
svn-work readline.d.svn-work
K 25
svn:wc:ra_dav:version-url
V 41
/repos/osek/!svn/ver/45/mpc/v0/readline.d
END
www.eeworm.com/read/346457/3183187
svn-base readline.d.svn-base
readline.o: /mnt/hgfs/file/test-osek/v0/qemu-v0/readline.c \
/mnt/hgfs/file/test-osek/v0/qemu-v0/qemu-common.h config-host.h \
/mnt/hgfs/file/test-osek/v0/qemu-v0/osdep.h \
/mnt/hgfs/file/test-o
www.eeworm.com/read/231996/14212132
cmake findreadline.cmake
FIND_PATH(READLINE_INCLUDE_DIR readline/readline.h)
FIND_LIBRARY(READLINE_LIBRARY NAMES readline)
IF (READLINE_INCLUDE_DIR AND READLINE_LIBRARY)
SET(READLINE_FOUND TRUE)
ENDIF (READLINE_INCLUDE_D