Searched refs:null_at (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/nano-12/src/
H A Dprompt.c477 null_at(&answer, statusbar_x + line_len - char_buf_len);
490 null_at(&answer, statusbar_x);
493 null_at(&answer, 0);
815 null_at(&bracket_set, ch_len + wanted_ch_len);
1198 null_at(&prompt, actual_x(prompt, COLS - 4));
H A Dutils.c129 void null_at(char **data, size_t index) function
236 null_at(lineptr, indx++);
H A Dtext.c90 null_at(&openfile->current->data, openfile->current_x +
309 null_at(&f->data, line_len - indent_shift + 1);
393 null_at(&openfile->current->data, openfile->current_x);
681 null_at(&line->data, wrap_loc);
889 * actual pointer with null_at().
1021 null_at(&new_paragraph_data, new_end - new_paragraph_data);
1612 null_at(&openfile->current->data, break_pos);
H A Dbrowser.c715 null_at(&foo, actual_x(foo, foomaxlen));
1082 null_at(&retval, tmp - retval);
H A Dfiles.c675 null_at(&buf, 0);
1007 null_at(&d_there, last_slash - d_there + 1);
2160 null_at(&dirname, buflen);
H A Dproto.h689 void null_at(char **data, size_t index);
H A Dsearch.c1213 null_at(&bracket_set, ch_len + wanted_ch_len);
H A Dnano.c213 null_at(&bot->data, bot_x);
H A Dwinio.c2065 null_at(&converted, index);

Completed in 212 milliseconds