current 500 gtags-cscope/display.c progress(char *what, long current, long max) current 518 gtags-cscope/display.c snprintf(msg, sizeof(msg), "%ld", current); current 528 gtags-cscope/display.c snprintf(msg, sizeof(msg), "> %s %ld of %ld", what, current, max); current 535 gtags-cscope/display.c i = (float)COLS * (float)current / (float)max; current 323 gtags-cscope/global-cscope.h void progress(char *what, long current, long max); current 45 gtags-cscope/history.c static struct cmd *tail, *current; current 70 gtags-cscope/history.c current = 0; current 77 gtags-cscope/history.c if( current) { current 78 gtags-cscope/history.c if( current->prev) /* stay on first item */ current 79 gtags-cscope/history.c return current = current->prev; current 81 gtags-cscope/history.c return current; current 83 gtags-cscope/history.c return current = tail; current 92 gtags-cscope/history.c if( current) { current 93 gtags-cscope/history.c if( current->next) /* stay on first item */ current 94 gtags-cscope/history.c return current = current->next; current 96 gtags-cscope/history.c return current; current 104 gtags-cscope/history.c current = 0; current 110 gtags-cscope/history.c return current;