Lines Matching refs:NULL
101 { { "/dev/stdin", false, NULL, NULL }, &my_stdin },
102 { { "/dev/stdout", false, NULL, NULL }, &my_stdout },
103 { { "/dev/stderr", false, NULL, NULL }, &my_stderr },
104 { { NULL, false, NULL, NULL }, NULL }
114 static struct sed_label *jumps = NULL;
115 static struct sed_label *labels = NULL;
122 static struct buffer *pending_text = NULL;
123 static struct text_buf *old_text_buf = NULL;
127 static struct sed_label *blocks = NULL;
187 static struct output *file_read = NULL;
188 static struct output *file_write = NULL;
440 cmd->a1 = NULL;
441 cmd->a2 = NULL;
584 return NULL;
599 cmd->outf = NULL;
739 return NULL;
871 tail->next = NULL;
889 buf->text = NULL;
927 pending_text = NULL;
944 addr->addr_regex = NULL;
1045 vector->v = NULL;
1052 read_text(NULL, '\n');
1143 blocks = setup_label(blocks, vector->v_length, NULL, &cur_input);
1197 labels = setup_label(labels, vector->v_length, read_label(), NULL);
1203 jumps = setup_label(jumps, vector->v_length, read_label(), NULL);
1364 trans_pairs[2 * i] = NULL;
1579 prog.file = NULL;
1585 cur_input.name = NULL;
1589 prog.base = NULL;
1590 prog.cur = NULL;
1591 prog.end = NULL;
1618 prog.file = NULL;
1650 pending_text = NULL;
1669 jumps = NULL;
1673 labels = NULL;
1683 p->name = NULL;
1690 p->name = NULL;
1736 file_read = file_write = NULL;
1740 obstack_free (&obs, NULL);