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

/xsrc/external/mit/xmodmap/dist/
H A Dhandle.c197 struct dt *dtp; local in function:handle_line
205 for (dtp = dispatch_table; dtp->command != NULL; dtp++) {
206 if (n == dtp->length &&
207 strncmp (line, dtp->command, dtp->length) == 0) {
212 (*(dtp->proc)) (line, len);

Completed in 2 milliseconds