Searched refs:buffer_limit (Results 1 – 3 of 3) sorted by relevance
162 static char *buffer_limit; /*->1 + last char in buffer. */ variable524 input_line_pointer = (input_line_pointer <= buffer_limit \525 && eol >= buffer_limit) \526 ? buffer_limit \566 buffer_limit = in try_macro()601 while ((buffer_limit = input_scrub_next_buffer (&input_line_pointer)) != 0) in read_a_source_file()610 know (buffer_limit[-1] == '\n'); /* Must have a sentinel. */ in read_a_source_file()612 while (input_line_pointer < buffer_limit) in read_a_source_file()1023 tmp_len = buffer_limit - s; in read_a_source_file()1032 buffer_limit = new_tmp; in read_a_source_file()[all …]
220 size_t buffer_limit; /* buffer size limit, zero if indefinite */ member332 size_t buffer_limit,
2859 #define BufLimit edit->buffer_limit2920 void LYSetupEdit(EDREC * edit, char *old_value, size_t buffer_limit, int display_limit) in LYSetupEdit() argument2923 (unsigned) buffer_limit, in LYSetupEdit()2927 BufLimit = buffer_limit; in LYSetupEdit()2928 if (buffer_limit == 0) in LYSetupEdit()2929 buffer_limit = strlen(old_value) + 1; in LYSetupEdit()2940 MaxLen = buffer_limit; in LYSetupEdit()2957 LYStrNCpy(Buf, old_value, buffer_limit); in LYSetupEdit()