Searched refs:namestart (Results 1 – 2 of 2) sorted by relevance
1537 char *namestart; in yylex() local1565 namestart = p; in yylex()1570 if (p != namestart) in yylex()1575 char *ncopy = alloca (strlen (tmp)+strlen (namestart)+3); in yylex()1583 memcpy (tmp1, namestart, p - namestart); in yylex()1584 tmp1[p - namestart] = '\0'; in yylex()
1690 char *namestart; in yylex() local1718 namestart = p; in yylex()1723 if (p != namestart) in yylex()1729 strlen (namestart) + 3); in yylex()1737 memcpy (tmp1, namestart, p - namestart); in yylex()1738 tmp1[p - namestart] = '\0'; in yylex()