Searched refs:tabify (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/rpcgen/ |
H A D | rpc_cout.c | 177 tabify(fout, indent); in print_ifopen() 198 tabify(fout, indent); in print_ifsizeof() 217 tabify(fout, indent); in print_ifclose() 384 tabify(fout, indent + 1); in expand_inline() 399 tabify(fout, indent + 1); in expand_inline() 409 tabify(fout, indent+1); in expand_inline() 426 tabify(fout, indent + 1); in expand_inline() 754 tabify(fout, indent); in emit_inline() 756 tabify(fout, indent + 1); in emit_inline() 758 tabify(fout, indent + 1); in emit_inline() [all …]
|
H A D | rpc_hout.c | 492 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 D | rpc_util.h | 161 extern void tabify(FILE *, int);
|
H A D | rpc_util.c | 316 tabify(FILE *f, int tab) in tabify() function
|
/titanic_50/usr/src/cmd/expand/ |
H A D | unexpand.c | 58 static void tabify(wchar_t *, int); 110 tabify(input_buf, all); 119 tabify(wchar_t *ibuf, int all) in tabify() function
|