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

  /src/external/bsd/mdocml/dist/
man_macro.c 203 enum roff_tok ctok, ntok; local
211 ntok = MAN_RS;
216 if (nn->tok == ntok && nn->type == ROFFT_BLOCK)
234 ntok = MAN_SY;
237 ntok = MAN_UR;
240 ntok = MAN_MT;
247 if (nn->tok == ntok && nn->type == ROFFT_BLOCK && ! --nrew)
mdoc_macro.c 518 int ntok; local
520 ntok = buf[ppos] == '"' || parsed == 0 ||
524 if (ntok == TOKEN_NONE) {
532 (*mdoc_macro(ntok)->fp)(mdoc, ntok, line, ppos, pos, buf);
554 enum roff_tok atok, ntok; local
721 ntok = TOKEN_NONE;
732 ntok = lookup(mdoc, tok, line, lastarg, p);
734 if (ntok == TOKEN_NONE) {
747 (*mdoc_macro(ntok)->fp)(mdoc, ntok, line, lastarg, pos, buf)
771 enum roff_tok ntok; local
1385 enum roff_tok ntok; local
    [all...]
  /src/lib/libedit/TEST/
wtc1.c 245 Tokenizer *ntok = tok_init(NULL); local
248 tok_str(ntok, my_wcstombs(line), &nargc, &nav);
  /src/external/gpl3/binutils/dist/gas/config/
xtensa-istack.h 47 int ntok; member in struct:tinsn_struct
tc-arc.h 261 int ntok; member in struct:arc_relax_type
tc-alpha.c 775 debug_exp (expressionS tok[], int ntok)
779 fprintf (stderr, "debug_exp: %d tokens", ntok);
780 for (i = 0; i < ntok; i++)
860 int ntok)
862 expressionS *end_tok = tok + ntok;
876 memset (tok, 0, sizeof (*tok) * ntok);
1022 debug_exp (orig_tok, ntok - (end_tok - tok));
1028 return ntok - (end_tok - tok);
1055 int ntok = *pntok;
1078 if (tokidx >= ntok)
1048 int ntok = *pntok; local
3170 int ntok = *pntok; local
5506 int ntok, trunclen; local
    [all...]
tc-arc.c 1209 int ntok)
1217 memset (tok, 0, sizeof (*tok) * ntok);
1242 if (!saw_arg || num_args == ntok)
1252 if (brk_lvl || num_args == ntok)
1262 if (!saw_arg || num_args == ntok)
1273 if ((saw_arg && !saw_comma) || num_args == ntok)
1288 || num_args == ntok)
1303 if ((saw_arg && !saw_comma) || num_args == ntok)
1324 || num_args == ntok)
1623 allocate_tok (expressionS *tok, int ntok, int cidx
1763 int ntok = *pntok; local
2518 int ntok, nflg; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-istack.h 47 int ntok; member in struct:tinsn_struct
tc-arc.h 261 int ntok; member in struct:arc_relax_type
tc-alpha.c 775 debug_exp (expressionS tok[], int ntok)
779 fprintf (stderr, "debug_exp: %d tokens", ntok);
780 for (i = 0; i < ntok; i++)
860 int ntok)
862 expressionS *end_tok = tok + ntok;
876 memset (tok, 0, sizeof (*tok) * ntok);
1022 debug_exp (orig_tok, ntok - (end_tok - tok));
1028 return ntok - (end_tok - tok);
1055 int ntok = *pntok;
1078 if (tokidx >= ntok)
1048 int ntok = *pntok; local
3170 int ntok = *pntok; local
5506 int ntok, trunclen; local
    [all...]
tc-arc.c 1209 int ntok)
1217 memset (tok, 0, sizeof (*tok) * ntok);
1242 if (!saw_arg || num_args == ntok)
1252 if (brk_lvl || num_args == ntok)
1262 if (!saw_arg || num_args == ntok)
1273 if ((saw_arg && !saw_comma) || num_args == ntok)
1289 || num_args == ntok)
1304 if ((saw_arg && !saw_comma) || num_args == ntok)
1323 || num_args == ntok)
1622 allocate_tok (expressionS *tok, int ntok, int cidx
1762 int ntok = *pntok; local
2517 int ntok, nflg; local
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
refclock_gpsdjson.c 104 int ntok; member in struct:json_ctx
1160 if (tid >= 0 && tid < ctx->ntok) {
1188 if (tid < 0 || tid > ctx->ntok)
1189 tid = ctx->ntok;
1205 if (tid < 0 || tid >= ctx->ntok ||
1210 for (++tid; len && tid+1 < ctx->ntok; --len) {
1391 ctx->ntok = rc;
1400 for (idx = 0; idx < ctx->ntok; ++idx)
ntp_config.c 5559 int ntok = 1; local
5566 for (ntok = 1; ntok < MAXTOKENS; ntok++) {
5567 tokenlist[ntok] = tokens;
5583 if (ntok == MAXTOKENS) {
5589 *ntokens = ntok + 1;
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 1170 int ntok; local
1184 tokenize(cmdline, tokens, &ntok);
1185 if (ntok == 0)
1210 if ((i+ti) >= ntok) {
1232 if ((i+ti) >= ntok)
1246 if (i < ntok && *tokens[i] == '>') {
1251 else if ((i+1) < ntok)
1296 int *ntok
1305 for (*ntok = 0; *ntok < MAXTOKENS; (*ntok)++)
    [all...]
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 1639 int ntok; local
1647 tokenize(cmdline, tokens, &ntok);
1648 if (ntok == 0)
1674 for (i = MAXARGS + 1; i < ntok ; ++i) {
1685 if ((i+1) >= ntok) {
1700 if (i < ntok && *tokens[i] == '>') {
1705 else if ((i+1) < ntok)
1764 int *ntok
1773 for (*ntok = 0; *ntok < MAXTOKENS; (*ntok)++)
    [all...]

Completed in 53 milliseconds