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

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dlex.c119 static dident tname_[NBTK + 1]; variable
191 * syntax_flags, chname_ and tname_ are read-only data
247 tname_[NO_TOKEN] = d_.err;
248 tname_[BLANK_SPACE] = d_.err;
249 tname_[EOI] = d_.eof;
250 tname_[EOCL] = in_dict("fullstop", 0);
251 tname_[IDENTIFIER] = d_.atom0;
252 tname_[QIDENTIFIER] = in_dict("quoted_atom", 0);
253 tname_[COMMA] = in_dict("comma", 0);
254 tname_[BA
[all...]

Completed in 28 milliseconds