max 500 gtags-cscope/display.c progress(char *what, long current, long max) max 521 gtags-cscope/display.c snprintf(msg, sizeof(msg), "%ld", max); max 528 gtags-cscope/display.c snprintf(msg, sizeof(msg), "> %s %ld of %ld", what, current, max); max 535 gtags-cscope/display.c i = (float)COLS * (float)current / (float)max; max 323 gtags-cscope/global-cscope.h void progress(char *what, long current, long max); max 229 libdb/compat.h #define getcwd(buf, max) getwd (buf) max 112 libutil/idset.c idset->min = idset->max = idset->lastid = END_OF_ID; max 141 libutil/idset.c idset->max = idset->min = id; max 142 libutil/idset.c else if (id > idset->max) max 143 libutil/idset.c idset->max = id; max 159 libutil/idset.c if (id < idset->min || id > idset->max) max 192 libutil/idset.c if (idset->lastid >= idset->max) max 194 libutil/idset.c limit = idset->max / LONG_BIT + 1; max 30 libutil/idset.h unsigned int max;