Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dfunc.c1033 environ = short2blk(STR_environ); in Setenv()
1042 environ = short2blk(STR_environ); in Setenv()
1062 environ = short2blk(STR_environ); in Unsetenv()
1449 ret = progprintf(blklen(v), c = short2blk(v)); in doprintf()
H A Dexec.c277 t = short2blk(st); in texec()
331 t = short2blk(st); in texec()
H A Dstr.c78 short2blk(Char *const *src) in short2blk() function
H A Dextern.h342 char **short2blk(Char * const *);
H A Dcsh.h500 #define short2blk(a) saveblk(a) macro
H A Dcsh.c227 environ = short2blk(STR_environ); /* So that we can free it */ in main()