HomeSort by: relevance | last modified time | path
    Searched defs:tostring (Results 1 - 2 of 2) sorted by relevancy

  /src/external/historical/nawk/dist/
tran.c 241 p->nval = tostring(n);
242 p->sval = s ? tostring(s) : tostring("");
375 t = s ? tostring(s) : tostring(""); /* in case it's self-assign */
475 vp->sval = tostring(s); \
530 char *tostring(const char *s) /* make a copy of string s */ function
534 FATAL("out of space in tostring on %s", s);
544 FATAL("out of space in tostring on %s", s);
  /src/external/mit/lua/dist/src/
lvm.c 664 #define tostring(L,o) \ macro
691 !tostring(L, s2v(top - 1)))
694 cast_void(tostring(L, s2v(top - 2))); /* result is first operand */
703 for (n = 1; n < total && tostring(L, s2v(top - n - 1)); n++) {

Completed in 55 milliseconds