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

/freebsd-10.1-release/usr.bin/csup/
H A Ddiff.c50 struct editcmd { struct
65 LIST_ENTRY(editcmd) next;
69 LIST_HEAD(, editcmd) dhead;
72 static int diff_geteditcmd(struct editcmd *, char *);
73 static int diff_copyln(struct editcmd *, lineno_t);
74 static int diff_ignoreln(struct editcmd *, lineno_t);
75 static void diff_write(struct editcmd *, void *, size_t);
76 static int diff_insert_edit(struct diffstart *, struct editcmd *);
83 struct editcmd ec;
167 struct editcmd *e
[all...]
/freebsd-10.1-release/bin/sh/
H A Dhistedit.c375 char *editcmd; local
378 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2);
379 sprintf(editcmd, "%s %s", editor, editfile);
380 evalstring(editcmd, 0); /* XXX - should use no JC command */

Completed in 45 milliseconds