Home
last modified time | relevance | path

Searched refs:yyunput (Results 1 – 1 of 1) sorted by relevance

/system/core/sh/
Darith_lex.c167 #define unput(c) yyunput( c, (yytext_ptr) )
553 static void yyunput (int c,char *buf_ptr );
1235 static void yyunput (int c, register char * yy_bp ) in yyunput() function