Searched refs:vn (Results 1 – 3 of 3) sorted by relevance
77 #define STATEVARS int vn; unsigned char *space80 (m)->vn = 0; }82 #define SETUP(v) ((v) = &m->space[m->vn++ * m->g->nstates])
998 } vn[] = { variable1026 for (i = 0; i < __arraycount(vn); i++) in cdf_print_property_name()1027 if (vn[i].v == p) in cdf_print_property_name()1028 return snprintf(buf, bufsiz, "%s", vn[i].n); in cdf_print_property_name()
5599 const char *vn = verbnames; in compile_branch() local5634 STRNCMP_UC_C8(name, vn, namelen) == 0) in compile_branch()5706 vn += verbs[i].len + 1; in compile_branch()
Completed in 30 milliseconds