HomeSort by: relevance | last modified time | path
    Searched refs:UNINITIALIZED (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 304 if ($1->type != UNINITIALIZED) {
510 if ($2->type != UNINITIALIZED) {
692 case UNINITIALIZED:
711 if ($2->type != UNINITIALIZED) {
727 if ($2->type != UNINITIALIZED) {
741 if ($2->type != UNINITIALIZED) {
817 if (cur_symbol->type != UNINITIALIZED) {
1011 if ($2->type != UNINITIALIZED) {
1390 if (sym->type == UNINITIALIZED) {
1431 case UNINITIALIZED
    [all...]
aicasm_symbol.h 52 UNINITIALIZED,
aicasm_symbol.c 83 new_symbol->type = UNINITIALIZED;
126 case UNINITIALIZED:
166 * The semantics of get is to return an uninitialized symbol entry
  /src/bin/ksh/
c_ulimit.c 129 rlim_t UNINITIALIZED(val);
sh.h 113 /* Stop gcc and lint from complaining about possibly uninitialized variables */
115 # define UNINITIALIZED(var) var = 0
117 # define UNINITIALIZED(var) var
c_sh.c 225 int UNINITIALIZED(rv);
259 char UNINITIALIZED(*xp);
expr.c 288 struct tbl *vl, UNINITIALIZED(*vr), *vasn;
290 long UNINITIALIZED(res);
trap.c 235 int UNINITIALIZED(old_changed);
eval.c 166 int UNINITIALIZED(c);
175 int UNINITIALIZED(newlines); /* For trailing newlines in COMSUB */
1314 int UNINITIALIZED(count);
1315 char *brace_start, *brace_end, *UNINITIALIZED(comma);
c_ksh.c 375 int UNINITIALIZED(opipe);
1124 int UNINITIALIZED(rv);
vi.c 1160 int bcount, UNINITIALIZED(i), t;
1161 int UNINITIALIZED(ncursor);
1825 int UNINITIALIZED(ncol);
var.c 689 char UNINITIALIZED(*s);
690 char UNINITIALIZED(*free_me);
shf.c 869 int UNINITIALIZED(tmp);
history.c 83 struct temp UNINITIALIZED(*tf);
exec.c 1121 int do_open = 1, do_close = 0, UNINITIALIZED(flags);
jobs.c 1250 Proc UNINITIALIZED(*p);

Completed in 96 milliseconds