Home
last modified time | relevance | path

Searched refs:tt_trmatch (Results 1 – 3 of 3) sorted by relevance

/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuusx.c2457 extern CHAR * tt_trmatch[];
2464 if (!tt_trmatch[i]) /* Just starting? */
2465 tt_trmatch[i] = (CHAR *)tt_trigger[i]; /* Set match pointer */
2466 if (c == *tt_trmatch[i]) { /* Compare this character */
2467 tt_trmatch[i]++; /* It matches */
2468 if (!*tt_trmatch[i]) { /* End of match string? */
2469 tt_trmatch[i] = (CHAR *) tt_trigger[i]; /* Yes, rewind, */
2474 tt_trmatch[i] = (CHAR *) tt_trigger[i]; /* Rewind match string */
H A Dckcmai.c1459 CHAR *tt_trmatch[TRIGGERS] = { NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL }; variable
H A Dckuusr.c5334 extern CHAR *tt_trmatch[];
5549 tt_trmatch[i] = NULL;