Lines Matching full:sequential
1196 // Check for both being sequential ASCII strings, and inline if that is the
2594 // (1) Sequential string? If yes, go to (5).
2595 // (2) Anything but sequential or cons? If yes, go to (6).
2599 // (5) Sequential string. Load regexp code according to encoding.
2605 // (7) External string. Make it, offset-wise, look like a sequential string.
2614 // (1) Sequential string? If yes, go to (5).
2623 // (2) Anything but sequential or cons? If yes, go to (6).
2649 // (5) Sequential string. Load regexp code according to encoding.
2651 // subject: sequential subject string (or look-alike, external string)
2655 // to look like a sequential string when it actually is an external string.
2905 // (7) External string. Make it, offset-wise, look like a sequential string.
2911 // Sequential strings have already been ruled out.
2920 // Move the pointer so that offset-wise, it looks like a sequential string.
3622 // "string" is a sequential string,
3679 // If the string is not indirect, it can only be sequential or external.
3709 // Sequential or external string. Just move string to the expected register.
3770 // Sequential acii string. Allocate the result.
3975 // Check that both objects are sequential ASCII strings.
4274 // Check that both strings are sequential ASCII.