Home
last modified time | relevance | path

Searched refs:tok_cnt (Results 1 – 3 of 3) sorted by relevance

/dports/games/tads/tads-3.0.8/tads3/
H A Dvmgram.cpp347 match_cnt = altp->tok_cnt; in alloc()
643 size_t tok_cnt; in load_from_image() local
685 tok_cnt += alt_tok_cnt; in load_from_image()
731 next_byte = (char *)&next_tok[tok_cnt]; in load_from_image()
900 size_t tok_cnt; in getp_parse() local
976 for (i = 0 ; i < tok_cnt ; ++i) in getp_parse()
1825 alt_tok_cnt = altp->tok_cnt; in enqueue_alts()
1916 if (tok_idx < tok_cnt in enqueue_alts()
1967 if (tok_idx < tok_cnt in enqueue_alts()
1982 if (tok_idx < tok_cnt in enqueue_alts()
[all …]
H A Dvmgram.h222 size_t tok_cnt; member
399 size_t tok_cnt, size_t start_tok_pos,
431 size_t tok_cnt,
439 size_t tok_cnt,
/dports/devel/paexec/paexec-1.1.4/paexec/
H A Dpaexec.c256 int tok_cnt; in init__read_graph_tasks() local
282 tok_cnt = 0; in init__read_graph_tasks()
296 tok_cnt = 1; in init__read_graph_tasks()
299 tok_cnt = 2; in init__read_graph_tasks()
302 tok_cnt = 3; in init__read_graph_tasks()
313 if (tok_cnt == 3 && !strcmp(tok1, msg_weight)){ in init__read_graph_tasks()
319 if (tok_cnt == 2){ in init__read_graph_tasks()
328 if (tok_cnt == 1){ in init__read_graph_tasks()