Searched refs:Strspl (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.exec.c259 sav = Strspl(STRslash, *av);/* / command name for postpending */
291 dp = Strspl(*pv, sav);
815 sav = Strspl(STRslash, name); /* / command name for postpending */
875 path = Strspl(dir, name);
1002 sp->word = Strspl(STRdotsl, sp->word);
1011 s1 = Strspl(*pv, STRslash);
1012 sp->word = Strspl(s1, sp->word);
1115 sv = Strspl(STRslash, cmd);
H A Dsh.dir.c457 dp = Strspl(cwd, TRM(buf.s[0]) == '/' ? &buf.s[1] : buf.s);
1009 newcp = Strspl(mlink, p);
1086 newcp = Strspl(mlink, p);
1153 newcp = Strspl(p1, cp + Strlen(p2));
1365 fname = Strspl(varval(STRhome), &STRtildotdirs[1]);
H A Dsh.file.c282 path = Strspl(dir, file);
377 return Strspl(home, o);
H A Dsh.glob.c101 res = Strspl(home, s);
125 return Strspl(olddir, &old[2]);
145 return Strspl(dir, b);
H A Dsh.c713 shtemp = Strspl(tmp2, doldol); /* For << */
717 shtemp = Strspl(STRtmpsh, doldol); /* For << */
1387 ep = Strspl(cp, dp);
H A Dsh.hist.c395 fname = Strspl(varval(STRhome), &STRtildothist[1]);
H A Dsh.h1083 #define Strspl(a, b) strspl(a, b) macro
1117 #define Strspl(a, b) s_strspl(a, b) macro
H A Dtw.parse.c1977 path = Strspl(dir, file);
2058 path = Strspl(dir, file);
H A Dsh.parse.c168 alout.next->word = Strspl(STRQNULL, cp);
H A Dtw.init.c230 dir = Strspl(*pv, STRslash);
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dntfunc.c841 sav = Strspl(STRslash,*av);
866 dp = Strspl(*pv,sav);

Completed in 256 milliseconds