Symbol: null
bin/ksh/c_ksh.c
1130
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_ksh.c
1218
bi_errorf("%s", null);
bin/ksh/c_ksh.c
1235
p = null;
bin/ksh/c_ksh.c
1311
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_ksh.c
159
set_current_wd(null);
bin/ksh/c_ksh.c
493
: null);
bin/ksh/c_ksh.c
517
(tp->flag & SPEC_BI) ? " special" : null);
bin/ksh/c_ksh.c
529
: null);
bin/ksh/c_ksh.c
57
if ((dir = str_val(global("HOME"))) == null) {
bin/ksh/c_ksh.c
66
if (dir == null) {
bin/ksh/c_sh.c
192
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
228
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
39
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
435
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
480
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
542
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/c_sh.c
585
if (ksh_getopt(wp, &builtin_opt, null) == '?')
bin/ksh/edit.c
649
if ((fpath = str_val(global("FPATH"))) != null)
bin/ksh/eval.c
116
cp = (XPsize(w) == 0) ? null : (char*) *XPptrv(w);
bin/ksh/eval.c
1267
if (dp == null)
bin/ksh/eval.c
136
cp = null;
bin/ksh/eval.c
739
zero_ok = p != null;
bin/ksh/eval.c
784
xp->str = null;
bin/ksh/eval.c
811
xp->str = null;
bin/ksh/eval.c
835
(((stype&0x80) ? *xp->str=='\0' : xp->str==null) ? /* undef? */
bin/ksh/eval.c
838
if (Flag(FNOUNSET) && xp->str == null
bin/ksh/exec.c
1350
return (i >= 1 && i <= argct) ? ap[i - 1] : null;
bin/ksh/exec.c
151
errorf("%s", null);
bin/ksh/exec.c
1523
return null;
bin/ksh/exec.c
918
if ((fpath = str_val(global("FPATH"))) == null) {
bin/ksh/exec.c
974
&& (fpath = str_val(global("FPATH"))) != null
bin/ksh/expr.c
195
errorf("%s", null);
bin/ksh/history.c
692
home = null;
bin/ksh/jobs.c
1510
buf, coredumped ? " (core dumped)" : null);
bin/ksh/jobs.c
1515
p->next ? "|" : null,
bin/ksh/jobs.c
1516
coredumped ? " (core dumped)" : null);
bin/ksh/jobs.c
1526
space, p->command, p->next ? "|" : null);
bin/ksh/jobs.c
1529
p->next ? "|" : null);
bin/ksh/jobs.c
167
null,
bin/ksh/jobs.c
849
shprintf("%s%s", p->command, p->next ? "| " : null);
bin/ksh/lex.c
1314
if (source->str == null && c == '\0')
bin/ksh/lex.c
846
source->str = null; /* zap pending input */
bin/ksh/lex.c
852
errorf("%s", null);
bin/ksh/lex.c
868
s->str = null;
bin/ksh/lex.c
894
s->str = null;
bin/ksh/lex.c
974
s->start = s->str = null;
bin/ksh/main.c
244
if (current_wd[0] || pwd != null)
bin/ksh/main.c
370
env_file = null;
bin/ksh/main.c
378
if (env_file == null)
bin/ksh/main.c
543
s->start = s->str = null;
bin/ksh/main.c
790
errorf("%s", null); /* this is never executed - keeps gcc quiet */
bin/ksh/misc.c
1017
bi_errorf("%s", null);
bin/ksh/misc.c
1043
bi_errorf("%s", null);
bin/ksh/misc.c
1154
shf_fprintf(shf, "%*s", nspace, null);
bin/ksh/path.c
194
p = null;
bin/ksh/path.c
201
if (p != pathx && p != null)
bin/ksh/path.c
56
file = null;
bin/ksh/sh.h
327
EXTERN char null [] I__(""); /* null value for variable */
bin/ksh/syn.c
927
return null;
bin/ksh/var.c
309
s = null; /* special to dollar() */
bin/ksh/var.c
380
errorf("%s", null);
bin/ksh/var.c
457
s = null;
bin/ksh/var.c
46
static char *const empty[] = {null};
bin/ksh/var.c
557
vp->u2.field - slen, null, slen, s);
bin/ksh/var.c
741
errorf("%s", null);
bin/ksh/var.c
759
export(vpbase, (vpbase->flag&ISSET) ? vpbase->val.s : null);
games/adventure/hdr.h
143
null, entrance, depression, /*enter, stream, pour,*/ say, lock,
games/adventure/init.c
115
null, entrance, depression, say, lock, throw,
games/adventure/init.c
236
null = vocab(DECR('n', 'u', 'l', 'l', '\0'), 0, 0);
games/adventure/main.c
590
k = null;
games/adventure/main.c
81
k = null;
games/adventure/subr.c
306
if (k == null)
games/adventure/subr.c
852
k = null;
games/adventure/subr.c
888
k = null;
lib/libc/isc/eventlib_p.h
177
struct { const void *placeholder; } null;
sys/arch/bebox/stand/boot/filesystem.c
40
FS_OPS(null),
sys/arch/evbppc/stand/wii/conf.c
47
FS_OPS(null),
sys/arch/evbppc/stand/wii/conf.c
54
struct fs_ops null_fs_ops = FS_OPS(null);
sys/arch/i386/stand/efiboot/conf.c
112
struct fs_ops file_system_null = FS_OPS(null);
sys/arch/i386/stand/efiboot/conf.c
77
FS_OPS(null),
sys/arch/i386/stand/efiboot/conf.c
79
FS_OPS(null), FS_OPS(null),
sys/arch/i386/stand/efiboot/conf.c
80
FS_OPS(null), FS_OPS(null),
sys/arch/i386/stand/efiboot/conf.c
82
FS_OPS(null),
sys/arch/i386/stand/efiboot/conf.c
85
FS_OPS(null),
sys/arch/i386/stand/efiboot/conf.c
88
FS_OPS(null),
sys/arch/prep/stand/boot/filesystem.c
39
FS_OPS(null),
sys/arch/sandpoint/stand/altboot/devopen.c
48
struct fs_ops file_system[1] = { FS_OPS(null) };
sys/dev/nullcons_subr.c
124
static struct consdev nullcn = cons_init(null);
sys/dev/nullcons_subr.c
46
cons_decl(null);
sys/dev/pci/mfii.c
1034
mfii_dev_handles_dtor(void *null, void *v)
sys/lib/libsa/stand.h
296
FS_DEF(null);
sys/miscfs/nullfs/null_vfsops.c
92
MODULE(MODULE_CLASS_VFS, null, "layerfs");
sys/netipsec/xform_ah.c
1233
MAXAUTHSIZE(null);
sys/stand/efiboot/conf.c
55
FS_OPS(null),
sys/stand/efiboot/conf.c
63
struct fs_ops null_fs_ops = FS_OPS(null);
sys/sys/bufq_impl.h
94
#include <sys/null.h> /* for NULL */
tests/usr.bin/indent/lex_char.c
11
int null = '\0';
tests/usr.bin/indent/lex_string.c
11
char null[] = "\0";
usr.bin/m4/eval.c
157
dodefine(argv[2], (argc > 3) ? argv[3] : null);
usr.bin/m4/eval.c
162
dopushdef(argv[2], (argc > 3) ? argv[3] : null);
usr.bin/m4/eval.c
431
map(temp, argv[2], argv[3], null);
usr.bin/m4/extern.h
188
extern const char *null; /* as it says.. just a null. */
usr.bin/m4/look.c
132
d->defn = xstrdup(null);
usr.bin/m4/look.c
165
if (n->d->defn != null)
usr.bin/m4/look.c
196
if (r->defn != null)
usr.bin/m4/look.c
213
if (r->defn != null)
usr.bin/m4/main.c
76
const char *null = ""; /* as it says.. just a null.. */
usr.bin/mail/cmdtab.c
144
{ "#", null, 0, CMP(n) T|M|NOLIST, 0, 0 },
usr.bin/mail/extern.h
109
int null(void *);
usr.bin/tip/cmds.c
449
xpwrite(FD, &null, 1); /* poke it */
usr.bin/tip/cmds.c
51
char null = '\0';
usr.bin/ypmatch/ypmatch.c
133
if (null)
usr.bin/ypmatch/ypmatch.c
59
int outbuflen, key, null, notrans;
usr.bin/ypmatch/ypmatch.c
67
notrans = key = null = 0;
usr.bin/ypmatch/ypmatch.c
95
null++;