Searched refs:chop (Results 1 – 5 of 5) sorted by relevance
270 line = chop(line)312 print "*", chop(line)357 print mark, chop(line)373 def chop(line): function
371 static int read_line (lua_State *L, FILE *f, int chop) { in read_line() argument385 luaL_addsize(&b, l - chop); /* chop 'eol' if needed */ in read_line()
1305 chop = maxlen - len(line)1306 if chop < 0: repr = repr[:chop] + '...'
1375 chop = maxlen - len(line)1376 if chop < 0: repr = repr[:chop] + '...'