HomeSort by: relevance | last modified time | path
    Searched refs:FStr (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.bin/make/
str.h 35 typedef struct FStr {
38 } FStr;
78 MAKE_INLINE FStr
81 FStr fstr; local
82 fstr.str = str;
83 fstr.freeIt = str;
84 return fstr;
88 MAKE_INLINE FStr
91 FStr fstr local
    [all...]
trace.c 70 FStr curDir;
var.c 161 FStr name;
276 const FStr *value;
352 EvalStack_Push(EvalStackElementKind kind, const char *str, const FStr *value)
426 VarNew(FStr name, const char *value,
520 FStr envName = Substring_Str(name);
931 FStr *out_varnames, UnexportWhat *out_what)
934 FStr varnames = FStr_InitRefer("");
1015 FStr varnames;
1156 FStr varname = FStr_InitRefer(name);
1244 FStr xname = FStr_InitRefer(name)
    [all...]
parse.c 120 FStr name; /* absolute or relative to the cwd */
538 FStr dir, base;
970 FStr val = Var_Parse(&p, SCOPE_CMDLINE, VARE_PARSE);
1867 FStr *out_avalue)
1895 FStr *out_avalue)
1897 FStr cmd;
1927 GNode *scope, FStr *out_true_avalue)
1929 FStr avalue = FStr_InitRefer(uvalue);
1973 FStr avalue; /* actual value (maybe expanded) */
2016 FStr file
    [all...]
arch.c 193 FStr lib; /* Library-part of specification */
194 FStr mem; /* Member-part of specification */
208 FStr result;
247 FStr result;
cond.c 218 FStr nestedVal = Var_Parse(&p, SCOPE_CMDLINE, emode);
381 Buffer *buf, FStr *out_str)
417 static FStr
422 FStr str;
590 FStr lhs, rhs;
633 FStr val;
make.h 1048 FStr Var_Value(GNode *, const char *) MAKE_ATTR_USE;
1050 FStr Var_Parse(const char **, GNode *, VarEvalMode);
1053 void Var_Expand(FStr *, GNode *, VarEvalMode);
main.c 701 FStr argv0 = Var_Value(SCOPE_GLOBAL, ".MAKE");
767 FStr path = Var_Value(SCOPE_CMDLINE, var);
852 FStr value = Var_Value(SCOPE_GLOBAL, varname);
1015 FStr makeobjdir;
1510 FStr makeflags = Var_Value(SCOPE_GLOBAL, MAKEFLAGS);
meta.c 325 FStr xcmd = FStr_InitRefer(ucmd);
428 FStr dname;
1039 FStr dname;
1181 FStr ldir;
suff.c 1276 FStr junk = Var_Parse(&nested_p, pgn, VARE_PARSE);

Completed in 67 milliseconds