Searched defs:indelimit (Results 1 - 1 of 1) sorted by last modified time

/external/mksh/src/
H A Dlex.c1526 bool indelimit = false; local
1541 if (indelimit && *cp != delimiter)
1552 indelimit = !indelimit;
1556 if (doprint && (indelimit ||
1564 (indelimit || (ntruncate < (x_cols * lines + columns))))

Completed in 51 milliseconds