Home | History | Annotate | Download | only in config

Lines Matching defs:endm

327       char rs1[7], rd[7], endm, match = '0';
335 endm = ')';
339 endm = ']';
347 endm = 0;
358 if (str[pb] == endm || pb < (idx - 5))
443 char rs1[7], rd[7], endm, match = '0';
452 endm = ')';
456 endm = ']';
464 endm = 0;
472 if (pb < (idx - 5) || str[pb] == endm)