Searched refs:end_ch (Results 1 - 4 of 4) sorted by last modified time

/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c3442 int end_is_ws, end_ch; variable
3444 end_ch = yytext[yyleng-1];
3445 end_is_ws = end_ch != '}' ? 1 : 0;
3467 unput(end_ch); variable
/freebsd-10.3-release/contrib/libgnuregex/
H A Dregcomp.c2640 unsigned int start_ch, end_ch;
2665 end_ch = ((end_elem->type == SB_CHAR) ? end_elem->opr.ch
2671 ? __btowc (end_ch) : end_elem->opr.wch);
2729 end_ch = ((end_elem->type == SB_CHAR ) ? end_elem->opr.ch
2732 if (start_ch > end_ch)
2736 if (start_ch <= ch && ch <= end_ch)
2631 unsigned int start_ch, end_ch; local
/freebsd-10.3-release/contrib/flex/
H A Dscan.l665 int end_is_ws, end_ch;
667 end_ch = yytext[yyleng-1];
668 end_is_ws = end_ch != '}' ? 1 : 0;
690 unput(end_ch);
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dwindmc.c258 char end_ch = (in_a ? in_a[strlen (tname)] : 0); local
260 && end_ch == 0)

Completed in 149 milliseconds