Home
last modified time | relevance | path

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

/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Dcommand.c81 typedef struct _EXTab *EXTab; typedef
87 EXTab table; /* table to search on match */
101 static Error ProcessTable (char *cmd, Object *in, EXTab table, int len);
704 EXTab a = (EXTab) key; in Compare()
705 EXTab b = (EXTab) data; in Compare()
710 static Error ProcessTable (char *cmd, Object *in, EXTab table, int len) in ProcessTable()
715 EXTab tab; in ProcessTable()
728 tab = (EXTab) bsearch ((char *) &dummy, (char *) table, in ProcessTable()