SYMBOL INDEX (129 symbols across 19 files) FILE: src/edbuf.c function VLINES (line 8) | VLINES *_newline(VLINES temp) function _RemoveThing (line 20) | void _RemoveThing(VLINES **head, int index) function _hardupdateLINE (line 38) | void _hardupdateLINE(VLINES **head, int index, VLINES temp) function _deletetheList (line 60) | void _deletetheList(VLINES **head) function VLINES (line 81) | VLINES *_update(VLINES *head, int index, VLINES temp) function VLINES (line 95) | VLINES *_getObject(VLINES *head, int index) function VLINES (line 110) | VLINES *_deleteline(VLINES *head, int index) function VLINES (line 130) | VLINES *_addfront(VLINES *head, VLINES *newp) function VLINES (line 139) | VLINES *_addatend (VLINES *head, VLINES *newp) function _printlist (line 151) | void _printlist(VLINES **head) function _length (line 166) | int _length(VLINES **head) function _reindex (line 179) | void _reindex(VLINES **head) function _deleteObject (line 192) | void _deleteObject(VLINES **head,int index, BOOL sort){ function _dumpLine (line 201) | int _dumpLine(VLINES *head, long index, VLINES *line){ function _updateLine (line 222) | int _updateLine(VLINES *head, long index, VLINES *line){ function CHARBUF (line 244) | CHARBUF _getSingleChar(VLINES *head, long X, long Y ){ function findEndline (line 268) | int findEndline(VLINES line) { function BOOL (line 285) | BOOL isLineTerminated(VLINES line) { FILE: src/edbuf.h type BOOL (line 9) | typedef int BOOL; type CHARBUF (line 11) | typedef struct _charbuf type VLINES (line 18) | typedef struct _vlines FILE: src/editor.c function wchar_t (line 21) | wchar_t convertChar(char c1, char c2) { function linetoScreenRAW (line 35) | void linetoScreenRAW(long whereY, VLINES tempLine){ function linetoScreen (line 60) | void linetoScreen(long whereY, VLINES tempLine){ function cleanScreenLine (line 93) | void cleanScreenLine(long whereY) function cleanSection (line 105) | void cleanSection(long whereY, long start, int amount) function buffertoScreen (line 121) | void buffertoScreen(BOOL raw){ function buffertoFile (line 140) | void buffertoFile(char *fileName){ function editor_section (line 166) | int editor_section(char ch){ function filetoBuffer (line 554) | int filetoBuffer(char *fileName) { //EDBUF* function flush_editarea (line 633) | void flush_editarea(int force_update) { FILE: src/fileb.c function file_exists (line 27) | int file_exists(char *fileName) { function getfileSize (line 41) | long getfileSize(FILE * filePtr) { function countLinesFile (line 56) | long countLinesFile(FILE * filePtr) { function checkFile (line 78) | long checkFile(FILE * filePtr) { function openandcheckFile (line 98) | int openandcheckFile(char *fileName) { function openFile (line 133) | int openFile(FILE ** filePtr, char fileName[], char *mode) function closeFile (line 156) | int closeFile(FILE * filePtr) { FILE: src/global.c function initCEDIT (line 74) | int initCEDIT(){ function _animation (line 105) | int _animation(){ FILE: src/global.h type BOOL (line 27) | typedef int BOOL; FILE: src/keyb.c function read_keytrail (line 28) | int read_keytrail(char chartrail[5]){ function read_accent (line 56) | int read_accent(char *ch, char accentchar[2]) FILE: src/listbox.c function LISTCHOICE (line 40) | LISTCHOICE *newitem(char *text,unsigned setX, unsigned setY,unsigned for... function removeList (line 56) | void removeList(LISTCHOICE ** head) { function LISTCHOICE (line 70) | LISTCHOICE *addatend(LISTCHOICE * head, LISTCHOICE * newp) { function gotoIndex (line 89) | void gotoIndex(LISTCHOICE ** aux, SCROLLDATA * scrollData, function printlist (line 108) | void printlist(LISTCHOICE * head, SCROLLDATA * scrollData, unsigned disp... function loadlist (line 132) | void loadlist(LISTCHOICE * head, SCROLLDATA * scrollData, unsigned index... function query_length (line 155) | int query_length(LISTCHOICE ** head) { function displayItem (line 171) | void displayItem(LISTCHOICE * aux, SCROLLDATA * scrollData, int select) function move_selector (line 227) | int move_selector(LISTCHOICE ** selector, SCROLLDATA * scrollData) { function selectorMenu (line 340) | char selectorMenu(LISTCHOICE * aux, SCROLLDATA * scrollData) { function setselectorLimit (line 474) | void setselectorLimit(int num){ function resetScrollData (line 477) | void resetScrollData(SCROLLDATA *scrollData) function listBox (line 497) | char listBox(LISTCHOICE * head, FILE: src/listbox.h type LISTCHOICE (line 42) | typedef struct _listchoice { type SCROLLDATA (line 53) | typedef struct _scrolldata { FILE: src/main.c function draw_screen (line 35) | void draw_screen(){ function cursor_tick (line 106) | void cursor_tick(void){ function update_indicators (line 174) | void update_indicators() { function main (line 226) | int main(int argc, char *argv[]) { function control_keys (line 312) | int control_keys(char ch){ function special_keys (line 355) | int special_keys() { function credits (line 620) | void credits() { function _resizeScreen (line 674) | void _resizeScreen(){ function displayMessage (line 696) | int displayMessage(char *temporaryMessage, int x, int y, int fColor, int... FILE: src/menu.c function loadmenus (line 23) | void loadmenus(int choice) { function handlemenus (line 83) | void handlemenus(char *returnMenuChar, int *menuCounter, BOOL horizontal... function horizontal_menu (line 116) | char horizontal_menu() { function filemenu (line 135) | char filemenu() { function optionsmenu (line 277) | char optionsmenu() { function helpmenu (line 305) | char helpmenu() { function displayAbout (line 332) | int displayAbout(void) function addItemsHelp (line 439) | void addItemsHelp(LISTCHOICE **listBox1, char textarray[][MAXLINE], int ... function displayHelp (line 450) | int displayHelp(void) FILE: src/opfile.c function listFiles (line 46) | int listFiles(LISTCHOICE ** listBox1, char *directory) { function addItems (line 125) | void addItems(LISTCHOICE **listBox1) function openFileDialog (line 136) | int openFileDialog(char fileName[MAXFILENAME], char fullPath[MAXFILENAME]){ FILE: src/rterm.c type winsize (line 31) | struct winsize type termios (line 32) | struct termios function pushTerm (line 42) | void pushTerm() { function resetTerm (line 50) | int resetTerm() { function kbhit (line 62) | int kbhit(int timeout_ms) function readch (line 80) | char readch() { function resetch (line 91) | void resetch() { function gotoxy (line 101) | void gotoxy(int x, int y) { function outputcolor (line 108) | void outputcolor(int foreground, int background) { function screencol (line 115) | void screencol(int x) { function resetAnsi (line 125) | void resetAnsi(int x) { function get_terminal_dimensions (line 147) | int get_terminal_dimensions(int *rows, int *columns) { function hidecursor (line 157) | void hidecursor() { function showcursor (line 164) | void showcursor() { function get_pos (line 171) | int get_pos(int *y, int *x) { function init_term (line 220) | void init_term(void) function close_term (line 232) | void close_term(void) FILE: src/rterm.h type BOOL (line 85) | typedef int BOOL; FILE: src/scbuf.c function SCREENCELL (line 23) | SCREENCELL *newelement(SCREENCELL temp) function deleteList (line 37) | void deleteList(SCREENCELL **head) function SCREENCELL (line 59) | SCREENCELL *addfront(SCREENCELL *head, SCREENCELL *newp) function SCREENCELL (line 68) | SCREENCELL *addend (SCREENCELL *head, SCREENCELL *newp) function length (line 81) | int length(SCREENCELL **head) function reindex (line 94) | void reindex(SCREENCELL **head) function create_screen (line 109) | int create_screen(SCREENCELL **newScreen){ function copy_screen (line 144) | void copy_screen(SCREENCELL *destination,SCREENCELL *source){ function update_ch (line 165) | void update_ch(int x, int y, wchar_t ch, char backcolor, char forecolor) { function write_ch (line 173) | void write_ch(SCREENCELL *newScreen, int x, int y, wchar_t ch, char back... function SCREENCELL (line 206) | SCREENCELL read_cell(SCREENCELL *newScreen, int x, int y) { function wchar_t (line 232) | wchar_t read_char(SCREENCELL *newScreen, int x, int y) { function write_str (line 256) | void write_str(SCREENCELL *newScreen, int x, int y, char *str, char back... function update_str (line 277) | void update_str(int x, int y, char *str, char backcolor, char forecolor) { function write_num (line 296) | int write_num(SCREENCELL *newScreen, int x, int y, int num, char backcolor, function screen_color (line 311) | void screen_color(SCREENCELL *newScreen, char bcolor, char fcolor, wchar... function dump_screen (line 333) | void dump_screen(SCREENCELL *newScreen) { function update_screen (line 352) | void update_screen(SCREENCELL *newScreen) { function xor_update (line 372) | void xor_update(SCREENCELL *screen1, SCREENCELL *screen2) { function xor_copy (line 396) | void xor_copy(SCREENCELL *screen1, SCREENCELL *screen2) function draw_window (line 430) | void draw_window(SCREENCELL *newScreen, int x1, int y1, int x2, int y2, ... FILE: src/scbuf.h type SCREENCELL (line 20) | typedef struct _screencell FILE: src/tm.c function epoch_ms (line 14) | long long epoch_ms(void) function timerC (line 20) | int timerC(NTIMER *mytimer1){ function init_timer (line 44) | void init_timer(NTIMER *mytimer1, int ms){ function stop_timer (line 50) | void stop_timer(NTIMER *mytimer1){ function resume_timer (line 55) | void resume_timer(NTIMER *mytimer1){ FILE: src/tm.h type NTIMER (line 25) | typedef struct nTimer{ FILE: src/ui.c function textbox (line 18) | int textbox(SCREENCELL *newScreen,int wherex, int wherey, int displayLen... function window (line 142) | void window(SCREENCELL *screen1, int x1, int y1, int x2, int y2, int bac... function inputWindow (line 195) | int inputWindow(char *label, char *tempFile, char *windowTitle, int off... function yesnoWindow (line 217) | int yesnoWindow(char *message, char *windowTitle) {