Home
last modified time | relevance | path

Searched defs:line_str (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/usr.bin/col/
H A Dcol.c68 struct line_str { struct
69 CHAR *l_line; /* characters on the line */
70 LINE *l_prev; /* previous line */
71 LINE *l_next; /* next line */
72 size_t l_lsize; /* allocated sizeof l_line */
73 size_t l_line_len; /* strlen(l_line) */
74 size_t l_max_col; /* max column in the line */
75 int l_needs_sort; /* set if chars went in out of order */