Searched refs:x_arg (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dedit.c924 static int x_arg; /* general purpose arg */ variable
925 static bool x_arg_defaulted; /* x_arg not explicitly set; defaulted to 1 */
1236 x_arg = 1;
1280 x_arg = save_arg;
1281 while (x_arg--)
1303 save_arg = x_arg;
1312 while (x_arg--)
1385 } while ((++i < x_arg) && (xcp != xbuf));
1397 while (i < (size_t)x_arg) {
1522 while (x_arg
[all...]

Completed in 113 milliseconds