Searched refs:ttext (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dlocale.sh79 +5+ eval $\'arr[0]=(\\n\\ttext=\\303\\274\\n)\'
83 +7+ eval txt=$\'(\\n\\ttext=\\303\\274\\n)\'
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashline.c2659 char *ret, *ttext; local
2669 ttext = bash_tilde_expand (text, 0);
2673 globorig = savestring (ttext);
2674 glen = strlen (ttext);
2676 strcpy (globtext, ttext);
2681 globtext = globorig = savestring (ttext);
2683 if (ttext != text)
2684 free (ttext);
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dparser_test.cpp121 #define EXPECT(tkz, ttype, ttext) \
125 ATF_REQUIRE_EQ(t.text(), ttext); \

Completed in 84 milliseconds