• Home
  • Raw
  • Download

Lines Matching refs:protect

243                                                               protect=self.featureExtraProtect,
302 protect=self.featureExtraProtect,
312 protect=self.featureExtraProtect,
324 protect=self.featureExtraProtect,
335 protect=self.featureExtraProtect,
466 if cur_cmd.protect is not None:
467 table += '#ifdef %s\n' % cur_cmd.protect
471 if cur_cmd.protect is not None:
472 table += '#endif // %s\n' % cur_cmd.protect
507 if cur_cmd.protect is not None:
508 table += '#ifdef %s\n' % cur_cmd.protect
512 if cur_cmd.protect is not None:
513 table += '#endif // %s\n' % cur_cmd.protect
549 if cur_cmd.protect is not None:
550 table += '#ifdef %s\n' % cur_cmd.protect
554 if cur_cmd.protect is not None:
555 table += '#endif // %s\n' % cur_cmd.protect
608 if cur_cmd.protect is not None:
609 table += '#ifdef %s\n' % cur_cmd.protect
618 if cur_cmd.protect is not None:
619 table += '#endif // %s\n' % cur_cmd.protect
664 if (cur_cmd.protect != None):
665 terminators += '#ifdef %s\n' % cur_cmd.protect
670 if (cur_cmd.protect != None):
671 terminators += '#endif // %s\n' % cur_cmd.protect
744 if cur_cmd.protect is not None:
745 tables += '#ifdef %s\n' % cur_cmd.protect
756 if cur_cmd.protect is not None:
757 tables += '#endif // %s\n' % cur_cmd.protect
819 if cur_cmd.protect is not None:
820 tables += '#ifdef %s\n' % cur_cmd.protect
824 if cur_cmd.protect is not None:
825 tables += '#endif // %s\n' % cur_cmd.protect
875 if ext_cmd.protect is not None:
876 funcs += '#ifdef %s\n' % ext_cmd.protect
1169 if ext_cmd.protect is not None:
1170 funcs += '#endif // %s\n' % ext_cmd.protect
1196 if cur_cmd.protect is not None:
1197 gpa_func += '#ifdef %s\n' % cur_cmd.protect
1216 if cur_cmd.protect is not None:
1217 gpa_func += '#endif // %s\n' % cur_cmd.protect
1246 if ext.protect is not None:
1247 create_func += '#ifdef %s\n' % ext.protect
1258 if ext.protect is not None:
1259 create_func += '#endif // %s\n' % ext.protect
1290 if ext_cmd.protect is not None:
1291 term_func += '#ifdef %s\n' % ext_cmd.protect
1300 if ext_cmd.protect is not None:
1301 term_func += '#endif // %s\n' % ext_cmd.protect
1349 if cur_cmd.protect is not None:
1350 table += '#ifdef %s\n' % cur_cmd.protect
1357 if cur_cmd.protect is not None:
1358 table += '#endif // %s\n' % cur_cmd.protect
1378 if ext.protect is not None:
1379 table += '#ifdef %s\n' % ext.protect
1383 if ext.protect is not None:
1384 table += '#endif // %s\n' % ext.protect