/dports/textproc/gpp/gpp-2.24/src/ |
H A D | gpp.c | 1910 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 D | crm_expr_alter.c | 53 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 D | crm_stmt_parser.c | 262 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 D | crm_exec_engine.c | 592 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 D | crm_expr_translate.c | 67 crm_get_pgm_arg (destination, MAX_VARNAME, apb->p1start, apb->p1len); in crm_expr_translate()
|
H A D | crm114_structs.h | 87 char *p1start; member
|
H A D | crm_correlate.c | 51 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 D | crm_expr_isolate.c | 45 crm_get_pgm_arg (temp_vars, MAX_VARNAME, apb->p1start, apb->p1len); in crm_expr_isolate()
|
H A D | crm_svm.c | 2316 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 D | crm_osb_winnow.c | 92 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 D | crm_expr_file_io.c | 75 crm_get_pgm_arg (temp_vars, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_input()
|
H A D | crm_osb_hyperspace.c | 202 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 D | crm_fast_substring_compression.c | 582 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 D | crm_expr_window.c | 240 crm_get_pgm_arg (wvname, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_window()
|
H A D | crm_osb_bayes.c | 89 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 D | crm_osbf_bayes.c | 222 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 D | crm_expr_match.c | 171 crm_get_pgm_arg (bindable_vars, MAX_PATTERN, apb->p1start, apb->p1len); in crm_expr_match()
|
H A D | crm_errorhandlers.c | 573 crm_get_pgm_arg(reasonname, MAX_VARNAME, apb.p1start, apb.p1len); in crm_trigger_fault()
|
H A D | crm_markovian.c | 86 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 D | crm_expr_syscall.c | 169 crm_get_pgm_arg (inbuf, data_window_size, apb->p1start, apb->p1len); in crm_expr_syscall()
|
H A D | crm_neural_net.c | 844 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 D | crm_pca.c | 1680 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 D | crm_bit_entropy.c | 1482 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 D | crm_expr_clump.c | 810 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 D | control.cpp | 523 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()
|