Home
last modified time | relevance | path

Searched refs:tabify (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.bin/unexpand/
H A Dunexpand.c45 void tabify(bool);
80 tabify(all); in main()
88 tabify(bool all) in tabify() function
/openbsd-src/usr.bin/rpcgen/
H A Drpc_hout.c445 tabify(fout, tab);
477 tabify(fout, tab);
479 tabify(fout, tab);
481 tabify(fout, tab);
H A Drpc_util.h113 void tabify(FILE *, int);
H A Drpc_cout.c188 tabify(fout, indent);
220 tabify(fout, indent);
258 tabify(fout, indent);
H A Drpc_util.c339 tabify(f, tab) in tabify() function