re_intuit_start(): use the rx_origin var more
authorDavid Mitchell <davem@iabyn.com>
Sat, 25 Jan 2014 10:30:51 +0000 (10:30 +0000)
committerDavid Mitchell <davem@iabyn.com>
Fri, 7 Feb 2014 22:39:37 +0000 (22:39 +0000)
commit3043e7b49611b7462047bf3742511470995b98bd
treece51c7d828c9376d1620c1c73af0c4f7dbdfaf1d
parent0fc004dd9db5f900fa1473b62fc7ff16ac881942
re_intuit_start(): use the rx_origin var more

Make the rx_origin variable (introduced in the previous commit, and which
specifies the current minimum legal place the regex could match at) to
also be used at the start and end of the "other" substr match: the origin
is now passed in this var to the other parts of the code that use it,
rather than in the anonymous "t" variable, which is slowly being reduced
in function to a temporary generic char pointer.
regexec.c