src/commands/elvis/ex.c File Reference
#include "config.h"
#include "ctype.h"
#include "vi.h"
Go to the source code of this file.
Define Documentation
Definition at line 21 of file ex.c.
Definition at line 25 of file ex.c.
Definition at line 26 of file ex.c.
Definition at line 28 of file ex.c.
Definition at line 22 of file ex.c.
| #define FILE1 (FILES + NOSPC) |
Definition at line 35 of file ex.c.
| #define FILES (XFILE + EXTRA) |
Definition at line 33 of file ex.c.
Definition at line 19 of file ex.c.
| #define NAMEDF (FILE1 + NODFL) |
Definition at line 36 of file ex.c.
| #define NAMEDFS (FILES + NODFL) |
Definition at line 37 of file ex.c.
Definition at line 29 of file ex.c.
Definition at line 32 of file ex.c.
Definition at line 27 of file ex.c.
Definition at line 39 of file ex.c.
Definition at line 24 of file ex.c.
Definition at line 30 of file ex.c.
| #define RANGE (FROM + TO) |
Definition at line 38 of file ex.c.
Definition at line 20 of file ex.c.
| #define WORD1 (EXTRA + NOSPC) |
Definition at line 34 of file ex.c.
Definition at line 23 of file ex.c.
Definition at line 31 of file ex.c.
Typedef Documentation
Definition at line 18 of file ex.c.
Function Documentation
| void doexcmd |
( |
char * |
cmdbuf |
) |
|
Definition at line 342 of file ex.c.
| int doexrc |
( |
char * |
filename |
) |
|
Definition at line 661 of file ex.c.
Definition at line 291 of file ex.c.
| void exstring |
( |
char * |
buf, |
|
|
int |
len, |
|
|
int |
qchar | |
|
) |
| | |
Definition at line 692 of file ex.c.
| char* linespec |
( |
REG char * |
s, |
|
|
MARK * |
markptr | |
|
) |
| | |
Definition at line 180 of file ex.c.
| char* parseptrn |
( |
REG char * |
ptrn |
) |
|
Definition at line 155 of file ex.c.
Variable Documentation
Definition at line 51 of file ex.c.
Definition at line 49 of file ex.c.
Definition at line 48 of file ex.c.