Searched refs:ntok (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/mdocml/
H A Dman_macro.c192 enum roff_tok ntok; local
200 ntok = MAN_RS;
204 if (nn->tok == ntok && nn->type == ROFFT_BLOCK)
220 ntok = MAN_UR;
223 ntok = MAN_MT;
230 if (nn->tok == ntok && nn->type == ROFFT_BLOCK && ! --nrew)
240 ntok = man->last->tok;
249 if (ntok == MAN_LP || ntok == MAN_PP || ntok
[all...]
H A Dmdoc_macro.c510 int ntok; local
513 ntok = TOKEN_NONE;
517 ntok = lookup(mdoc, tok, line, ppos, p);
519 if (ntok == TOKEN_NONE) {
527 mdoc_macro(mdoc, ntok, line, ppos, pos, buf);
549 enum roff_tok atok, ntok; local
705 ntok = TOKEN_NONE;
716 ntok = lookup(mdoc, tok, line, lastarg, p);
718 if (ntok == TOKEN_NONE) {
727 mdoc_macro(mdoc, ntok, lin
751 enum roff_tok ntok; local
1303 enum roff_tok ntok; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c731 debug_exp (expressionS tok[], int ntok)
735 fprintf (stderr, "debug_exp: %d tokens", ntok);
736 for (i = 0; i < ntok; i++)
816 int ntok)
818 expressionS *end_tok = tok + ntok;
832 memset (tok, 0, sizeof (*tok) * ntok);
975 debug_exp (orig_tok, ntok - (end_tok - tok));
981 return ntok - (end_tok - tok);
1008 int ntok = *pntok;
1031 if (tokidx >= ntok)
724 debug_exp(expressionS tok[], int ntok) argument
807 tokenize_arguments(char *str, expressionS tok[], int ntok) argument
1001 int ntok = *pntok; local
1104 assemble_tokens_to_insn(const char *opname, const expressionS *tok, int ntok, struct alpha_insn *insn) argument
1517 emit_lda(const expressionS *tok, int ntok, const void * unused ATTRIBUTE_UNUSED) argument
1844 assemble_insn(const struct alpha_opcode *opcode, const expressionS *tok, int ntok, struct alpha_insn *insn, bfd_reloc_code_real_type reloc) argument
1994 emit_ir_load(const expressionS *tok, int ntok, const void * opname) argument
2032 emit_loadstore(const expressionS *tok, int ntok, const void * opname) argument
2079 emit_ldXu(const expressionS *tok, int ntok, const void * vlgsize) argument
2142 emit_ldX(const expressionS *tok, int ntok, const void * vlgsize) argument
2154 emit_uldXu(const expressionS *tok, int ntok, const void * vlgsize) argument
2203 emit_uldX(const expressionS *tok, int ntok, const void * vlgsize) argument
2214 emit_ldil(const expressionS *tok, int ntok, const void * unused ATTRIBUTE_UNUSED) argument
2229 emit_stX(const expressionS *tok, int ntok, const void * vlgsize) argument
2331 emit_ustX(const expressionS *tok, int ntok, const void * vlgsize) argument
2402 emit_sextX(const expressionS *tok, int ntok, const void * vlgsize) argument
2435 emit_division(const expressionS *tok, int ntok, const void * symname) argument
2532 emit_division(const expressionS *tok, int ntok, const void * symname) argument
2638 emit_jsrjmp(const expressionS *tok, int ntok, const void * vopname) argument
2697 emit_retjcr(const expressionS *tok, int ntok, const void * vopname) argument
2976 int ntok = *pntok; local
3080 assemble_tokens(const char *opname, const expressionS *tok, int ntok, int local_macros_on) argument
4983 int ntok, trunclen; local
[all...]
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c1150 int ntok; local
1164 tokenize(cmdline, tokens, &ntok);
1165 if (ntok == 0)
1190 if ((i+ti) >= ntok) {
1212 if ((i+ti) >= ntok)
1226 if (i < ntok && *tokens[i] == '>') {
1231 else if ((i+1) < ntok)
1276 int *ntok
1285 for (*ntok = 0; *ntok < MAXTOKEN
[all...]
/freebsd-11-stable/lib/libedit/TEST/
H A Dwtc1.c251 Tokenizer *ntok = tok_init(NULL); local
254 tok_str(ntok, my_wcstombs(line), &nargc, &nav);
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-usb-linux.c1087 int ntok; local
1090 ntok = sscanf(ptr, "%s%n", token, &cnt);
1091 if ((ntok < 1) || (cnt < 0))
1096 ntok = sscanf(ptr, "%d%n", &stats->ps_drop, &cnt);
1098 ntok = sscanf(ptr, "%d%n", &dummy, &cnt);
1099 if ((ntok != 1) || (cnt < 0))
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c1608 int ntok; local
1615 tokenize(cmdline, tokens, &ntok);
1616 if (ntok == 0)
1634 for (i = MAXARGS + 1; i < ntok ; ++i) {
1645 if ((i+1) >= ntok) {
1660 if (i < ntok && *tokens[i] == '>') {
1665 else if ((i+1) < ntok)
1717 int *ntok
1726 for (*ntok = 0; *ntok < MAXTOKEN
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c102 int ntok; member in struct:json_ctx
1139 if (tid >= 0 && tid < ctx->ntok) {
1167 if (tid < 0 || tid > ctx->ntok)
1168 tid = ctx->ntok;
1184 if (tid < 0 || tid >= ctx->ntok ||
1189 for (++tid; len && tid+1 < ctx->ntok; --len) {
1370 ctx->ntok = rc;
1379 for (idx = 0; idx < ctx->ntok; ++idx)
H A Dntp_config.c5358 int ntok = 1; local
5365 for (ntok = 1; ntok < MAXTOKENS; ntok++) {
5366 tokenlist[ntok] = tokens;
5382 if (ntok == MAXTOKENS) {
5388 *ntokens = ntok + 1;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dtree.c284 * ntok is the token which follows the name.
287 getnnode(sym_t *sym, int ntok) argument
294 if (ntok == T_LPARN) {

Completed in 171 milliseconds