Lines Matching defs:tblentry
89 struct tblentry {
90 struct tblentry *next; /* next entry in hash chain */
100 STATIC struct tblentry *cmdtable[CMDTABLESIZE];
106 STATIC void printentry(struct tblentry *, int);
109 STATIC struct tblentry *cmdlookup(const char *, int);
401 struct tblentry **pp;
402 struct tblentry *cmdp;
508 printentry(struct tblentry *cmdp, int verbose)
570 struct tblentry *cmdp, loc_cmd;
806 struct tblentry *cmdp;
825 struct tblentry **pp;
826 struct tblentry *cmdp;
893 struct tblentry **tblp;
894 struct tblentry **pp;
895 struct tblentry *cmdp;
936 struct tblentry **tblp;
937 struct tblentry **pp;
938 struct tblentry *cmdp;
966 struct tblentry **lastcmdentry;
969 STATIC struct tblentry *
974 struct tblentry *cmdp;
975 struct tblentry **pp;
990 cmdp = *pp = ckmalloc(sizeof (struct tblentry) - ARB
1009 struct tblentry *cmdp;
1024 struct tblentry *cmdp = cmdlookup(name, 0);
1045 struct tblentry *cmdp;
1087 struct tblentry *cmdp;
1106 struct tblentry *cmdp;