Searched refs:via_token (Results 1 – 5 of 5) sorted by relevance
/dports/mail/mairix/mairix-0.24/dfasyn/ |
H A D | n2d.c | 372 …d_dfa(Block *b, struct DFA *dfa, unsigned long *nfas, int N, int Nt, int from_state, int via_token) in add_dfa() argument 399 dfa->s[dfa->n]->via_token = via_token; in add_dfa() 591 int from_state, via_token; in display_route() local 598 via_token = dfa->s[idx]->via_token; in display_route() 599 if (via_token >= ntokens) { in display_route() 600 print_charclass(out, via_token - ntokens); in display_route() 601 } else if (via_token >= 0) { in display_route() 602 fprintf(out, "%s", toktable[via_token]); in display_route()
|
H A D | n2d.h | 123 int via_token; /* the token through which we got to this state the first time. */ member
|
H A D | dfasyn.h | 214 int via_token; /* the token through which we got to this state the first time. */ member
|
H A D | compdfa.c | 420 dfas[i]->via_token = -1; in find_dead_states()
|
/dports/net/belle-sip/belle-sip-1.6.3-0/src/grammars/ |
H A D | belle_sip_message.g | 1315 via_token: {IS_HEADER_NAMED(Via,v)}? token; 1320 : via_token/* ( 'via' | 'v' )*/ hcolon via_parm (comma via_parm)* {$ret = $header_via::first;} ;
|