Home
last modified time | relevance | path

Searched refs:Strnsave (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.file.c367 person = Strnsave(old, o - old); in tilde()
471 *dir = Strnsave(path, p - path); in extract_dir_and_name()
H A Dsh.glob.c85 name = Strnsave(u + 1, s - (u + 1)); in globtilde()
687 ep = Strnsave(lp, rp - lp); in dobackp()
H A Dsh.h1119 #define Strnsave(a, b) strnsave(a, b) macro
1153 #define Strnsave(a, b) s_strnsave(a, b) macro
H A Dsh.lex.c1053 xp = Strnsave(cp, wp - cp); in domod()
1064 xp = Strnsave(cp, wp - cp); in domod()
H A Dsh.sem.c141 name = Strnsave(sCName + 1, name_end - (sCName + 1)); in execute()
H A Dtw.parse.c1895 name = Strnsave(old, o - old); in tilde()