Searched refs:ktscan (Results 1 – 1 of 1) sorted by relevance
/external/mksh/src/ |
D | main.c | 1305 static struct tbl *ktscan(struct table *, const char *, uint32_t, 1359 ktscan(struct table *tp, const char *name, uint32_t h, struct tbl ***ppp) in ktscan() function 1386 return (tp->size ? ktscan(tp, n, h, NULL) : NULL); in ktsearch() 1399 if ((p = ktscan(tp, n, h, &pp))) in ktenter()
|