Lines Matching full:p

23 position P;
26 * (E@P == 1) ? "" : "s"
28 * (E@P > 1) ? "s" : ""
32 p << str_plural_r.P;
36 coccilib.report.print_report(p[0], "opportunity for str_plural(%s)" % e)
46 position P;
48 * E@P ? "up" : "down"
51 p << str_up_down_r.P;
55 coccilib.report.print_report(p[0], "opportunity for str_up_down(%s)" % e)
65 position P;
67 * E@P ? "down" : "up"
70 p << str_down_up_r.P;
74 coccilib.report.print_report(p[0], "opportunity for str_down_up(%s)" % e)
84 position P;
86 * E@P ? "true" : "false"
89 p << str_true_false_r.P;
93 coccilib.report.print_report(p[0], "opportunity for str_true_false(%s)" % e)
103 position P;
105 * E@P ? "false" : "true"
108 p << str_false_true_r.P;
112 coccilib.report.print_report(p[0], "opportunity for str_false_true(%s)" % e)
122 position P;
124 * E@P ? "hi" : "lo"
127 p << str_hi_lo_r.P;
131 coccilib.report.print_report(p[0], "opportunity for str_hi_lo(%s)" % e)
141 position P;
143 * E@P ? "high" : "low"
146 p << str_high_low_r.P;
150 coccilib.report.print_report(p[0], "opportunity for str_high_low(%s)" % e)
160 position P;
162 * E@P ? "lo" : "hi"
165 p << str_lo_hi_r.P;
169 coccilib.report.print_report(p[0], "opportunity for str_lo_hi(%s)" % e)
179 position P;
181 * E@P ? "low" : "high"
184 p << str_low_high_r.P;
188 coccilib.report.print_report(p[0], "opportunity for str_low_high(%s)" % e)
198 position P;
200 * E@P ? "enable" : "disable"
203 p << str_enable_disable_r.P;
207 coccilib.report.print_report(p[0], "opportunity for str_enable_disable(%s)" % e)
217 position P;
219 * E@P ? "enabled" : "disabled"
222 p << str_enabled_disabled_r.P;
226 coccilib.report.print_report(p[0], "opportunity for str_enabled_disabled(%s)" % e)
236 position P;
238 * E@P ? "read" : "write"
241 p << str_read_write_r.P;
245 coccilib.report.print_report(p[0], "opportunity for str_read_write(%s)" % e)
255 position P;
257 * E@P ? "write" : "read"
260 p << str_write_read_r.P;
264 coccilib.report.print_report(p[0], "opportunity for str_write_read(%s)" % e)
274 position P;
276 * E@P ? "on" : "off"
279 p << str_on_off_r.P;
283 coccilib.report.print_report(p[0], "opportunity for str_on_off(%s)" % e)
293 position P;
295 * E@P ? "yes" : "no"
298 p << str_yes_no_r.P;
302 coccilib.report.print_report(p[0], "opportunity for str_yes_no(%s)" % e)