eefed.c File Reference

#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)


Define Documentation

#define islower c   )     (('a' <= c) && (c <= 'z'))
 

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().

#define isupper c   )     (('A' <= c) && (c <= 'Z'))
 

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().

#define tolower c   )     (c + ('a' - 'A'))
 

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().

#define toupper c   )     (c + ('A' - 'a'))
 

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().


Function Documentation

ed_case chroff  dot1,
chroff  dot2,
int  downp
 

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().

ed_crins  ) 
 

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().

ed_delete chroff  dot1,
chroff  dot2
 

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.

ed_deln chroff  off  ) 
 

Definition at line 121 of file eefed.c.

References e_dot(), e_goff(), and ed_delete.

ed_go chroff  dot  ) 
 

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().

ed_goff chroff  off  ) 
 

Definition at line 89 of file eefed.c.

References e_goff(), and ed_setcur().

ed_igoff int  ioff  ) 
 

Definition at line 96 of file eefed.c.

References e_igoff(), and ed_setcur().

Referenced by f_bchar(), and f_fchar().

ed_indto int  goal  ) 
 

Definition at line 63 of file eefed.c.

References d_curind(), ed_insn, SP, and TAB.

Referenced by f_indcomm(), and f_indrel().

ed_insert int  c  ) 
 

Definition at line 14 of file eefed.c.

References buf_tmod, cur_buf, cur_dot, sb, sb_putc, and SBBUF.

ed_insn int  ch,
int  cnt
 

Definition at line 25 of file eefed.c.

References ed_insert, and i.

ed_kill chroff  dot1,
chroff  dot2
 

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().

ed_nsins char *  s,
int  i
 

Definition at line 50 of file eefed.c.

References ed_insert.

Referenced by ed_dorep(), i_search(), and sayall().

ed_reset  ) 
 

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().

ed_setcur  ) 
 

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().

ed_sins char *  s  ) 
 

Definition at line 43 of file eefed.c.

References c, and ed_insert.

Referenced by f_indcomm(), i_search(), and vfy_exer().

kill_push SBSTR *  sdp  ) 
 

Definition at line 188 of file eefed.c.

References KILL_LEN, kill_ptr, kill_ring, sbs_del(), and SBSTR.

upcase int  ch  ) 
 

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().


Generated on Fri Apr 14 23:02:30 2006 for minix by  doxygen 1.4.6