Home | History | Annotate | Download | only in src

Lines Matching refs:unc

1058   //   en[able] exc[eptions] [all|unc[aught]]
1059 // en[able] [all|unc[aught]] exc[eptions]
1060 // dis[able] exc[eptions] [all|unc[aught]]
1061 // dis[able] [all|unc[aught]] exc[eptions]
1069 // en[able] exc[eptions] [all|unc[aught]]
1070 // dis[able] exc[eptions] [all|unc[aught]]
1077 } if (arg2 == 'unc') { // check for short cut.
1083 // en[able] [all|unc[aught]] exc[eptions]
1084 // dis[able] [all|unc[aught]] exc[eptions]
1085 } else if (arg1 == 'all' || arg1 == 'unc' || arg1 == 'uncaught') {
1091 if (excType == 'unc') {
1530 print('dis[able] exc[eptions] [[all] | unc[aught]]');
1533 print('en[able] exc[eptions] [[all] | unc[aught]]');