ncol              238 htags/htags.c  int ncol = 4;				/**< columns of line number	*/
ncol             1274 htags/htags.c  			ncol = n;
ncol             1638 htags/htags.c  				ncol = atoi(optarg);
ncol             1691 htags/htags.c  					ncol = atoi(optarg);
ncol              140 htags/htags.h  extern int ncol;
ncol              358 htags/src2html.c 		i = ncol + 1;
ncol              817 htags/src2html.c 	snprintf(lineno_format, sizeof(lineno_format), "%%%dd ", ncol);