Searched refs:tbl_option (Results 1 – 3 of 3) sorted by relevance
70 int tbl_option(struct tbl_node *, int, const char *);
56 return(tbl_option(tbl, ln, p) ? ROFF_IGN : ROFF_ERR); in tbl_read()
255 tbl_option(struct tbl_node *tbl, int ln, const char *p) in tbl_option() function