Home | History | Annotate | Download | only in Interpreter

Lines Matching full:first_char

1238         const char first_char = command_string[0];
1239 if (first_char == '\'' || first_char == '"')
1241 quote_char = first_char;