HomeSort by: relevance | last modified time | path
    Searched defs:tline (Results 1 - 8 of 8) 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
  /src/external/mpl/dhcp/dist/keama/
keama.h 96 int tline; member in struct:parse
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 321 int tline; member in struct:parse
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 7926 int tline; member in struct:JimParserCtx
7954 pc->tline = 0;
7970 pc->tline = pc->linenr;
8028 pc->tline = pc->linenr;
8049 pc->tline = pc->linenr;
8101 pc->missing.line = pc->tline;
8108 int line = pc->tline;
8157 int line = pc->tline;
8217 pc->tline = pc->linenr;
8226 pc->tline = pc->linenr
    [all...]

Completed in 32 milliseconds