Lines Matching refs:worddest
78 struct worddest { struct
86 struct worddest *); argument
89 struct worddest *);
90 static void expbackq(union node *, int, int, struct worddest *);
96 struct worddest *);
98 static void strtodest(const char *, int, int, int, struct worddest *);
99 static void reprocess(int, int, int, int, struct worddest *);
100 static void varvalue(const char *, int, int, int, struct worddest *);
163 nextword(char c, int flag, char *p, struct worddest *dst) in nextword()
188 struct worddest *dst) in stputs_split()
224 struct worddest exparg; in expandarg()
266 struct worddest *dst) in argstr()
409 struct worddest *dst) in expari()
452 expbackq(union node *cmd, int quoted, int flag, struct worddest *dst) in expbackq()
654 struct worddest *dst) in evalvar()
867 struct worddest *dst) in strtodest()
883 struct worddest *dst) in reprocess()
926 struct worddest *dst) in varvalue()