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

/freebsd-9.3-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp61 typedef enum {col_tag, tab_tag, tab0_tag, none} colType; enumerator in enum:__anon1536
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-9.3-release/sys/dev/aic7xxx/
H A Daic79xx.c6201 u_int col_tag; local
6250 col_tag = scb_data->numscbs ^ 0x100;
6251 next_scb->col_scb = ahd_find_scb_by_tag(ahd, col_tag);

Completed in 111 milliseconds