HomeSort by: relevance | last modified time | path
    Searched refs:short2blk (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/csh/
exec.c 277 t = short2blk(st);
331 t = short2blk(st);
csh.h 500 #define short2blk(a) saveblk(a) macro
extern.h 342 char **short2blk(Char * const *);
str.c 78 short2blk(Char *const *src) function in typeref:typename:char **
func.c 1033 environ = short2blk(STR_environ);
1042 environ = short2blk(STR_environ);
1062 environ = short2blk(STR_environ);
1449 ret = progprintf(blklen(v), c = short2blk(v));
csh.c 227 environ = short2blk(STR_environ); /* So that we can free it */

Completed in 14 milliseconds