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

  /src/usr.bin/sort/
fields.c 256 u_char *tline; local
294 for (tline = line; *tline >= '0' &&
295 *tline <= '9' && tline < lineend; tline++)
  /src/external/bsd/nvi/dist/ex/
ex_write.c 297 db_recno_t fline, tline, lcnt; local
307 tline = tm->lno;
332 if (tline != 0)
333 for (; fline <= tline; ++fline, ++lcnt) {
  /src/external/bsd/less/dist/
tags.c 267 char tline[TAGLINE_SIZE]; local
283 while (fgets(tline, sizeof(tline), f) != NULL)
285 if (tline[0] == '!')
288 if (strncmp(tag, tline, taglen) != 0 || !WHITESP(tline[taglen]))
304 p = skipsp(tline+taglen);
  /src/usr.bin/unifdef/
unifdef.c 201 * we leave some space at the end of the tline buffer to accommodate this.
230 static char tline[MAXLINE+EDITSLOP];/* input buffer plus space */ variable
531 strlcpy(keyword, replacement, tline + sizeof(tline) - keyword);
557 fputs(tline, output);
597 if (fgets(tline, MAXLINE, input) == NULL)
601 cp = skipcomment(tline);
610 keyword = tline + (cp - tline);
  /src/external/bsd/openldap/dist/servers/slapd/
slap-config.h 154 char *tline; member in struct:config_args_s

Completed in 29 milliseconds