Home
last modified time | relevance | path

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

/dports/shells/44bsd-csh/44bsd-csh-20001106_5/
H A Dfunc.c1068 environ = short2blk(STR_environ);
1077 environ = short2blk(STR_environ);
1097 environ = short2blk(STR_environ);
1513 ret = progprintf(blklen(v), c = short2blk(v));
H A Dexec.c281 t = short2blk(st);
335 t = short2blk(st);
H A Dstr.c84 short2blk(src) in short2blk() function
H A Dcsh.h503 #define short2blk(a) saveblk(a) macro
H A Dextern.h336 char **short2blk __P((Char **));
H A Dcsh.c142 environ = short2blk(STR_environ); /* So that we can free it */