Searched defs:editor (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/mailx/
H A Dedit.c130 editor(struct msg* msgvec) function
136 * Invoke the visual editor on a message list.
145 * Run an editor on the file at "fp" of "size" bytes,
148 * "Type" is 'e' for state.var.editor, 'v' for state.var.visual.
182 edit = type == 'e' ? state.var.editor : state.var.visual;
H A Dmailx.h800 char* editor; member in struct:__anon136::__anon147
933 extern int editor(struct msg*);

Completed in 39 milliseconds