Home
last modified time | relevance | path

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

/dports/cad/nvc/nvc-r1.5.3/src/
H A Dparse.c77 static int nopt_hist = 0; variable
403 nopt_hist = 0; in drop_token()
429 for (int i = 0; i < nopt_hist; i++) { in _vexpect()
494 if (nopt_hist < ARRAY_LEN(opt_hist)) in optional()
495 opt_hist[nopt_hist++] = tok; in optional()