Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Dmacro.c2430 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()