Symbol: UNINITIALIZED
bin/ksh/c_ksh.c
1124
int UNINITIALIZED(rv);
bin/ksh/c_ksh.c
375
int UNINITIALIZED(opipe);
bin/ksh/c_sh.c
225
int UNINITIALIZED(rv);
bin/ksh/c_sh.c
259
char UNINITIALIZED(*xp);
bin/ksh/c_ulimit.c
129
rlim_t UNINITIALIZED(val);
bin/ksh/eval.c
1314
int UNINITIALIZED(count);
bin/ksh/eval.c
1315
char *brace_start, *brace_end, *UNINITIALIZED(comma);
bin/ksh/eval.c
166
int UNINITIALIZED(c);
bin/ksh/eval.c
175
int UNINITIALIZED(newlines); /* For trailing newlines in COMSUB */
bin/ksh/exec.c
1121
int do_open = 1, do_close = 0, UNINITIALIZED(flags);
bin/ksh/expr.c
288
struct tbl *vl, UNINITIALIZED(*vr), *vasn;
bin/ksh/expr.c
290
long UNINITIALIZED(res);
bin/ksh/history.c
83
struct temp UNINITIALIZED(*tf);
bin/ksh/jobs.c
1250
Proc UNINITIALIZED(*p);
bin/ksh/shf.c
869
int UNINITIALIZED(tmp);
bin/ksh/trap.c
235
int UNINITIALIZED(old_changed);
bin/ksh/var.c
689
char UNINITIALIZED(*s);
bin/ksh/var.c
690
char UNINITIALIZED(*free_me);
bin/ksh/vi.c
1160
int bcount, UNINITIALIZED(i), t;
bin/ksh/vi.c
1161
int UNINITIALIZED(ncursor);
bin/ksh/vi.c
1825
int UNINITIALIZED(ncol);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1011
if ($2->type != UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1390
if (sym->type == UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1431
case UNINITIALIZED:
sys/dev/microcode/aic7xxx/aicasm_gram.y
1588
if (symbol->type == UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1761
} else if (address->symbol->type == UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1883
if (false_func->type != UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
1898
if (symbol->type != UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
304
if ($1->type != UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
510
if ($2->type != UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
692
case UNINITIALIZED:
sys/dev/microcode/aic7xxx/aicasm_gram.y
711
if ($2->type != UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
727
if ($2->type != UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
741
if ($2->type != UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_gram.y
817
if (cur_symbol->type != UNINITIALIZED) {
sys/dev/microcode/aic7xxx/aicasm_symbol.c
126
case UNINITIALIZED:
sys/dev/microcode/aic7xxx/aicasm_symbol.c
83
new_symbol->type = UNINITIALIZED;