Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mailx/
H A Doptim.c942 static char lexbuf[BUFSIZ]; in yyinit() local
945 if (strlen(str) >= sizeof lexbuf - 1) in yyinit()
948 nstrcpy(lexbuf, sizeof (lexbuf), str); in yyinit()
949 charp = lexbuf; in yyinit()