Lines Matching defs:tbl
662 struct tbl *tp;
867 struct tbl *ap, **p;
885 struct tbl *ap;
948 struct tbl *ap;
1234 struct tbl *vq, *voptarg;
1616 struct tbl *vp /* FU gcc */ = NULL, *vq = NULL;
2318 struct tbl *vp;
2755 const struct t_op *tbl;
2757 tbl = meta == TM_UNOP ? u_ops : b_ops;
2760 for (; tbl->op_text[0]; tbl++)
2761 if (sc1 == tbl->op_text[1] && !strcmp(s, tbl->op_text))
2762 return (tbl->op_num);
2806 struct tbl *vp;