Searched refs:CHICKEN (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/swig-12/Source/Modules/
H A Dchicken.cxx7 * CHICKEN language module for SWIG.
18 CHICKEN Options (available with -chicken)\n\
81 class CHICKEN:public Language { class in inherits:Language
118 return new CHICKEN();
127 void CHICKEN::main(int argc, char *argv[]) {
184 int CHICKEN::top(Node *n) {
329 int CHICKEN::functionWrapper(Node *n) {
667 int CHICKEN::variableWrapper(Node *n) {
822 int CHICKEN::constantWrapper(Node *n) {
986 int CHICKEN
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dattributes.sh386 [[ ${s[2]} == CHICKEN ]] || err_exit 'typeset -u not working with indexed arrays'
389 [[ ${s[2]} == CHICKEN ]] || err_exit 'typeset -u not working with associative arrays'
390 expected=$'(\n\t[0]=WORLD\n\t[1]=HELLO\n\t[2]=CHICKEN\n)'

Completed in 134 milliseconds