Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.decls.h290 extern char **short2blk (Char **);
H A Dsh.func.c302 char **p = short2blk(v); in dologin()
327 p = short2blk(v); in donewgrp()
1751 environ = short2blk(STR_environ); in tsetenv()
1760 environ = short2blk(STR_environ); in tsetenv()
1784 environ = short2blk(STR_environ); in Unsetenv()
H A Dsh.exec.c366 t = short2blk(st); in texec()
478 t = short2blk(st); in texec()
H A Dtc.str.c184 short2blk(Char **src) function
H A Dsh.h1126 #define short2blk(a) saveblk(a) macro
H A Dsh.c269 environ = short2blk(STR_environ); /* So that we can free it */ in main()