Home
last modified time | relevance | path

Searched refs:lcmd_out_line_len (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dsed.c85 countT lcmd_out_line_len = 70; variable
237 lcmd_out_line_len = t-1;
278 lcmd_out_line_len = ATOI(optarg);
Dsed.h230 extern countT lcmd_out_line_len;
Dexecute.c1542 ? lcmd_out_line_len
1550 ? lcmd_out_line_len
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1018 of lcmd_out_line_len
1378 * sed/execute.c(do_list): make a `lcmd_out_line_len'
1395 `lcmd_out_line_len' variable. (Idea suggested by
1400 to set a reasonable `lcmd_out_line_len'; added -l/--line-length
1401 command-line options to set the new `lcmd_out_line_len' flag.
1403 * sed/execute.c(do_list): use `lcmd_out_line_len' variable