Searched refs:lexbuf (Results 1 – 1 of 1) sorted by relevance
939 static char lexbuf[BUFSIZ]; in yyinit() local942 if (strlen(str) >= sizeof lexbuf - 1) in yyinit()945 nstrcpy(lexbuf, sizeof (lexbuf), str); in yyinit()946 charp = lexbuf; in yyinit()