Searched refs:Strspl (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.exec.c | 255 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 D | sh.dir.c | 451 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 D | sh.glob.c | 102 res = Strspl(home, s); in globtilde() 126 return Strspl(olddir, &old[2]); in globequal() 146 return Strspl(dir, b); in globequal()
|
H A D | sh.file.c | 279 path = Strspl(dir, file); in filetype() 374 return Strspl(home, o); in tilde()
|
H A D | sh.c | 829 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 D | sh.h | 1118 #define Strspl(a, b) strspl(a, b) macro 1152 #define Strspl(a, b) s_strspl(a, b) macro
|
H A D | sh.func.c | 1746 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 D | sh.parse.c | 165 alout.next->word = Strspl(STRQNULL, cp); in asyn3()
|
H A D | tw.init.c | 225 dir = Strspl(*pv, STRslash); in tw_cmd_cmd()
|
H A D | tw.parse.c | 2027 path = Strspl(dir, file); in filetype() 2108 path = Strspl(dir, file); in isadirectory()
|
H A D | sh.dol.c | 1007 shtemp = Strspl(STRtmpsh, mbp); in heredoc()
|
H A D | sh.hist.c | 1257 fname = Strspl(varval(STRhome), &STRtildothist[1]); in rechist()
|