Home
last modified time | relevance | path

Searched refs:Strspl (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.exec.c255 sav = Strspl(STRslash, *av);/* / command name for postpending */ in doexec()
290 dp = Strspl(*pv, sav); in doexec()
824 sav = Strspl(STRslash, name); /* / command name for postpending */ in iscommand()
893 path = Strspl(dir, name); in executable()
1020 sp->word = Strspl(STRdotsl, sp->word); in tellmewhat()
1029 s1 = Strspl(*pv, STRslash); in tellmewhat()
1030 sp->word = Strspl(s1, sp->word); in tellmewhat()
1136 sv = Strspl(STRslash, cmd); in find_cmd()
H A Dsh.dir.c451 dp = Strspl(cwd, TRM(buf.s[0]) == '/' ? &buf.s[1] : buf.s); in dnormalize()
1018 newcp = Strspl(mlink, p); in dcanon_internal()
1095 newcp = Strspl(mlink, p); in dcanon_internal()
1162 newcp = Strspl(p1, cp + Strlen(p2)); in dcanon_internal()
1376 fname = Strspl(varval(STRhome), &STRtildotdirs[1]); in recdirs()
H A Dsh.glob.c102 res = Strspl(home, s); in globtilde()
126 return Strspl(olddir, &old[2]); in globequal()
146 return Strspl(dir, b); in globequal()
H A Dsh.file.c279 path = Strspl(dir, file); in filetype()
374 return Strspl(home, o); in tilde()
H A Dsh.c829 shtemp = Strspl(tmp2, doldol); /* For << */ in main()
838 shtemp = Strspl(SAVE(tmpdir), SAVE("/sh" TMP_TEMPLATE)); /* For << */ in main()
841 shtemp = Strspl(STRtmpsh, doldol); /* For << */ in main()
1531 ep = Strspl(cp, dp); in srccat()
H A Dsh.h1118 #define Strspl(a, b) strspl(a, b) macro
1152 #define Strspl(a, b) s_strspl(a, b) macro
H A Dsh.func.c1746 cp = Strspl(STRequal, val); in tsetenv()
1748 *ep = strip(Strspl(name, cp)); in tsetenv()
1754 cp = Strspl(name, STRequal); in tsetenv()
1755 blk[0] = strip(Strspl(cp, val)); in tsetenv()
H A Dsh.parse.c165 alout.next->word = Strspl(STRQNULL, cp); in asyn3()
H A Dtw.init.c225 dir = Strspl(*pv, STRslash); in tw_cmd_cmd()
H A Dtw.parse.c2027 path = Strspl(dir, file); in filetype()
2108 path = Strspl(dir, file); in isadirectory()
H A Dsh.dol.c1007 shtemp = Strspl(STRtmpsh, mbp); in heredoc()
H A Dsh.hist.c1257 fname = Strspl(varval(STRhome), &STRtildothist[1]); in rechist()