Searched refs:print_space (Results 1 – 2 of 2) sorted by relevance
| /freebsd/usr.bin/diff/ |
| H A D | diffreg.c | 187 static void print_space(int, int, int); 936 print_space(nc, hw - nc + lpad + 1 + rpad, flags); in output() 1215 print_space(0, hw + lpad, *pflags); in change() 1218 print_space(nc, hw - nc + lpad, *pflags); in change() 1227 print_space(hw + lpad + 1, rpad, *pflags); in change() 1743 print_space(int nc, int n, int flags) in print_space() function
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 3320 bool print_space = false; in PrintModule() local 3322 if (print_space) in PrintModule() 3324 print_space = true; in PrintModule() 3416 print_space = false; in PrintModule()
|