Searched refs:shtilde (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | macro.c | 2430 char shtilde[10], *av[3], *ptr=stkfreeze(shp->stk,1); in tilde_expand2() local 2434 strcpy(shtilde,".sh.tilde"); in tilde_expand2() 2435 np = nv_open(shtilde,shp->fun_tree, NV_VARNAME|NV_NOARRAY|NV_NOASSIGN|NV_NOFAIL); in tilde_expand2() 2439 sh_addbuiltin(shtilde,sh_btilde,0); in tilde_expand2()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | macro.c | 2616 char shtilde[10], *av[3], *ptr=stkfreeze(shp->stk,1); in tilde_expand2() local 2620 strcpy(shtilde,".sh.tilde"); in tilde_expand2() 2621 np = nv_open(shtilde,shp->fun_tree, NV_VARNAME|NV_NOARRAY|NV_NOASSIGN|NV_NOFAIL); in tilde_expand2() 2625 sh_addbuiltin(shtilde,sh_btilde,0); in tilde_expand2()
|