Lines Matching defs:buf_ptr
926 const char *buf_ptr = buf;
930 buf_ptr = skip_to_space (buf_ptr);
933 std::string_view wname (buf, buf_ptr - buf);
942 buf_ptr = skip_spaces (buf_ptr);
944 if (*buf_ptr != '\0')
950 if (*buf_ptr == '+' || *buf_ptr == '-')
952 if (*buf_ptr == '-')
955 buf_ptr++;
957 input_no = atoi (buf_ptr);
1039 char *buf_ptr;
1043 buf_ptr = ©[0];
1044 if (isdigit (*buf_ptr))
1048 num_str = buf_ptr;
1049 buf_ptr = strchr (buf_ptr, ' ');
1050 if (buf_ptr != NULL)
1052 *buf_ptr = '\0';
1055 buf_ptr++;
1062 if (buf_ptr != NULL)
1066 wname = skip_spaces (buf_ptr);