Searched refs:regstart (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtksh/include/
H A DtclInt.h69 char regstart; /* Internal use only. */ member in struct:regexp
/ast/src/lib/libtksh/tcl/
H A Dregexp.c67 * regstart char that must begin a match; '\0' if none obvious
279 r->regstart = '\0'; /* Worst-case defaults. */
289 r->regstart = *OPERAND(scan);
297 * the regstart check works with the beginning of the r.e.
809 if (prog->regstart != '\0')
811 while ((s = strchr(s, prog->regstart)) != NULL) {
1173 if (r->regstart != '\0')
1174 printf("start `%c' ", r->regstart);

Completed in 29 milliseconds