HomeSort by relevance Sort by last modified time
    Searched refs:at_buf (Results 1 - 2 of 2) sorted by null

  /external/bison/src/
scan-code.l 408 static char at_buf[20];
410 strcpy (at_buf, "$$");
412 snprintf (at_buf, sizeof at_buf, "$%u", symbol_index);
413 return at_buf;
scan-code.c 2597 static char at_buf[20]; local
    [all...]

Completed in 234 milliseconds