Home
last modified time | relevance | path

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

/dports/graphics/argyllcms/Argyll_V1.9.2/cgats/
H A Dpars.c501 p->delf[0] = PARS_TERM; in reset_del()
516 p->delf[(int)t[i]] |= PARS_TERM; in add_del()
573 || (!(tbo == 0 && (p->delf[c] & PARS_TERM) != 0 && (p->delf[c] & PARS_SKIP) != 0) in get_token()
579 && tbo != 0 && (p->delf[c] & PARS_TERM) != 0) in get_token()
H A Dpars.h232 #define PARS_TERM 0x01 /* Terminates a token */ macro