Lines Matching full:sequential
1154 // Check for both being sequential ASCII strings, and inline if that is the
2448 // (1) Sequential string? If yes, go to (5).
2449 // (2) Anything but sequential or cons? If yes, go to (6).
2453 // (5) Sequential string. Load regexp code according to encoding.
2459 // (7) External string. Make it, offset-wise, look like a sequential string.
2468 // (1) Sequential string? If yes, go to (5).
2478 // (2) Anything but sequential or cons? If yes, go to (6).
2504 // (5) Sequential string. Load regexp code according to encoding.
2506 // subject: sequential subject string (or look-alike, external string)
2510 // to look like a sequential string when it actually is an external string.
2751 // (7) External string. Make it, offset-wise, look like a sequential string.
2757 // Sequential strings have already been ruled out.
2763 // Move the pointer so that offset-wise, it looks like a sequential string.
3433 // "string" is a sequential string,
3491 // If the string is not indirect, it can only be sequential or external.
3520 // Sequential or external string. Just move string to the expected register.
3582 // Sequential acii string. Allocate the result.
3777 // Check that both objects are sequential ASCII strings.
4049 // Check that both strings are sequential ASCII.