Searched refs:nulls (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/cmd/listen/ |
H A D | lssmb.c | 108 int twos, nulls; local 146 twos = nulls = 0; 150 nulls++; 155 if(twos != nulls){ 157 Msnet, twos, nulls);
|
/titanic_41/usr/src/lib/libsqlite/ |
H A D | main.mk | 405 nulls.html: $(TOP)/www/nulls.tcl 406 tclsh $(TOP)/www/nulls.tcl >nulls.html 432 nulls.html
|
/titanic_41/usr/src/cmd/pr/ |
H A D | pr.c | 69 #define STDINNAME() nulls 71 #define NOFILE nulls 120 static char nulls[] = ""; variable 667 Nfiles < 2 ? Files->f_name : nulls; in print() 1434 if (Nfiles > 1 || Files->f_name == nulls) {
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | quoting.sh | 237 then err_exit '"$@" not preserving nulls'
|
/titanic_41/usr/src/cmd/ed/ |
H A D | ed.c | 351 int nulls; /* Null count */ variable 741 nulls = 0; in commands() 1182 if (nulls) { in exfile() 1184 count = nulls; in exfile() 1185 nulls = 0; in exfile() 1404 nulls++; in getfile()
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 823 int nulls, capstrs = 0; in process_cap() local 858 nulls = 0; in process_cap() 868 if (nulls++ == 0) { in process_cap() 1039 nulls = 0; in process_cap() 1046 nulls++; in process_cap() 1062 if ((nulls > 1) || in process_cap()
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | null.test | 180 # Ticket #461 - Make sure nulls are handled correctly when doing a
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 1313 Word cnum, capnum, nulls, symcaps; in cap_section() local 1420 nulls = symcaps = 0; in cap_section() 1438 if ((nulls++ == 0) && (cnum == 0)) in cap_section() 1443 if (nulls == 0) { in cap_section() 1496 if ((cap->c_tag == CA_SUNW_NULL) && (nulls > 1) && in cap_section()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | caps | 53 insert_null_glitch, "in" "in" Insert mode distinguishes nulls
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | caps | 77 insert_null_glitch in in bool Insert mode distinguishes nulls
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | caps | 77 insert_null_glitch in in bool Insert mode distinguishes nulls
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 6871 # useful in block mode, including "clear X to nulls" (vs. "clear X to 6872 # spaces"; nulls are sentinels for "send X" operations); "send X" 7276 # set the following to nulls: 13338 # Rev-index removed; can't send nulls to terminal in 8-bit modes. 13351 # Rev-index removed; can't send nulls to terminal in 8-bit modes. 13362 # Rev-index removed; can't send nulls to terminal in 8-bit modes.
|
H A D | terminfo.src | 7698 # useful in block mode, including "clear X to nulls" (vs. "clear X to 7699 # spaces"; nulls are sentinels for "send X" operations); "send X" 8121 # set the following to nulls: 15018 # Rev-index removed; can't send nulls to terminal in 8-bit modes. 15031 # Rev-index removed; can't send nulls to terminal in 8-bit modes. 15043 # Rev-index removed; can't send nulls to terminal in 8-bit modes.
|