HomeSort by: relevance | last modified time | path
    Searched defs:yyunput (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
lex.yy.c 135 #define unput(c) yyunput( c, yytext_ptr )
591 static void yyunput YY_PROTO(( int c, char *buf_ptr ));
1313 static void yyunput( int c, register char *yy_bp ) function in typeref:typename:void
1315 static void yyunput( c, yy_bp )
  /src/tools/m4/bootstrap/
tokenizer.c 185 #define unput(c) yyunput( c, (yytext_ptr) )
572 static void yyunput (int c,char *buf_ptr );
1184 static void yyunput (int c, register char * yy_bp ) function in typeref:typename:void

Completed in 24 milliseconds