#include "nvim/eval/typval.h"
#include "nvim/event/libuv_process.h"
#include "nvim/event/process.h"
#include "nvim/event/socket.h"
#include "nvim/main.h"
#include "nvim/msgpack_rpc/channel_defs.h"
#include "nvim/os/pty_process.h"
Go to the source code of this file.
Data Structures | |
struct | StdioPair |
struct | StderrState |
struct | InternalState |
struct | CallbackReader |
struct | Channel |
Macros | |
#define | CHAN_STDIO 1 |
#define | CHAN_STDERR 2 |
#define | CALLBACK_READER_INIT |
Functions | |
EXTERN | PMap (uint64_t) channels INIT( |
EXTERN Callback on_print | INIT (=CALLBACK_INIT) |
#define CALLBACK_READER_INIT |
#define CHAN_STDERR 2 |
#define CHAN_STDIO 1 |
enum ChannelPart |
enum ChannelStdinMode |
enum ChannelStreamType |
EXTERN PMap | ( | uint64_t | ) |