Searched refs:lexbuf (Results 1 – 1 of 1) sorted by relevance
942 static char lexbuf[BUFSIZ]; in yyinit() local945 if (strlen(str) >= sizeof lexbuf - 1) in yyinit()948 nstrcpy(lexbuf, sizeof (lexbuf), str); in yyinit()949 charp = lexbuf; in yyinit()