Searched refs:ccol (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dvt_ioctl.c848 ushort ll,cc,vlin,clin,vcol,ccol; local
859 __get_user(ccol, &vtconsize->v_ccol);
868 if (vcol && ccol) {
870 if (cc != vcol/ccol)
873 cc = vcol/ccol;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c119 static int crow, ccol, offset; // cursor is on Crow x Ccol with Horz Ofset variable
470 ccol = 0;
2626 place_cursor(crow, ccol, FALSE); // put cursor back in correct place
2794 sync_cursor(dot, &crow, &ccol); // where cursor will be (on "dot")
2884 place_cursor(crow, ccol, (crow == last_row) ? TRUE : FALSE);
2887 place_cursor(crow, ccol, FALSE);
3066 dot = move_to_col(dot, ccol + offset); // try stay in same col
3682 dot = move_to_col(dot, ccol + offset); // try stay in same col
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.c3479 int ccol; local
3529 ccol = ctxt->input->col;
3532 ccol++;
3534 ctxt->input->col = ccol;
3897 int nbchar = 0, ccol; local
3924 ccol = ctxt->input->col;
3929 ccol++;
3931 ctxt->input->col = ccol;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dparser.c4043 int ccol; local
4093 ccol = ctxt->input->col;
4096 ccol++;
4098 ctxt->input->col = ccol;
4483 int nbchar = 0, ccol; local
4511 ccol = ctxt->input->col;
4516 ccol++;
4518 ctxt->input->col = ccol;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.c3479 int ccol; local
3529 ccol = ctxt->input->col;
3532 ccol++;
3534 ctxt->input->col = ccol;
3897 int nbchar = 0, ccol; local
3924 ccol = ctxt->input->col;
3929 ccol++;
3931 ctxt->input->col = ccol;

Completed in 181 milliseconds