Searched refs:ubacks (Results 1 – 6 of 6) sorted by relevance
/dports/editors/jupp/jupp/ |
H A D | uedit.h | 47 int ubacks(BW *bw, int k);
|
H A D | uedit.c | 784 int ubacks(BW *bw, int k) in ubacks() function 941 return ubacks(bw, 8); /* The 8 goes to the process if we're at EOF of shell window */ in udelbl()
|
H A D | cmd.c | 117 C("backs", TYPETW + TYPEPW + ECHKXCOL + EFIXXCOL + EMINOR + EKILL + EMOD, ubacks, NULL, 1, "delch"),
|
/dports/editors/joe/joe-4.6/joe/ |
H A D | uedit.h | 40 int ubacks(W *w, int k);
|
H A D | cmd.c | 26 {"backs", TYPETW + TYPEPW + ECHKXCOL + EFIXXCOL + EMINOR + EKILL + EMOD, ubacks, NULL, 1, "delch"},
|
H A D | uedit.c | 1551 int ubacks(W *w, int k) in ubacks() function 1733 return ubacks(w, 8); /* The 8 goes to the process if we're at EOF of shell window */ in udelbl()
|