#include "elle.h"Include dependency graph for eefed.c:

Go to the source code of this file.
Defines | |
| #define | isupper(c) (('A' <= c) && (c <= 'Z')) |
| #define | islower(c) (('a' <= c) && (c <= 'z')) |
| #define | toupper(c) (c + ('A' - 'a')) |
| #define | tolower(c) (c + ('a' - 'A')) |
Functions | |
| ed_insert (int c) | |
| ed_insn (int ch, int cnt) | |
| ed_crins () | |
| ed_sins (char *s) | |
| ed_nsins (char *s, int i) | |
| ed_indto (int goal) | |
| ed_setcur () | |
| ed_go (chroff dot) | |
| ed_goff (chroff off) | |
| ed_igoff (int ioff) | |
| ed_reset () | |
| ed_deln (chroff off) | |
| ed_delete (chroff dot1, chroff dot2) | |
| ed_kill (chroff dot1, chroff dot2) | |
| kill_push (SBSTR *sdp) | |
| ed_case (chroff dot1, chroff dot2, int downp) | |
| upcase (int ch) | |
|
|
Definition at line 200 of file eefed.c. Referenced by cmd_at(), cmd_mark(), do_case(), ed_case(), english(), GetChar(), inet_network(), IsAnyLower(), label_name(), main(), move_file(), namecmp(), num(), othercase(), toupper(), and upcase(). |
|
|
Definition at line 199 of file eefed.c. Referenced by ask_namematch(), compare(), decode(), do_case(), ed_case(), find_device(), getwords(), handle_clash_options(), keyword(), label_name(), main(), meta(), mformat(), num(), othercase(), parsefont(), tolower(), uncaps(), v_start(), and v_ulcase(). |
|
|
Definition at line 202 of file eefed.c. Referenced by ask_namematch(), compare(), decode(), decurl(), do_case(), doauth(), doconfig(), doproxyauth(), ed_case(), findauth(), getwords(), handle_clash_options(), keyword(), list_file(), main(), makeargs(), match1(), othercase(), proxy(), reg_addr(), uncaps(), unix_name(), and v_ulcase(). |
|
|
Definition at line 201 of file eefed.c. Referenced by authorize(), calcHash(), casecmp(), cmpf(), cvtline(), do_case(), ed_case(), english(), esc(), fix_mcwd(), get_drive(), GetChar(), getrequest(), label_name(), letterToCode(), main(), mkurlaccess(), move_file(), namecmp(), o_print(), othercase(), parse_old_device_line(), parse_one(), purge(), set_control(), strcasecmp(), strncasecmp(), traversetree(), upcase(), and write_direntry(). |
|
||||||||||||||||
|
Definition at line 209 of file eefed.c. References a, buf_tmat, c, cur_dot, delimp(), e_backc(), e_getc(), e_go(), e_ovwc(), e_setcur(), ed_go(), islower, isupper, tolower, toupper, and z. Referenced by case_word(), and ef_creg(). |
|
|
Definition at line 33 of file eefed.c. References CR, cur_buf, ed_insert, eolcrlf, and LF. Referenced by down_line(), f_crlf(), f_indnl(), and f_oline(). |
|
||||||||||||
|
Definition at line 133 of file eefed.c. References buf_tmod, cur_buf, cur_dot, e_go(), e_gocur(), mark_dot, sb_deln(), and SBBUF. |
|
|
|
|
|
Definition at line 82 of file eefed.c. References e_go(), and ed_setcur(). Referenced by ed_case(), ed_dorep(), f_exchmark(), f_fword(), and i_search(). |
|
|
Definition at line 89 of file eefed.c. References e_goff(), and ed_setcur(). |
|
|
Definition at line 96 of file eefed.c. References e_igoff(), and ed_setcur(). |
|
|
Definition at line 63 of file eefed.c. References d_curind(), ed_insn, SP, and TAB. Referenced by f_indcomm(), and f_indrel(). |
|
|
Definition at line 14 of file eefed.c. References buf_tmod, cur_buf, cur_dot, sb, sb_putc, and SBBUF. |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 168 of file eefed.c. References e_copyn(), e_go(), ed_delete, kill_ptr, kill_push, kill_ring, KILLCMD, last_cmd, sbs_app(), and SBSTR. Referenced by ef_deln(), f_kline(), f_kregion(), f_kword(), and f_repline(). |
|
||||||||||||
|
Definition at line 50 of file eefed.c. References ed_insert. Referenced by ed_dorep(), i_search(), and sayall(). |
|
|
Definition at line 105 of file eefed.c. References cur_dot, cur_win, e_blen(), e_reset(), RD_WINRES, redp, and window::w_topldot. Referenced by ask(), i_search(), and zap_buffer(). |
|
|
Definition at line 76 of file eefed.c. References e_setcur(), RD_MOVE, and redp. Referenced by down_bline(), down_line(), ed_dorep(), ed_go(), ed_goff(), ed_igoff(), f_backind(), f_begline(), f_bpara(), f_endline(), f_fpara(), f_gobeg(), f_goend(), and lin_search(). |
|
|
Definition at line 43 of file eefed.c. Referenced by f_indcomm(), i_search(), and vfy_exer(). |
|
|
Definition at line 188 of file eefed.c. References KILL_LEN, kill_ptr, kill_ring, sbs_del(), and SBSTR. |
|
|
Definition at line 277 of file eefed.c. References c, islower, and toupper. Referenced by ask_kbuf(), askerr(), dbg_diag(), doargs(), e_search(), f_kbuffer(), f_retsup(), iwritfile(), mupcase(), nstrcmp(), repchar(), and ustrcmp(). |
1.4.6