HomeSort by: relevance | last modified time | path
    Searched defs:l_line_len (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/col/
col.c 99 int l_line_len; /* strlen(l_line) */ member in struct:line_str
312 if (l->l_line_len + 1 >= l->l_lsize) {
321 c = &l->l_line[l->l_line_len++];
437 nchars = l->l_line_len;
col.c 99 int l_line_len; /* strlen(l_line) */ member in struct:line_str
312 if (l->l_line_len + 1 >= l->l_lsize) {
321 c = &l->l_line[l->l_line_len++];
437 nchars = l->l_line_len;
col.c 99 int l_line_len; /* strlen(l_line) */ member in struct:line_str
312 if (l->l_line_len + 1 >= l->l_lsize) {
321 c = &l->l_line[l->l_line_len++];
437 nchars = l->l_line_len;
col.c 99 int l_line_len; /* strlen(l_line) */ member in struct:line_str
312 if (l->l_line_len + 1 >= l->l_lsize) {
321 c = &l->l_line[l->l_line_len++];
437 nchars = l->l_line_len;

Completed in 42 milliseconds