COLS 320 gtags-cscope/command.c COLS - sizeof(appendprompt), c, NO) > 0 COLS 341 gtags-cscope/command.c if (mygetline("", newpat, COLS - sizeof(readprompt), COLS 363 gtags-cscope/command.c if (mygetline("", newpat, COLS - sizeof(pipeprompt), '\0', NO) COLS 403 gtags-cscope/command.c if (mygetline("", newpat, COLS - sizeof(globalprompt), '\0', NO) == 0) { COLS 506 gtags-cscope/command.c if (mygetline(Pattern, newpat, COLS - fldcolumn - 1, '\0', caseless )) { COLS 540 gtags-cscope/command.c if (mygetline("", newpat, COLS - fldcolumn - 1, COLS 551 gtags-cscope/command.c COLS - sizeof(toprompt), COLS 950 gtags-cscope/command.c i = (COLS - 5) / 3; COLS 952 gtags-cscope/command.c i = (COLS - 7) / 5; COLS 184 gtags-cscope/display.c move(0, COLS - (int) sizeof(helpstring)); COLS 221 gtags-cscope/display.c width = COLS - numlen - 3; COLS 349 gtags-cscope/display.c move(screenline, COLS - width); COLS 519 gtags-cscope/display.c move(MSGLINE, (COLS / 2) - (strlen(msg) / 2)); COLS 522 gtags-cscope/display.c move(MSGLINE, COLS - strlen(msg)); COLS 535 gtags-cscope/display.c i = (float)COLS * (float)current / (float)max;