Lines Matching defs:flag
163 nextword(char c, int flag, char *p, struct worddest *dst) in nextword()
184 #define NEXTWORD(c, flag, p, dstlist) p = nextword(c, flag, p, dstlist) argument
187 stputs_split(const char *data, const char *syntax, int flag, char *p, in stputs_split()
207 #define STPUTS_SPLIT(data, syntax, flag, p, dst) p = stputs_split((data), syntax, flag, p, dst) argument
222 expandarg(union node *arg, struct arglist *arglist, int flag) in expandarg()
265 argstr(const char *p, struct nodelist **restrict argbackq, int flag, in argstr()
356 exptilde(const char *p, int flag) in exptilde()
408 expari(const char *p, struct nodelist **restrict argbackq, int flag, in expari()
452 expbackq(union node *cmd, int quoted, int flag, struct worddest *dst) in expbackq()
653 evalvar(const char *p, struct nodelist **restrict argbackq, int flag, in evalvar()
866 strtodest(const char *p, int flag, int subtype, int quoted, in strtodest()
882 reprocess(int startloc, int flag, int subtype, int quoted, in reprocess()
925 varvalue(const char *name, int quoted, int subtype, int flag, in varvalue()