Lines Matching refs:string
662 "string end could not be found",
666 "string too long: must be [1, %lu]",
2335 void bc_string_free(void *string) {
2336 free(*((char**) string));
3743 // is a semicolon, which has no string requirement.
5736 size_t string = 0;
5767 if (!comment && (i - 1 > len || str[i - 1] != '\\')) string ^= c == '"';
5769 if (!string && notend) {
5786 if (string || comment) continue;
5799 else if (string) s = bc_parse_err(&BC_VM->prs, BC_ERROR_PARSE_STRING);