Searched refs:keycol (Results 1 – 1 of 1) sorted by relevance
496 int keycol; /* Column where keyword starts */ in TextMain() local698 keycol = 0; in TextMain()733 keycol = column; in TextMain()751 while (keycol < column) in TextMain()753 Page[line][keycol + i].attr |= ATTR_BOLD; in TextMain()754 keycol ++; in TextMain()779 keycol = column; in TextMain()823 while (keycol < column) in TextMain()825 Page[line][keycol + i].attr |= ATTR_BOLD; in TextMain()826 keycol ++; in TextMain()[all …]