Home
last modified time | relevance | path

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

/external/mksh/src/
Deval.c231 Xinit(ds, dp, 128, ATEMP); /* init dest. string */ in expand()
783 Xinit(ds, dp, 128, ATEMP); in expand()
1256 Xinit(xs, xp, 256, ATEMP); in glob_str()
1431 Xinit(ts, tp, 16, ATEMP); in maybe_expand_tilde()
Dlex.c202 Xinit(ws, wp, 64, ATEMP); in yylex()
1182 Xinit(xs, xp, 256, ATEMP); in readhere()
1677 Xinit(ws, wp, 32, ATEMP); in arraysub()
Dhistrap.c271 Xinit(xs, xp, n, hist_source->areap); in c_fc()
343 Xinit(xs, xp, 128, ATEMP); in hist_replace()
Dfuncs.c210 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP); in do_realpath()
647 Xinit(xs, xp, 128, ATEMP); in c_print()
2054 Xinit(xs, xp, 128, ATEMP); in c_read()
2056 Xinit(cs, ccp, 128, ATEMP); in c_read()
Dsh.h1200 #define Xinit(xs, xp, length, area) do { \ macro
Dexec.c1064 Xinit(xs, xp, 128, ATEMP); in search()
Dedit.c688 Xinit(xs, xp, patlen + 128, ATEMP); in glob_path()