Home | History | Annotate | Download | only in x11vnc

Lines Matching defs:linecount

870 	int linecount = 0, i, remove = 0, read_mode = 0, begin_vo = -1;
974 begin_vo = linecount;
994 passwd_list[linecount++] = strdup(line);
1000 if (linecount >= max) {
1015 if (! linecount) {
1026 for (i=0; i<linecount; i++) {
1048 if (begin_viewonly < 0 && linecount == 2) {
1052 fprintf(stderr, "read_passwds: linecount is 2.\n");