Searched refs:token_print_indent (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | tree.c | 3324 col = token_print_indent (file, col, indent, "", "", "null"); 3328 col = token_print_indent (file, col, indent, "", "", "check"); 3352 col = token_print_indent (file, col, indent, " ", " ", s); 3358 col = token_print_indent (file, col, indent, "", "", 3360 col = token_print_indent (file, col, indent, " ", "", "("); 3364 col = token_print_indent (file, col, indent, "", " ", ","); 3367 col = token_print_indent (file, col, scol, "", " ", ","); 3370 col = token_print_indent (file, col, indent, "", "", ")"); 3374 col = token_print_indent (file, col, indent, "", "", "suffix"); 3375 col = token_print_indent (file, col, indent, " ", "", "("); [all …]
|
H A D | execute.c | 819 col = token_print_indent (file, col, indent + 7, 821 token_print_indent (file, 835 token_print_indent (file, col, indent + 5, 852 token_print_indent (file, col, indent, " ", "", "{"); 951 col = token_print_indent (file, indent + 4, indent + 4, 953 (void) token_print_indent (file, col, indent + 4, 957 (void) token_print_indent (file, col, indent + 4, 964 col = token_print_indent (file, indent + 6, indent + 6, 966 (void) token_print_indent (file, col, indent + 6, 973 col = token_print_indent (file, indent + 4, indent + 4, [all …]
|
H A D | print.c | 1218 col = token_print_indent (file, col, indent, in token_print_indent_concat() 1246 i = token_print_indent (file, col, indent, in token_indent_data_string() 1255 col = token_print_indent (file, col, indent, in token_indent_data_string() 1261 col = token_print_indent (file, col, indent, in token_indent_data_string() 1267 int token_print_indent (FILE *file, int col, int indent, in token_print_indent() function
|
/netbsd-src/external/mpl/dhcp/dist/includes/ |
H A D | dhcpd.h | 2642 int token_print_indent (FILE *, int, int,
|