Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c2616 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()