Lines Matching refs:STRING
90 %token <ptr> STRING
203 | NAME STRING boundary { if (numbounds >= MAXBOUNDS) {
210 | SYSNAM STRING {
215 | SYSCONTACT STRING {
220 | SYSVERSION STRING {
225 | SYSLOCATION STRING {
341 | STRING {
349 | STRING { struct hostent *hp;
363 | STRING { int i;
458 *p++ = '\0'; /* null-terminate string */
462 continue; /* if 0-length string, read another line */
548 return STRING;
552 return STRING;