Searched defs:tilde (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dmacro.c444 int tilde = -1; local
457 tilde = stktell(stkp);
672 if(tilde>=0)
673 tilde_expand2(mp->shp,tilde);
801 tilde = stktell(stkp)+(c+1);
807 if(tilde >=0)
812 tilde_expand2(mp->shp,tilde);
820 tilde = -1;
824 tilde = stktell(stkp)+(c+1);
2586 * This is the default tilde disciplin
[all...]

Completed in 16 milliseconds