Home
last modified time | relevance | path

Searched refs:ret_tok (Results 1 – 20 of 20) sorted by relevance

/dports/net/wireshark/wireshark-3.6.1/epan/
H A Dtvbparse.c476 tvbparse_elem_t* ret_tok; in cond_hash() local
518 ret_tok->sub = key_elem; in cond_hash()
521 *tok = ret_tok; in cond_hash()
581 tvbparse_elem_t* ret_tok = NULL; in cond_seq() local
605 if (ret_tok) { in cond_seq()
607 ret_tok->len = (new_elem->offset - ret_tok->offset) + new_elem->len; in cond_seq()
626 *tok = ret_tok; in cond_seq()
693 if (ret_tok) { in cond_some()
695 ret_tok->len = (new_elem->offset - ret_tok->offset) + new_elem->len; in cond_some()
697 if (ret_tok->sub) { in cond_some()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/
H A Dtvbparse.c476 tvbparse_elem_t* ret_tok; in cond_hash() local
518 ret_tok->sub = key_elem; in cond_hash()
521 *tok = ret_tok; in cond_hash()
581 tvbparse_elem_t* ret_tok = NULL; in cond_seq() local
605 if (ret_tok) { in cond_seq()
607 ret_tok->len = (new_elem->offset - ret_tok->offset) + new_elem->len; in cond_seq()
626 *tok = ret_tok; in cond_seq()
693 if (ret_tok) { in cond_some()
695 ret_tok->len = (new_elem->offset - ret_tok->offset) + new_elem->len; in cond_some()
697 if (ret_tok->sub) { in cond_some()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/
H A Dtvbparse.c476 tvbparse_elem_t* ret_tok;
518 ret_tok->sub = key_elem;
521 *tok = ret_tok;
581 tvbparse_elem_t* ret_tok = NULL;
605 if (ret_tok) {
607 ret_tok->len = (new_elem->offset - ret_tok->offset) + new_elem->len;
626 *tok = ret_tok;
693 if (ret_tok) {
695 ret_tok->len = (new_elem->offset - ret_tok->offset) + new_elem->len;
697 if (ret_tok->sub) {
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/
H A Dtvbparse.c476 tvbparse_elem_t* ret_tok; in cond_hash() local
518 ret_tok->sub = key_elem; in cond_hash()
521 *tok = ret_tok; in cond_hash()
581 tvbparse_elem_t* ret_tok = NULL; in cond_seq() local
605 if (ret_tok) { in cond_seq()
607 ret_tok->len = (new_elem->offset - ret_tok->offset) + new_elem->len; in cond_seq()
626 *tok = ret_tok; in cond_seq()
693 if (ret_tok) { in cond_some()
695 ret_tok->len = (new_elem->offset - ret_tok->offset) + new_elem->len; in cond_some()
697 if (ret_tok->sub) { in cond_some()
[all …]
/dports/devel/ragel/ragel-6.10/examples/
H A Dpullscan.c69 #define ret_tok( _tok ) token = _tok; s->data = s->ts macro
123 {{( s->p) = (( s->te))-1;}{ ret_tok( *s->p ); {( s->p)++; s->cs = 2; goto _out;} }} in scan()
127 { s->te = ( s->p)+1;{ ret_tok( TK_String ); {( s->p)++; s->cs = 2; goto _out;} }} in scan()
131 { s->te = ( s->p)+1;{ ret_tok( *s->p ); {( s->p)++; s->cs = 2; goto _out;} }} in scan()
135 { s->te = ( s->p)+1;{ ret_tok( TK_EOF ); {( s->p)++; s->cs = 2; goto _out;} }} in scan()
143 { s->te = ( s->p);( s->p)--;{ ret_tok( *s->p ); {( s->p)++; s->cs = 2; goto _out;} }} in scan()
147 { s->te = ( s->p);( s->p)--;{ ret_tok( TK_Number ); {( s->p)++; s->cs = 2; goto _out;} }} in scan()
151 { s->te = ( s->p);( s->p)--;{ ret_tok( TK_Identifier ); {( s->p)++; s->cs = 2; goto _out;} }} in scan()
H A Dpullscan.rl51 #define ret_tok( _tok ) token = _tok; s->data = s->ts
107 { ret_tok( TK_Identifier ); fbreak; };
113 { ret_tok( TK_String ); fbreak; };
117 { ret_tok( TK_Number ); fbreak; };
121 { ret_tok( TK_EOF ); fbreak; };
125 { ret_tok( *s->p ); fbreak; };
/dports/security/snort/snort-2.9.18/src/detection-plugins/
H A Dsp_byte_math.c393 char *ret_tok=NULL; in ByteMath_tok_extract() local
394 ret_tok = strtok(src," "); in ByteMath_tok_extract()
395 if (ret_tok && !strcmp(ret_tok,del)) in ByteMath_tok_extract()
397 ret_tok = strtok(NULL, ","); in ByteMath_tok_extract()
398 if (ret_tok) in ByteMath_tok_extract()
400 while(isspace((int)*ret_tok)) {ret_tok++;} in ByteMath_tok_extract()
401 return (ret_tok); in ByteMath_tok_extract()
404 ParseError("Byte_Math token input[%s] is invalid one for options[%s]\n",ret_tok,del); in ByteMath_tok_extract()
405 return ret_tok; in ByteMath_tok_extract()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/treelang/
H A Dparse.y518 struct prod_token_parm_item* ret_tok;
519 ret_tok = $1;
527 ret_tok->tp.tok.location.file,
528 ret_tok->tp.tok.location.line, ret_tok->tp.tok.charno);
529 print_token (stderr, 0, ret_tok);
537 ret_tok->tp.tok.location.file,
538 ret_tok->tp.tok.location.line, ret_tok->tp.tok.charno);
539 print_token (stderr, 0, ret_tok);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/treelang/
H A Dparse.y518 struct prod_token_parm_item* ret_tok;
519 ret_tok = $1;
527 ret_tok->tp.tok.location.file,
528 ret_tok->tp.tok.location.line, ret_tok->tp.tok.charno);
529 print_token (stderr, 0, ret_tok);
537 ret_tok->tp.tok.location.file,
538 ret_tok->tp.tok.location.line, ret_tok->tp.tok.charno);
539 print_token (stderr, 0, ret_tok);
/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_mem.h13 extern int esl_memtok(char **p, esl_pos_t *n, const char *delim, char **ret_tok, esl_pos_t *r…
H A Deasel.h473 extern int esl_strtok (char **s, char *delim, char **ret_tok);
474 extern int esl_strtok_adv(char **s, char *delim, char **ret_tok, int *opt_toklen, char *opt_endcha…
H A Deasel.c1105 esl_strtok(char **s, char *delim, char **ret_tok) in esl_strtok() argument
1107 return esl_strtok_adv(s, delim, ret_tok, NULL, NULL); in esl_strtok()
1137 esl_strtok_adv(char **s, char *delim, char **ret_tok, int *opt_toklen, char *opt_endchar) in esl_strtok_adv() argument
1165 *ret_tok = tok; in esl_strtok_adv()
H A Desl_mem.c526 esl_memtok(char **p, esl_pos_t *n, const char *delim, char **ret_tok, esl_pos_t *ret_toklen) in esl_memtok() argument
535 if (so == *n) { *ret_tok = NULL; *ret_toklen = 0; return eslEOL; } in esl_memtok()
536 else { *p += eo; *n -= eo; *ret_tok = s + so; *ret_toklen = xo - so; return eslOK; } in esl_memtok()
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_mem.h13 extern int esl_memtok(char **p, esl_pos_t *n, const char *delim, char **ret_tok, esl_pos_t *r…
H A Deasel.h473 extern int esl_strtok (char **s, char *delim, char **ret_tok);
474 extern int esl_strtok_adv(char **s, char *delim, char **ret_tok, int *opt_toklen, char *opt_endcha…
H A Deasel.c1105 esl_strtok(char **s, char *delim, char **ret_tok) in esl_strtok() argument
1107 return esl_strtok_adv(s, delim, ret_tok, NULL, NULL); in esl_strtok()
1137 esl_strtok_adv(char **s, char *delim, char **ret_tok, int *opt_toklen, char *opt_endchar) in esl_strtok_adv() argument
1165 *ret_tok = tok; in esl_strtok_adv()
H A Desl_mem.c526 esl_memtok(char **p, esl_pos_t *n, const char *delim, char **ret_tok, esl_pos_t *ret_toklen) in esl_memtok() argument
535 if (so == *n) { *ret_tok = NULL; *ret_toklen = 0; return eslEOL; } in esl_memtok()
536 else { *p += eo; *n -= eo; *ret_tok = s + so; *ret_toklen = xo - so; return eslOK; } in esl_memtok()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/treelang/
H A Dparse.y523 struct prod_token_parm_item *ret_tok = $1;
533 &ret_tok->tp.tok.location);
538 error ("%Hexpression missing in return", &ret_tok->tp.tok.location);
/dports/lang/zig/zig-0.9.0/src/
H A DZir.zig481 /// TODO rename this to `ret_tok` because coercion is now done unconditionally in Sema.
/dports/lang/zig-devel/zig-0.9.0/src/
H A DZir.zig481 /// TODO rename this to `ret_tok` because coercion is now done unconditionally in Sema.