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

/osnet-11/usr/src/lib/libxcurses/h/
H A Dvariant.h52 char tilde; member in struct:variant
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmacro.c441 int tilde = -1; local
454 tilde = stktell(stkp);
664 if(tilde>=0)
665 tilde_expand2(mp->shp,tilde);
793 tilde = stktell(stkp)+(c+1);
799 if(tilde >=0)
804 tilde_expand2(mp->shp,tilde);
805 tilde = -1;
809 tilde = stktell(stkp)+(c+1);
2543 * This is the default tilde disciplin
[all...]

Completed in 19 milliseconds