Lines Matching defs:in
4 // you may not use this file except in compliance with the License.
9 // Unless required by applicable law or agreed to in writing, software
56 const char* in = cmd->c_str();
57 for (; *in && !done; in++) {
58 switch (*in) {
61 while (in[1] && *in != '\n')
62 in++;
70 if (quote == *in)
73 quote = *in;
75 res += *in;
83 res += *in;
86 if (*in == '\\') {
92 prev_char = *in;
140 const string&& in = args[1]->Eval(ev);
141 if (in.find(find) != string::npos)
467 KATI_WARN("%s:%d: *warning*: $(eval) in a recipe is not recommended: %s",