Home | History | Annotate | Download | only in src

Lines Matching refs:at_buf

2597   static char at_buf[20];
2599 strcpy (at_buf, "$$");
2601 snprintf (at_buf, sizeof at_buf, "$%u", symbol_index);
2602 return at_buf;