Home
last modified time | relevance | path

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

/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Deditcmd.c60 #define NUM_REPL_ARGS 64 macro
1618 int u[NUM_REPL_ARGS][256 / sizeof (int)];
1665 …if (regexec (&r, string, d ? NUM_REPL_ARGS : 1, pmatch, ((match_bol || match_type != match_normal)… in string_regexp_search()
1702 if (n >= NUM_REPL_ARGS) in edit_find_string()
1986 static regmatch_t pmatch[NUM_REPL_ARGS]; in edit_replace_cmd()
1999 int argord[NUM_REPL_ARGS]; in edit_replace_cmd()
2061 for (i = 0; i < NUM_REPL_ARGS; i++) { in edit_replace_cmd()
2142 for (k = 1; k < NUM_REPL_ARGS && pmatch[k].rm_eo >= 0; k++) { in edit_replace_cmd()
2149 for (; k <= NUM_REPL_ARGS; k++) in edit_replace_cmd()