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

/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c305 ((tok_ptr - tok_buf) < (TOK_BUF_SIZE - 2))
311 static char *tok_buf; variable
386 if (tok_buf != 0) {
387 if (_nc_curr_token.tk_name == tok_buf)
445 if (tok_buf == 0)
446 tok_buf = typeMalloc(char, TOK_BUF_SIZE);
452 tok_ptr = tok_buf;
578 _nc_set_type(tok_buf);
596 after_list = tok_buf + strlen(tok_buf);
[all...]

Completed in 161 milliseconds