Searched refs:Strspl (Results 1 – 12 of 12) sorted by relevance
| /freebsd-9-stable/contrib/tcsh/ |
| D | sh.exec.c | 259 sav = Strspl(STRslash, *av);/* / command name for postpending */ in doexec() 294 dp = Strspl(*pv, sav); in doexec() 827 sav = Strspl(STRslash, name); /* / command name for postpending */ in iscommand() 896 path = Strspl(dir, name); in executable() 1023 sp->word = Strspl(STRdotsl, sp->word); in tellmewhat() 1032 s1 = Strspl(*pv, STRslash); in tellmewhat() 1033 sp->word = Strspl(s1, sp->word); in tellmewhat() 1136 sv = Strspl(STRslash, cmd); in find_cmd()
|
| D | sh.dir.c | 459 dp = Strspl(cwd, TRM(buf.s[0]) == '/' ? &buf.s[1] : buf.s); in dnormalize() 1015 newcp = Strspl(mlink, p); in dcanon() 1092 newcp = Strspl(mlink, p); in dcanon() 1159 newcp = Strspl(p1, cp + Strlen(p2)); in dcanon() 1371 fname = Strspl(varval(STRhome), &STRtildotdirs[1]); in recdirs()
|
| D | sh.glob.c | 101 res = Strspl(home, s); in globtilde() 125 return Strspl(olddir, &old[2]); in globequal() 145 return Strspl(dir, b); in globequal()
|
| D | sh.file.c | 282 path = Strspl(dir, file); in filetype() 377 return Strspl(home, o); in tilde()
|
| D | sh.c | 815 shtemp = Strspl(tmp2, doldol); /* For << */ in main() 824 shtemp = Strspl(SAVE(tmpdir), SAVE("/sh" TMP_TEMPLATE)); /* For << */ in main() 827 shtemp = Strspl(STRtmpsh, doldol); /* For << */ in main() 1507 ep = Strspl(cp, dp); in srccat()
|
| D | sh.h | 1106 #define Strspl(a, b) strspl(a, b) macro 1140 #define Strspl(a, b) s_strspl(a, b) macro
|
| D | sh.func.c | 1726 cp = Strspl(STRequal, val); in tsetenv() 1728 *ep = strip(Strspl(name, cp)); in tsetenv() 1734 cp = Strspl(name, STRequal); in tsetenv() 1735 blk[0] = strip(Strspl(cp, val)); in tsetenv()
|
| D | sh.parse.c | 168 alout.next->word = Strspl(STRQNULL, cp); in asyn3()
|
| D | tw.init.c | 230 dir = Strspl(*pv, STRslash); in tw_cmd_cmd()
|
| D | tw.parse.c | 2027 path = Strspl(dir, file); in filetype() 2108 path = Strspl(dir, file); in isadirectory()
|
| D | sh.dol.c | 974 shtemp = Strspl(STRtmpsh, mbp); in heredoc()
|
| D | sh.hist.c | 1245 fname = Strspl(varval(STRhome), &STRtildothist[1]); in rechist()
|