Home
last modified time | relevance | path

Searched refs:blkspl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.exec.c108 av = blkspl(blk, av); in doexec()
276 t = blkspl(vp, t); /* Splice up the new arglst */ in texec()
H A Dsh.h456 extern tchar **blkspl(tchar **, tchar **);
H A Dsh.misc.c188 blkspl(tchar **up, tchar **vp) in blkspl() function