Lines Matching refs:strtodest
98 static void strtodest(const char *, int, int, int, struct worddest *);
396 strtodest(home, flag, VSNORMAL, 1, NULL); in exptilde()
713 strtodest(buf, flag, subtype, in evalvar()
737 strtodest(val, flag, subtype, in evalvar()
748 strtodest(buf, flag, VSNORMAL, varflags & VSQUOTE, dst); in evalvar()
788 strtodest(val, flag, subtype, varflags & VSQUOTE, dst); in evalvar()
866 strtodest(const char *p, int flag, int subtype, int quoted, in strtodest() function
911 strtodest(buf + zpos, flag, subtype, quoted, dst); in reprocess()
961 strtodest(buf, flag, subtype, quoted, dst); in varvalue()
966 strtodest(p, flag, subtype, quoted, dst); in varvalue()
987 strtodest(p, flag, subtype, quoted, dst); in varvalue()
991 strtodest(sep, flag, subtype, quoted, dst); in varvalue()
1009 strtodest(p, flag, subtype, quoted, dst); in varvalue()
1014 strtodest(buf, flag, subtype, quoted, dst); in varvalue()