Home
last modified time | relevance | path

Searched refs:tbl_end (Results 1 – 4 of 4) sorted by last modified time

/dragonfly/usr.bin/rpcgen/
H A Drpc_tblout.c51 static char tbl_end[] = "};\n"; variable
141 f_print(fout, "%s", tbl_end); in write_table()
/dragonfly/contrib/mdocml/
H A Dtbl_parse.h26 int tbl_end(struct tbl_node *, int);
H A Droff.c1995 tbl_end(r->tbl, 1); in roff_endparse()
3326 if (tbl_end(r->tbl, 0) == 0) { in roff_TE()
3464 tbl_end(r->tbl, 0); in roff_TS()
H A Dtbl.c166 tbl_end(struct tbl_node *tbl, int still_open) in tbl_end() function