Searched refs:token_print_indent (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dtree.c3237 col = token_print_indent (file, col, indent, "", "", "null");
3241 col = token_print_indent (file, col, indent, "", "", "check");
3257 col = token_print_indent (file, col, indent, " ", " ", s);
3263 col = token_print_indent (file, col, indent, "", "",
3265 col = token_print_indent (file, col, indent, " ", "", "(");
3269 col = token_print_indent (file, col, indent, "", " ", ",");
3272 col = token_print_indent (file, col, scol, "", " ", ",");
3275 col = token_print_indent (file, col, indent, "", "", ")");
3279 col = token_print_indent (file, col, indent, "", "", "suffix");
3280 col = token_print_indent (fil
[all...]
H A Dexecute.c698 col = token_print_indent (file, col, indent + 7,
700 token_print_indent (file,
714 token_print_indent (file, col, indent + 5,
731 token_print_indent (file, col, indent, " ", "", "{");
830 col = token_print_indent (file, indent + 4, indent + 4,
832 col = token_print_indent (file, col, indent + 4,
836 col = token_print_indent (file, col, indent + 4,
843 col = token_print_indent (file, indent + 6, indent + 6,
845 col = token_print_indent (file, col, indent + 6,
852 col = token_print_indent (fil
[all...]
H A Dprint.c1060 log_fatal ("token_print_indent: no memory for copy buffer");
1072 len = token_print_indent (file, col, indent,
1099 i = token_print_indent (file, col, indent,
1108 col = token_print_indent (file, col, indent,
1114 col = token_print_indent (file, col, indent,
1120 int token_print_indent (FILE *file, int col, int indent, function
/netbsd-6-1-5-RELEASE/dist/dhcp/includes/
H A Ddhcpd.h1548 int token_print_indent (FILE *, int, int,

Completed in 180 milliseconds