Home
last modified time | relevance | path

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

/dports/devel/p5-B-C/B-C-1.57/lib/B/
H A DStackobj.pm42 sub VALID_STR () { 0x08 } subroutine
79 shift->{flags} &= ~( VALID_INT | VALID_UNSIGNED | VALID_NUM | VALID_STR );
91 shift->{flags} &= ~( VALID_STR );
127 if ( !( $obj->{flags} & VALID_STR ) ) {
129 $obj->{flags} |= VALID_STR | SAVE_STR;
175 push( @flags, "VALID_STR" ) if $flags & VALID_STR;
304 $obj->{flags} |= VALID_STR | SAVE_STR;
337 elsif ( $flags & VALID_STR ) {
381 $obj->{flags} = VALID_STR;
431 $obj->{flags} |= VALID_STR;
[all …]
H A DCC.pm743 sub valid_str { $_[0]->{flags} & VALID_STR }
819 if ( $changed & VALID_STR ) {
820 ( $old_flags & VALID_STR ) ? $lex->load_str : $lex->invalidate_str;
1121 $flags = VALID_SV | VALID_STR;
1165 $flags = VALID_SV | VALID_STR;
/dports/mail/libspf2/libspf2-1.2.10/src/spf_example/
H A Dspf_example.c355 #define VALID_STR(x) (x ? x : "") in main() macro
359 VALID_STR(SPF_response_get_smtp_comment(spf_response)), in main()
360 VALID_STR(SPF_response_get_header_comment(spf_response)), in main()
361 VALID_STR(SPF_response_get_received_spf(spf_response)) in main()
/dports/mail/anubis/anubis-4.2/src/
H A Drc-gram.y1480 #define VALID_STR(s) ((s)?(s):"NULL")
1514 VALID_STR (inst->key2), arg);
1525 VALID_STR (inst->key2), arg);
1693 if (!strcmp (VALID_STR (expr->key), X_ANUBIS_RULE_HEADER))
1700 VALID_STR (expr->key),
H A Drc-gram.c3480 #define VALID_STR(s) ((s)?(s):"NULL") macro
3514 VALID_STR (inst->key2), arg); in inst_eval()
3525 VALID_STR (inst->key2), arg); in inst_eval()
3693 if (!strcmp (VALID_STR (expr->key), X_ANUBIS_RULE_HEADER)) in expr_eval()
3700 VALID_STR (expr->key), in expr_eval()