Home
last modified time | relevance | path

Searched refs:n_toks (Results 1 – 4 of 4) sorted by relevance

/dports/devel/creduce/creduce-2.10.0/clex/
H A Ddriver.c295 static int n_toks; variable
311 if (!started || (which > (idx + n_toks))) in rm_toks()
332 int n_patterns = 1 << (n_toks - 1); in rm_tok_pattern()
356 idx >>= (n_toks - 1); in rm_tok_pattern()
369 if (which == (idx + n_toks)) in rm_tok_pattern()
480 int res = sscanf(&cmd[8], "%d", &n_toks); in main()
482 assert(n_toks > 0 && n_toks <= 1000); in main()
485 int res = sscanf(&cmd[15], "%d", &n_toks); in main()
487 assert(n_toks > 1 && n_toks <= 8); in main()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Ddebug.cpp1999 int md::debug_despatch_cmd(int n_toks, char **toks) in debug_despatch_cmd() argument
2005 if (n_toks == 0) in debug_despatch_cmd()
2008 if ((strcmp(toks[0], d->cmd) == 0) && (n_toks-1 == d->n_args)) { in debug_despatch_cmd()
2022 return ((this->*found->handler)(n_toks-1, &toks[1])); in debug_despatch_cmd()
2106 int n_toks = 0; in debug_enter() local
2151 n_toks = 0; in debug_enter()
2152 while ((n_toks < MAX_DEBUG_TOKS) && in debug_enter()
2154 toks[n_toks++] = p; in debug_enter()
2158 ret = debug_despatch_cmd(n_toks, toks); in debug_enter()
H A Dmd.h739 int debug_despatch_cmd(int n_toks, char **args);
/dports/textproc/link-grammar/link-grammar-5.8.0/link-grammar/post-process/
H A Dpp_lexer.h43 const char **pp_lexer_get_next_group_of_tokens_of_label(PPLexTable *lt, size_t *n_toks);