Searched refs:Strsave (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dtw.help.c59 name = Strsave(command);
95 thpath = hpath = Strsave(hpath);
H A Dtw.comp.c344 *pat = res = Strsave(&act[1]);
349 *pat = res = Strsave(&act[1]);
356 res = Strsave(act);
372 *pat = res = Strsave(p);
388 *pat = res = Strsave(&act[2]);
461 buf = Strsave(line);
H A Dsh.exp.c477 return Strsave(op);
572 return (Strsave(STRNULL));
586 return (Strsave(STRNULL));
597 return (ignore & TEXP_NOGLOB ? Strsave(cp) : globone(cp, G_APPEND));
679 return (Strsave(STRNULL));
719 return (Strsave(errval));
734 return (Strsave(errval));
881 return(Strsave(strF));
901 return(Strsave(str2short(string)));
906 return(Strsave(str2shor
[all...]
H A Dtc.nls.c113 n = Strsave(op);
H A Dsh.dir.c112 cp = Strsave(hp);
136 cp = Strsave(hp);
361 return (Strsave(start));
376 return (Strsave(start));
473 return Strsave(start);
481 return Strsave(cp);
507 cp = Strsave(cp);
598 cp = old ? Strsave(cp) : globone(cp, G_ERROR);
683 cp = Strsave(dp);
1141 p2 = copy = Strsave(c
[all...]
H A Dsh.lex.c255 wdp->word = Strsave(fp->word);
939 tword = Strsave(en->word);
977 return (Strsave(cp));
1011 return (Strsave(cp));
1026 return Strsave(STRQNULL);
1027 wp = Strsave(cp);
1035 return wp ? wp : Strsave(cp);
1039 return wp ? wp : Strsave(cp);
1044 return (type == 't' ? Strsave(cp) : 0);
1049 xp = Strsave(w
[all...]
H A Dsh.dol.c127 cp = Strsave(expanded[0]);
591 env_val = Strsave(np);
784 cp = Strsave(cp);
H A Dsh.glob.c95 res = Strsave(s);
208 bb_append(&bb, Strsave(gbuf.s));
323 *vl++ = Strsave(s);
413 str = Strsave(strip(*vl));
485 return (strip(Strsave(str)));
499 return (strip(Strsave(str)));
517 return (Strsave(STRNULL));
899 (*fblk)[0] = Strsave(pattern);
H A Dsh.set.c148 cp = Strsave(varval(vp)); /* get the old value back */
335 copy = Strsave(p);
342 setv(vp, Strsave(p), flags);
427 vp = Strsave(vp);
438 p = Strsave(STR1);
489 dp = Strsave(cp);
537 return (Strsave(nbuf));
632 copy = Strsave(val);
744 c->v_name = Strsave(name);
H A Dsh.func.c168 gointr = Strsave(STRminus);
171 gointr = Strsave(vv);
543 nwp->w_fename = Strsave(cp);
660 setv(whyles->w_fename, quote(Strsave(*whyles->w_fe++)), VAR_READWRITE);
784 histent->word = Strsave(word.s);
800 histent->word = Strsave(word.s);
956 histent->word = Strsave(tmp->s);
966 histent->word = Strsave(tmp->s);
H A Dsh.file.c357 return (Strsave(old));
543 bb_append(&items, Strsave(item));
628 *extended_name = Strsave(item);
H A Dsh.parse.c595 t->t_drit = Strsave(p->word);
617 t->t_dlef = Strsave(p->word);
627 av[n] = Strsave(p->word);
H A Dtw.parse.c310 rword = Strsave(slshp);
385 items[0] = Strsave(qline.s + wordp);
570 bb_append(&av, Strsave(cmd.s));
1727 target = name = Strsave(word->s); /* so it can match things */
1756 target = name = Strsave(user_name);
1762 target = name = Strsave(word->s); /* so it can match things */
1845 *name = Strsave(path);
1848 *name = Strsave(p);
2338 new_scroll->element = Strsave(item);
H A Dtc.sched.c221 nextword->word = Strsave(cp);
H A Dsh.c1405 setv(STRcommand, quote(Strsave(arginp)), VAR_READWRITE);
1491 pv[i++] = Strsave(*cp ? cp : STRdot);
2352 return Strsave(h);
2363 return Strsave(h);
2476 *blkp++ = Strsave(STRdot);
2508 *blkp++ = Strsave(STRdot);
H A Ded.inputl.c231 Origin = Strsave(InputBuf);
238 Change = Strsave(InputBuf);
H A Dsh.h115 # define SAVE(a) (Strsave(str2short(a)))
1124 #define Strsave(a) strsave(a) macro
1158 #define Strsave(a) s_strsave(a) macro
H A Dsh.misc.c188 *newv++ = Strsave(*v++);
H A Dtc.bind.c127 in.buf = Strsave(v[no++]);
H A Dsh.exec.c178 expath = Strsave(pv[0]);
514 expath = Strsave(sf);
980 *str = Strsave(sp->word);
996 *str = Strsave(sp->word);
1036 *str = Strsave(sp->word);
1049 *str = Strsave(sp->word);
H A Ded.init.c630 Input_Line = Strsave(str2short(buf));
H A Dsh.hist.c985 np->histline = Strsave(histline.s);
1243 fname = Strsave(fname);
H A Dsh.proc.c748 return Strsave(cmdstr);
785 pp->p_command = Strsave(cmdstr);
H A Dsh.sem.c168 vCD[0] = Strsave(STRcd);

Completed in 148 milliseconds