Searched refs:print_space (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/diff/ |
H A D | diffreg.c | 186 static void print_space(int, int, int); 923 print_space(nc, hw - nc + lpad + 1 + rpad, flags); in output() 1201 print_space(0, hw + lpad, *pflags); in change() 1204 print_space(nc, hw - nc + lpad, *pflags); in change() 1213 print_space(hw + lpad + 1, rpad, *pflags); in change() 1721 print_space(int nc, int n, int flags) in print_space() 1717 print_space(int nc, int n, int flags) print_space() function
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectTarget.cpp | 3306 bool print_space = false; in PrintModule() local 3308 if (print_space) in PrintModule() 3310 print_space = true; in PrintModule() 3403 print_space = false; in PrintModule()
|