Lines Matching full:sequential
1015 // Check for both being sequential ASCII strings, and inline if that is the
2661 // (1) Sequential string? If yes, go to (5).
2662 // (2) Anything but sequential or cons? If yes, go to (6).
2666 // (5) Sequential string. Load regexp code according to encoding.
2672 // (7) External string. Make it, offset-wise, look like a sequential string.
2683 // (1) Sequential string? If yes, go to (5).
2702 // (2) Anything but sequential or cons? If yes, go to (6).
2729 // (5) Sequential string. Load regexp code according to encoding.
3017 // (7) External string. Make it, offset-wise, look like a sequential string.
3021 // Sequential strings have already been ruled out.
3032 // Move the pointer so that offset-wise, it looks like a sequential string.
3852 // Check that both strings are sequential ASCII.
4041 // "string" is a sequential string,
4110 // If the string is not indirect, it can only be sequential or external.
4145 // Sequential or external string. Registers unpacked_string and input_string
4222 // Sequential ASCII string. Allocate the result.
4422 // Check that both objects are sequential ASCII strings.