Searched refs:editcmd (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/csup/
H A Ddiff.c51 struct editcmd { struct
66 LIST_ENTRY(editcmd) next;
70 LIST_HEAD(, editcmd) dhead;
73 static int diff_geteditcmd(struct editcmd *, char *);
74 static int diff_copyln(struct editcmd *, lineno_t);
75 static int diff_ignoreln(struct editcmd *, lineno_t);
76 static void diff_write(struct editcmd *, void *, size_t);
77 static int diff_insert_edit(struct diffstart *, struct editcmd *);
84 struct editcmd ec;
168 struct editcmd *e
[all...]
/freebsd-9.3-release/bin/sh/
H A Dhistedit.c390 char *editcmd; local
393 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2);
394 sprintf(editcmd, "%s %s", editor, editfile);
395 evalstring(editcmd, 0); /* XXX - should use no JC command */

Completed in 85 milliseconds