Searched refs:peek3 (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/sgs/m4/common/ |
H A D | m4y_xpg4.y | 91 static int peek3(char c1, int rc1, char c2, int rc2, int rc3); 112 return (peek3('=', GE, '>', RSHIFT, GT)); in yylex() 114 return (peek3('=', LE, '<', LSHIFT, LT)); in yylex() 169 peek3(char c1, int rc1, char c2, int rc2, int rc3) in peek3() function
|