Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_cout.c176 tabify(fout, indent); in print_ifopen()
197 tabify(fout, indent); in print_ifsizeof()
216 tabify(fout, indent); in print_ifclose()
386 tabify(fout, indent + 1); in expand_inline()
411 tabify(fout, indent+1); in expand_inline()
756 tabify(fout, indent); in emit_inline()
768 tabify(fout, indent); in emit_inline()
781 tabify(fout, indent); in emit_inline64()
793 tabify(fout, indent); in emit_inline64()
804 tabify(fout, indent); in emit_single_in_line()
[all …]
H A Drpc_hout.c492 tabify(fout, tab); in pdeclaration()
524 tabify(fout, tab); in pdeclaration()
526 tabify(fout, tab); in pdeclaration()
529 tabify(fout, tab); in pdeclaration()
H A Drpc_util.h161 extern void tabify(FILE *, int);
H A Drpc_util.c316 tabify(FILE *f, int tab) in tabify() function
/illumos-gate/usr/src/cmd/expand/
H A Dunexpand.c56 static void tabify(wchar_t *, int);
108 tabify(input_buf, all);
117 tabify(wchar_t *ibuf, int all) in tabify() function