SYMBOL INDEX (60 symbols across 10 files) FILE: include/hex.h type WINS (line 57) | typedef struct { /* struct that holds win... type LinkedList (line 67) | struct LinkedList { /* linked list structure */ type Stack (line 73) | struct Stack { /* struct to be used for stack*/ type hexList (line 81) | typedef struct LinkedList hexList; type hexStack (line 82) | typedef struct Stack hexStack; FILE: include/hgetopt.h type option (line 87) | struct option type option (line 126) | struct option type option (line 129) | struct option type option (line 134) | struct option FILE: src/acceptch.c function wacceptch (line 32) | int wacceptch(WINS *win, off_t len) function restoreBorder (line 818) | void restoreBorder(WINS *win) FILE: src/color.c function init_colors (line 13) | void init_colors(void) function get_byte_color (line 35) | int get_byte_color(intmax_t address, char c) function byte_color_on (line 44) | void byte_color_on(intmax_t address, char c) function byte_color_off (line 53) | void byte_color_off(intmax_t address, char c) function get_address_color (line 66) | int get_address_color(intmax_t address) function address_color_on (line 72) | void address_color_on(intmax_t address) function address_color_off (line 79) | void address_color_off(intmax_t address) FILE: src/file.c function outline (line 27) | void outline(FILE *fp, off_t linenum) function off_t (line 87) | off_t maxLoc(FILE *fp) function print_usage (line 97) | void print_usage() function off_t (line 117) | off_t maxLines(off_t len) function openfile (line 132) | int openfile(WINS *win) function savefile (line 194) | int savefile(WINS *win) function off_t (line 250) | off_t hexSearch(FILE *fp, int ch[], off_t startfp, int length) function off_t (line 310) | off_t gotoLine(FILE *fp, off_t currLoc, off_t gotoLoc, off_t maxlines, W... function getLocVal (line 393) | int getLocVal(off_t loc) function inHexList (line 410) | bool inHexList(off_t loc) FILE: src/getopt.c function exchange (line 72) | static void function getopt_set_posix_option_order (line 97) | void function _getopt_internal (line 107) | int function hgetopt (line 449) | int FILE: src/hexcurse.c function main (line 66) | int main(int argc, char *argv[]) /* main program */ function off_t (line 174) | off_t parseArgs(int argc, char *argv[]) function getMinimumAddressLength (line 236) | int getMinimumAddressLength(off_t len) function RETSIGTYPE (line 253) | RETSIGTYPE catchSegfault(int sig) FILE: src/llist.c function hexList (line 25) | hexList *deleteNode(hexList *head, off_t loc) function hexList (line 49) | hexList *insertItem(hexList *head, off_t loc, int val) function searchList (line 89) | int searchList(hexList *head, off_t loc) function writeChanges (line 107) | int writeChanges() function hexList (line 172) | hexList *freeList(hexList *head) FILE: src/screen.c function init_menu (line 25) | void init_menu(WINS *windows) function free_windows (line 77) | void free_windows(WINS *windows) function exit_err (line 105) | void exit_err(char *err_str) function init_screen (line 118) | void init_screen(void) function screen_exit (line 133) | void screen_exit(int exit_val) function init_fkeys (line 143) | void init_fkeys() function RETSIGTYPE (line 162) | RETSIGTYPE checkScreenSize(int sig) function refreshall (line 232) | void refreshall(WINS *win) function WINDOW (line 249) | WINDOW *drawbox(int y, int x, int height, int width) function scrollbar (line 263) | void scrollbar(WINS *windows, int cl, long maxLines) function printHelp (line 295) | void printHelp(WINS *win) function winscroll (line 381) | void winscroll(WINS *windows, WINDOW *win, int n, int currentLine) function clearScreen (line 415) | void clearScreen(WINS *win) function popupWin (line 439) | void popupWin(char *msg, int time) function questionWin (line 482) | short int questionWin(char *msg) FILE: src/stack.c function createStack (line 26) | void createStack(hexStack *stack) function pushStack (line 43) | void pushStack(hexStack **stack, hexStack *tmpStack) function popStack (line 66) | void popStack(hexStack **stack) function smashDaStack (line 83) | void smashDaStack(hexStack **stack)