Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dlex.c722 int tag_index = 0; local
724 while (tag_index < 10 && c != UEOF && c != ' ' && c != '\n')
727 tag [tag_index++] = c;
732 tag [tag_index] = '\0';