#include "elle.h"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) | |
1.5.8