Lines Matching refs:namebuf
901 char_u *namebuf; member
931 expand_env(rmp->startp[midx], fields->namebuf, CMDBUFFSIZE); in qf_parse_fmt_f()
937 && mch_getperm(fields->namebuf) == -1) in qf_parse_fmt_f()
1238 fields->namebuf[0] = NUL; in qf_parse_get_fields()
1274 if (*fields->namebuf == NUL) in qf_parse_dir_pfx()
1280 qf_push_dir(fields->namebuf, &qfl->qf_dir_stack, FALSE); in qf_parse_dir_pfx()
1301 if (*fields->namebuf == NUL || mch_getperm(fields->namebuf) >= 0) in qf_parse_file_pfx()
1303 if (*fields->namebuf && idx == 'P') in qf_parse_file_pfx()
1305 qf_push_dir(fields->namebuf, &qfl->qf_file_stack, TRUE); in qf_parse_file_pfx()
1308 *fields->namebuf = NUL; in qf_parse_file_pfx()
1327 fields->namebuf[0] = NUL; // no match found, remove file name in qf_parse_line_nomatch()
1380 *fields->namebuf || qfl->qf_directory != NULL in qf_parse_multiline_pfx()
1381 ? fields->namebuf in qf_parse_multiline_pfx()
1530 pfields->namebuf = alloc_id(CMDBUFFSIZE + 1, aid_qf_namebuf); in qf_alloc_fields()
1535 if (pfields->namebuf == NULL || pfields->errmsg == NULL in qf_alloc_fields()
1548 vim_free(pfields->namebuf); in qf_free_fields()
1633 (*fields->namebuf || qfl->qf_directory != NULL) in qf_init_process_nextline()
1634 ? fields->namebuf in qf_init_process_nextline()