HomeSort by: relevance | last modified time | path
    Searched refs:col_tag (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp 63 typedef enum {col_tag, tab_tag, tab0_tag, none} colType; enumerator in enum:__anon9333
3478 case col_tag:
3581 type_of_col = col_tag;
3597 if (type_of_col == col_tag && start_of_table != NULL) {
3633 if (type_of_col == col_tag)
  /src/sys/dev/ic/
aic79xx.c 5892 u_int col_tag; local
5945 col_tag = scb_data->numscbs ^ 0x100;
5946 next_scb->col_scb = ahd_find_scb_by_tag(ahd, col_tag);

Completed in 37 milliseconds