Home
last modified time | relevance | path

Searched refs:td_id (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/flex/src/
H A Dtables.c107 td->td_id = id; in yytbl_data_init()
196 if ((rv = yytbl_write16 (wr, td->td_id)) < 0) in yytbl_data_fwrite()
467 yytbl_data_init (&newtbl, tbl->td_id); in yytbl_data_compress()
H A Dtables_shared.c67 if (tbl->td_id == YYTD_ID_TRANSITION) in yytbl_calc_total_len()
H A Dtables_shared.h118 flex_uint16_t td_id; /**< enum yytbl_id table identifier */ member
H A Dflex.skl3111 if (yytbl_read16 (&td.td_id, rd) != 0
3123 if ((dmap = yytbl_dmap_lookup (dmap, td.td_id M4_YY_CALL_LAST_ARG)) == NULL){
/freebsd/tools/tools/netrate/netreceive/
H A Dnetreceive.c58 pthread_t td_id; member
148 if (pthread_create(&tp[i]->td_id, NULL, rx_body, tp[i])) { in make_threads()