Home | History | Annotate | Download | only in kati

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
58 const char* in = cmd->c_str();
59 for (; *in && !done; in++) {
60 switch (*in) {
63 while (in[1] && *in != '\n')
64 in++;
72 if (quote == *in)
75 quote = *in;
77 res += *in;
85 res += *in;
88 if (*in == '\\') {
94 prev_char = *in;
142 const string&& in = args[1]->Eval(ev);
143 if (in.find(find) != string::npos)
469 KATI_WARN_LOC(ev->loc(), "*warning*: $(eval) in a recipe is not recommended: %s",
765 ev->Error("*** $(file ...) is not supported in rules.");