Lines Matching defs:col
1425 int col = 0;
1432 col++, altcol++;
1435 col = (col / tok->tabsize + 1) * tok->tabsize;
1439 col = altcol = 0; /* For Emacs users */
1446 cont_line_col = cont_line_col ? cont_line_col : col;
1462 if (col == 0 && c == '\n' && tok->prompt != NULL) {
1469 col = altcol = 0;
1478 col = cont_line_col ? cont_line_col : col;
1480 if (col == tok->indstack[tok->indent]) {
1486 else if (col > tok->indstack[tok->indent]) {
1497 tok->indstack[++tok->indent] = col;
1500 else /* col < tok->indstack[tok->indent] */ {
1503 col < tok->indstack[tok->indent]) {
1507 if (col != tok->indstack[tok->indent]) {