Home
last modified time | relevance | path

Searched refs:prog (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/
H A Dregexp_nfa.c2948 if (prog->reganch) in nfa_dump()
2952 prog->regstart, prog->regstart); in nfa_dump()
3975 ++prog->state[i].c; in nfa_postprocess()
7423 return find_match_text(col, prog->regstart, prog->match_text); in nfa_regexec_both()
7526 if (prog == NULL) in nfa_regcomp()
7548 prog->reganch = nfa_get_reganch(prog->start, 0); in nfa_regcomp()
7549 prog->regstart = nfa_get_regstart(prog->start, 0); in nfa_regcomp()
7550 prog->match_text = nfa_get_match_text(prog->start); in nfa_regcomp()
7554 nfa_dump(prog); in nfa_regcomp()
7572 VIM_CLEAR(prog); in nfa_regcomp()
[all …]
H A Dregexp.c389 re_multiline(regprog_T *prog) in re_multiline() argument
1350 regprog_T *prog; in prog_magic_wrong() local
2669 if (prog == NULL) in vim_regcomp()
2703 if (prog != NULL) in vim_regcomp()
2708 prog->re_flags = re_flags; in vim_regcomp()
2711 return prog; in vim_regcomp()
2718 vim_regfree(regprog_T *prog) in vim_regfree() argument
2720 if (prog != NULL) in vim_regfree()
2721 prog->engine->regfree(prog); in vim_regfree()
2757 return prog->re_in_use; in regprog_in_use()
[all …]
H A Dregexp_bt.c2643 bt_regfree(regprog_T *prog) in bt_regfree() argument
2645 vim_free(prog); in bt_regfree()
4731 bt_regprog_T *prog, in regtry() argument
4821 bt_regprog_T *prog; in bt_regexec_both() local
4892 c = *prog->regmust; in bt_regexec_both()
4900 if (cstrncmp(s, prog->regmust, &prog->regmlen) == 0) in bt_regexec_both()
4907 if (cstrncmp(s, prog->regmust, &prog->regmlen) == 0) in bt_regexec_both()
4914 if (cstrncmp(s, prog->regmust, &prog->regmlen) == 0) in bt_regexec_both()
4927 if (prog->reganch) in bt_regexec_both()
4935 if (prog->regstart == NUL in bt_regexec_both()
[all …]
H A Dif_cscope.c777 char *prog, *cmd, *ppath = NULL; in cs_create_connection() local
857 if ((prog = alloc(MAXPATHL + 1)) == NULL) in cs_create_connection()
866 expand_env((char_u *)p_csprg, (char_u *)prog, MAXPATHL); in cs_create_connection()
869 len = (int)(strlen(prog) + strlen(csinfo[i].fname) + 32); in cs_create_connection()
875 vim_free(prog); in cs_create_connection()
893 vim_free(prog); in cs_create_connection()
905 (void)sprintf(cmd, "exec %s -dl -f %s", prog, csinfo[i].fname); in cs_create_connection()
908 (void)sprintf(cmd, "%s -dl -f %s", prog, csinfo[i].fname); in cs_create_connection()
922 vim_free(prog); in cs_create_connection()
969 vim_free(prog); in cs_create_connection()
H A Dfileio.c5346 regprog_T **prog, // pre-compiled regprog or NULL in match_file_pat() argument
5356 if (prog != NULL) in match_file_pat()
5357 regmatch.regprog = *prog; in match_file_pat()
5375 if (prog != NULL) in match_file_pat()
5376 *prog = regmatch.regprog; in match_file_pat()
H A Dquickfix.c129 regprog_T *prog; // pre-formatted part of 'errorformat' member
486 vim_regfree(efm_ptr->prog); in free_efm_list()
569 if ((fmt_ptr->prog = vim_regcomp(fmtstr, RE_MAGIC + RE_STRING)) == NULL) in parse_efm_option()
1254 regmatch.regprog = fmt_ptr->prog; in qf_parse_get_fields()
1256 fmt_ptr->prog = regmatch.regprog; in qf_parse_get_fields()
/vim-8.2.3635/src/proto/
H A Dregexp.pro2 int re_multiline(regprog_T *prog);
15 void vim_regfree(regprog_T *prog);
17 int regprog_in_use(regprog_T *prog);
18 int vim_regexec_prog(regprog_T **prog, int ignore_case, char_u *line, colnr_T col);
H A Dfileio.pro39 int match_file_pat(char_u *pattern, regprog_T **prog, char_u *fname, char_u *sfname, char_u *tail, …
/vim-8.2.3635/runtime/syntax/
H A Dicemenu.vim26 " prog and menu
27 syntax keyword _ids menu prog
H A Dquake.vim85 syn keyword quake2Command notarget precache prog togglechat vid_front
H A Dskill.vim323 syn match skillKeywords "(prog[12n]\=\>"hs=s+1
324 syn match skillKeywords "\<prog[12n]\=("he=e-1
H A Dlisp.vim92 syn keyword lispFunc abort floor prog
93 syn keyword lispFunc abs fmakunbound prog*
H A Dbaan.vim1713 syn keyword baanBshell run.prog
1714 syn keyword baanBshell run.baan.prog
H A Dfoxpro.vim248 syn match foxproFunc "\<prog\%[ram]\>\s*("me=e-1
/vim-8.2.3635/runtime/doc/
H A Dusr_30.txt43 gcc -g -Wall -o prog main.c sub.c ~
48 make: *** [prog] Error 1 ~
97 < 1 gcc -g -Wall -o prog main.c sub.c ~
102 6 make: *** [prog] Error 1 ~
H A Dusr_22.txt243 Suppose you have your include files located in "c:/prog/include". This
246 :set path+=c:/prog/include
H A Dcmdline.txt496 contain a ".", thus has no suffix. This is useful to ignore "prog" and prefer
497 "prog.c".
H A Dusr_03.txt182 prog.c:33: j undeclared (first use in this function) ~
H A Dversion7.txt16227 Solution: Allocate prog with actual number of states, not estimated maximum