Searched defs:edit (Results 1 – 9 of 9) sorted by relevance
71 typedef struct edit struct93 int e_mode; /* edit mode */ argument94 int e_lookahead; /* index in look-ahead buffer */95 int e_repeat;96 int e_saved;97 int e_fcol; /* first column */98 int e_ucol; /* column for undo */99 int e_wsize; /* width of display window */100 char *e_outbase; /* pointer to start of output buffer */101 char *e_outptr; /* pointer to position in output buffer */[all …]
36 struct edit struct38 struct edit* next; argument46 struct edit* edit; member262 struct edit* edit; in ppcontrol() local
103 edit(char *file, char *linenum) in edit() function
51 char *edit = 0; /* name of editor */ in b_hist() local
75 int edit; /* Indicates editing a file */ variable
845 register char *edit; in mesedit() local
515 edit(struct diff *diff, int dup, int j) in edit() function
759 edit(char *file) in edit() function
516 edit(char *name) in edit() function