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

/netbsd-6-1-5-RELEASE/sys/ddb/
H A Ddb_lex.h62 #define tCOMMA 14 macro
H A Ddb_lex.c298 return (tCOMMA);
H A Ddb_command.c808 if ((t == tEOL) || (t == tCOMMA)) {
819 if (t == tCOMMA) {
878 if (t == tCOMMA) { /*Get count*/
1252 while ((t = db_read_token()) == tCOMMA) {
H A Ddb_examine.c338 if (t == tCOMMA) {
H A Ddb_xxx.c96 if (t == tCOMMA) {

Completed in 106 milliseconds