Lines Matching refs:col
296 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val)
327 ctxt->input->line++; ctxt->input->col = 1; \
328 } else ctxt->input->col++; \
580 ctxt->input->line++; ctxt->input->col = 1;
581 } else ctxt->input->col++;
699 static const char* const col_elt[] = { "col", NULL } ;
751 static const char* const table_contents[] = { "caption", "col", "colgroup", "thead", "tfoot", "tbody", "tr", NULL} ;
824 { "col", 0, 2, 2, 1, 0, 0, 0, "table column ",
828 DECL col_elt , "col" , DECL col_attrs , NULL, NULL
1087 "colgroup", "caption", "colgroup", "col", "p", NULL,
1088 "col", "caption", "col", "p", NULL,
1093 "tr", "th", "td", "tr", "caption", "col", "colgroup", "p", NULL,
1094 "thead", "caption", "col", "colgroup", NULL,
1095 "tfoot", "th", "td", "tr", "caption", "col", "colgroup", "thead",
1097 "tbody", "th", "td", "tr", "caption", "col", "colgroup", "thead",
2161 input->col = 1;
2439 ctxt->input->col += count;