Home
last modified time | relevance | path

Searched refs:p1start (Results 1 – 25 of 30) sorted by relevance

12

/dports/textproc/gpp/gpp-2.24/src/
H A Dgpp.c1910 if (idequal(C->buf+p1start,p1end-p1start,"quote")) { in ProcessModeCommand()
1929 else if (idequal(C->buf+p1start,p1end-p1start,"save") in ProcessModeCommand()
1930 ||idequal(C->buf+p1start,p1end-p1start,"push")) { in ProcessModeCommand()
1937 ||idequal(C->buf+p1start,p1end-p1start,"pop")) { in ProcessModeCommand()
2158 i=findIdent(C->buf+p1start,p1end-p1start); in ParsePossibleMeta()
2160 newmacro(C->buf+p1start,p1end-p1start,1); in ParsePossibleMeta()
2195 i=findIdent(C->buf+p1start,p1end-p1start); in ParsePossibleMeta()
2212 i=findIdent(C->buf+p1start,p1end-p1start); in ParsePossibleMeta()
2228 i=findIdent(C->buf+p1start,p1end-p1start); in ParsePossibleMeta()
2307 i=findIdent(C->buf+p1start,p1end-p1start); in ParsePossibleMeta()
[all …]
/dports/mail/crm114/crm114-20100106-BlameMichelson.src/
H A Dcrm_expr_alter.c53 crm_get_pgm_arg (varname, MAX_VARNAME, apb->p1start, apb->p1len); in crm_expr_eval()
177 crm_get_pgm_arg (varname, MAX_VARNAME, apb->p1start, apb->p1len); in crm_expr_alter()
H A Dcrm_stmt_parser.c262 apb->p1start = NULL; apb->p1len = 0; in crm_statement_parse()
290 if (apb->p1start == NULL) in crm_statement_parse()
292 apb->p1start = &in[fstart[i]]; in crm_statement_parse()
H A Dcrm_exec_engine.c592 crm_get_pgm_arg (varname, MAX_VARNAME, apb->p1start, apb->p1len); in crm_invoke()
766 apb->p1start, apb->p1len); in crm_invoke()
839 apb->p1start, apb->p1len); in crm_invoke()
904 crm_get_pgm_arg (out_var, MAX_VARNAME, apb->p1start, apb->p1len); in crm_invoke()
1018 crm_get_pgm_arg (out_var, MAX_VARNAME, apb->p1start, apb->p1len); in crm_invoke()
H A Dcrm_expr_translate.c67 crm_get_pgm_arg (destination, MAX_VARNAME, apb->p1start, apb->p1len); in crm_expr_translate()
H A Dcrm114_structs.h87 char *p1start; member
H A Dcrm_correlate.c51 crm_get_pgm_arg (htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_correlate_learn()
251 crm_get_pgm_arg (htext, htext_maxlen, apb->p1start, apb->p1len); in crm_expr_correlate_classify()
H A Dcrm_expr_isolate.c45 crm_get_pgm_arg (temp_vars, MAX_VARNAME, apb->p1start, apb->p1len); in crm_expr_isolate()
H A Dcrm_svm.c2316 crm_get_pgm_arg(htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_svm_learn()
2616 crm_get_pgm_arg(htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_svm_classify()
2785 apb.p1start = (char *)malloc(sizeof(char)*MAX_PATTERN); in main()
2786 strcpy(apb.p1start, ""); in main()
2787 apb.p1len = strlen(apb.p1start); in main()
2804 unlink(apb.p1start); in main()
2936 free(apb.p1start); in main()
H A Dcrm_osb_winnow.c92 crm_get_pgm_arg (htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_osb_winnow_learn()
470 crm_get_pgm_arg (htext, htext_maxlen, apb->p1start, apb->p1len); in crm_expr_osb_winnow_classify()
H A Dcrm_expr_file_io.c75 crm_get_pgm_arg (temp_vars, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_input()
H A Dcrm_osb_hyperspace.c202 crm_get_pgm_arg (htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_osb_hyperspace_learn()
724 crm_get_pgm_arg (htext, htext_maxlen, apb->p1start, apb->p1len); in crm_expr_osb_hyperspace_classify()
H A Dcrm_fast_substring_compression.c582 crm_get_pgm_arg ((char *)htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_fast_substring_learn()
1421 crm_get_pgm_arg (htext, htext_maxlen, apb->p1start, apb->p1len); in crm_fast_substring_classify()
H A Dcrm_expr_window.c240 crm_get_pgm_arg (wvname, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_window()
H A Dcrm_osb_bayes.c89 crm_get_pgm_arg (htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_osb_bayes_learn()
582 crm_get_pgm_arg (htext, htext_maxlen, apb->p1start, apb->p1len); in crm_expr_osb_bayes_classify()
H A Dcrm_osbf_bayes.c222 crm_get_pgm_arg (htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_osbf_bayes_learn()
653 crm_get_pgm_arg (htext, htext_maxlen, apb->p1start, apb->p1len); in crm_expr_osbf_bayes_classify()
H A Dcrm_expr_match.c171 crm_get_pgm_arg (bindable_vars, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_match()
H A Dcrm_errorhandlers.c573 crm_get_pgm_arg(reasonname, MAX_VARNAME, apb.p1start, apb.p1len); in crm_trigger_fault()
H A Dcrm_markovian.c86 crm_get_pgm_arg (htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_markov_learn()
824 crm_get_pgm_arg (htext, htext_maxlen, apb->p1start, apb->p1len); in crm_expr_markov_classify()
H A Dcrm_expr_syscall.c169 crm_get_pgm_arg (inbuf, data_window_size, apb->p1start, apb->p1len); in crm_expr_syscall()
H A Dcrm_neural_net.c844 crm_get_pgm_arg (htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_neural_net_learn()
1796 crm_get_pgm_arg (filenames_field, MAX_PATTERN, apb->p1start, apb->p1len); in crm_neural_net_classify()
H A Dcrm_pca.c1680 crm_get_pgm_arg(htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_pca_learn()
1898 crm_get_pgm_arg(htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_pca_classify()
H A Dcrm_bit_entropy.c1482 crm_get_pgm_arg (htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_bit_entropy_learn()
2277 crm_get_pgm_arg (htext, htext_maxlen, apb->p1start, apb->p1len); in crm_expr_bit_entropy_classify()
H A Dcrm_expr_clump.c810 crm_get_pgm_arg (htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_clump()
1094 crm_get_pgm_arg (htext, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_pmulc()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dcontrol.cpp523 int p1start, p1end; in bigram_correction_pass() local
524 p1->GetNonSuperscriptSpan(&p1start, &p1end); in bigram_correction_pass()
525 strip1 = p1->shallow_copy(p1start, p1end); in bigram_correction_pass()

12