Searched refs:exp_match (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dchesslib++.c26 sscanf(exp_match,"%*s 1. %s",move);
39 sscanf(exp_match,"%*s %*s %*s %*s ... %s",move);
50 sscanf(exp_match,"%*s %*s ... %*s %*s %s",move);
H A Dchesslib.c22 sscanf(exp_match,"%*s 1. %s",move);
35 sscanf(exp_match,"%*s %*s %*s %*s ... %s",move);
46 sscanf(exp_match,"%*s %*s ... %*s %*s %s",move);
H A Dchesslib2.c22 sscanf(exp_match,"%*s 1. %s",move);
35 sscanf(exp_match,"%*s %*s %*s %*s ... %s",move);
46 sscanf(exp_match,"%*s %*s ... %*s %*s %s",move);
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexpect.h363 EXTERN char *exp_match; /* start of matched string */ variable
H A Dexp_clib.c1698 char *exp_match = 0;
2527 exp_match = exp_buffer;
2628 exp_match = exp_buffer + offset;
2629 exp_match_end = exp_match + matched;
2635 exp_match = p;
2644 exp_match = p;
2652 exp_match = ec->re->startp[0];
1697 char *exp_match = 0; variable

Completed in 99 milliseconds