Searched refs:col_tag (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp61 typedef enum {col_tag, tab_tag, tab0_tag, none} colType; enumerator in enum:__anon1691
3476 case col_tag:
3579 type_of_col = col_tag;
3595 if (type_of_col == col_tag && start_of_table != NULL) {
3631 if (type_of_col == col_tag)
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.c6192 u_int col_tag; local
6241 col_tag = scb_data->numscbs ^ 0x100;
6242 next_scb->col_scb = ahd_find_scb_by_tag(ahd, col_tag);

Completed in 139 milliseconds