Searched refs:getchar (Results 126 - 139 of 139) sorted by relevance

123456

/freebsd-10-stable/contrib/byacc/test/btyacc/
H A Dok_syntax1.tab.c482 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dpure_calc.tab.c455 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dquote_calc-s.tab.c509 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dquote_calc.tab.c515 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dquote_calc2-s.tab.c509 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dquote_calc2.tab.c515 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dquote_calc3-s.tab.c510 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dquote_calc3.tab.c510 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dquote_calc4-s.tab.c510 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
H A Dquote_calc4.tab.c510 while( (c=getchar()) == ' ' ) { /* skip blanks */ }
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1315 case LibFunc::getchar:
/freebsd-10-stable/contrib/ee/
H A Dee.c3247 while ((in = getchar()) != '\n')
/freebsd-10-stable/contrib/gcc/
H A Dmips-tfile.c2617 for (ptr = cur_line_start; (ch = getchar ()) != EOF; *ptr++ = ch)
/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp4008 while ((c = getchar()) != EOF) {

Completed in 233 milliseconds

123456