Home
last modified time | relevance | path

Searched refs:s_code (Results 1 – 25 of 150) sorted by relevance

123456

/dports/devel/gindent/indent-2.2.12/src/
H A Doutput.c141 for (p = &s_code[b2->offset]; p >= s_code; --p) in better_break()
154 if (p < s_code) in better_break()
332 bb->offset = e_code - s_code; in set_buf_break()
845 if (s_code != e_code) in dump_line_code()
896 offset = ptr - s_code + 1; in dump_line_code()
923 output_substring(output, s_code, s_code + buf_break->offset); in dump_line_code()
940 e_code = s_code + len; in dump_line_code()
1161 e_code = s_code; in dump_line()
1162 *s_code = '\0'; in dump_line()
1180 if (!not_truncated && ((*s_code == '(') || (*s_code == '[')) && in dump_line()
[all …]
H A Dhandletoken.c110 s_code = codebuf + 1; in check_code_size()
155 if (s_code == e_code) in copy_id()
237 if (s_code == e_code) in handle_token_newline()
411 e_code - s_code; in handle_token_lparen()
559 if (e_code == s_code) in handle_token_rparen()
923 e_code = s_code; in handle_token_colon()
1159 if (s_code == e_code) in handle_token_lbrace()
1286 && (s_code != e_code)) in handle_token_rbrace()
1469 if (e_code != s_code) in handle_token_nparen()
1566 if (s_code != e_code) in handle_token_decl()
[all …]
/dports/devel/gindent/indent-2.2.12/regression/input/
H A Dindent.c41 char *s_code; variable
436 if (e_code != s_code)
547 = e_code - s_code;
605 if (e_code == s_code)
791 e_code = s_code;
821 && s_code == e_code
912 if (s_code == e_code)
1047 if (e_code != s_code)
1069 if (s_code != e_code)
1099 || e_code != s_code
[all …]
H A Dio.c112 if (s_code == e_code && s_lab == e_lab && s_com == e_com) in dump_line()
152 if (e_lab != s_lab || e_code != s_code) in dump_line()
192 if (s_code != e_code) in dump_line()
219 for (p = s_code; p < e_code; p++) in dump_line()
224 cur_col = count_spaces (cur_col, s_code); in dump_line()
282 (s_code != e_code || s_lab != e_lab) - parser_state_tos->box_com, in dump_line()
373 *(e_code = s_code) = '\0'; in dump_line()
402 if ((w = count_spaces (t, s_code) - max_col) > 0 in compute_code_target()
403 && count_spaces (target_col, s_code) <= max_col) in compute_code_target()
600 if (s_com != e_com || s_lab != e_lab || s_code != e_code) in fill_buffer()
H A Dindent.h80 register nsize = l_code-s_code+400; \
82 e_code = codebuf + (e_code-s_code) + 1; \
84 s_code = codebuf + 1; \
111 extern char *s_code; /* start ... */
H A Dindent_globs.h117 register nsize = l_code-s_code+400; \
119 e_code = codebuf + (e_code-s_code) + 1; \
121 s_code = codebuf + 1; \
148 extern char *s_code; /* start ... */
/dports/devel/gindent/indent-2.2.12/regression/standard/
H A Dindent.c41 char *s_code; variable
432 if (e_code != s_code)
531 while ((e_code - s_code) < dec_ind)
542 = e_code - s_code;
600 if (e_code == s_code)
783 for (t_ptr = s_code; *t_ptr; ++t_ptr)
785 e_code = s_code;
905 if (s_code == e_code)
1039 if (e_code != s_code)
1061 if (s_code != e_code)
[all …]
H A Dio.c113 if (s_code == e_code && s_lab == e_lab && s_com == e_com) in dump_line()
153 if (e_lab != s_lab || e_code != s_code) in dump_line()
194 if (s_code != e_code) in dump_line()
221 for (p = s_code; p < e_code; p++) in dump_line()
226 cur_col = count_spaces (cur_col, s_code); in dump_line()
284 (s_code != e_code in dump_line()
376 *(e_code = s_code) = '\0'; in dump_line()
405 if ((w = count_spaces (t, s_code) - max_col) > 0 in compute_code_target()
406 && count_spaces (target_col, s_code) <= max_col) in compute_code_target()
602 if (s_com != e_com || s_lab != e_lab || s_code != e_code) in fill_buffer()
H A Dindent.h80 register nsize = l_code-s_code+400; \
82 e_code = codebuf + (e_code-s_code) + 1; \
84 s_code = codebuf + 1; \
111 extern char *s_code; /* start ... */
H A Dindent_globs.h117 register nsize = l_code-s_code+400; \
119 e_code = codebuf + (e_code-s_code) + 1; \
121 s_code = codebuf + 1; \
148 extern char *s_code; /* start ... */
/dports/games/ldmud/ldmud-3.3.720/src/util/indent/
H A Dindent.c115 s_code = e_code = codebuf + 1;
357 && e_code != s_code && e_code[-1] == '}')
411 if (s_lab != e_lab || s_code != e_code
508 while ((e_code - s_code) < dec_ind) {
700 for (t_ptr = s_code; *t_ptr; ++t_ptr)
702 e_code = s_code;
814 if (s_code == e_code)
927 if (s_code != e_code) {
965 while ((e_code - s_code) < dec_ind) {
971 if (dec_ind && s_code != e_code)
[all …]
H A Dio.c64 if (s_code == e_code && s_lab == e_lab && s_com == e_com) { in dump_line()
102 if (e_lab != s_lab || e_code != s_code) in dump_line()
122 if (s_code != e_code) { /* print code section, if any */ in dump_line()
146 for (p = s_code; p < e_code; p++) in dump_line()
151 cur_col = count_spaces(cur_col, s_code); in dump_line()
202 (s_code != e_code || s_lab != e_lab) - parser_state_tos->box_com, in dump_line()
275 *(e_code = s_code) = '\0'; in dump_line()
298 if ((w = count_spaces(t, s_code) - max_col) > 0 in compute_code_target()
299 && count_spaces(target_col, s_code) <= max_col) { in compute_code_target()
474 if (s_com != e_com || s_lab != e_lab || s_code != e_code) in fill_buffer()
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/layout/html/
H A Dfooter.erb11 …pt" type="text/javascript" src="https://media.amazonwebservices.com/js/sitecatalyst/s_code.min.js">
19 var s_code=s.t();if(s_code)document.write(s_code)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/layout/html/
H A Dfooter.erb11 …pt" type="text/javascript" src="https://media.amazonwebservices.com/js/sitecatalyst/s_code.min.js">
19 var s_code=s.t();if(s_code)document.write(s_code)
/dports/sysutils/aptly/aptly-1.4.0/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/layout/html/
H A Dfooter.erb11 …pt" type="text/javascript" src="https://media.amazonwebservices.com/js/sitecatalyst/s_code.min.js">
19 var s_code=s.t();if(s_code)document.write(s_code)
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/layout/html/
H A Dfooter.erb11 …pt" type="text/javascript" src="https://media.amazonwebservices.com/js/sitecatalyst/s_code.min.js">
19 var s_code=s.t();if(s_code)document.write(s_code)
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/doc-src/plugin/templates/default/layout/html/
H A Dfooter.erb11 …pt" type="text/javascript" src="https://media.amazonwebservices.com/js/sitecatalyst/s_code.min.js">
19 var s_code=s.t();if(s_code)document.write(s_code)
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.15.11/doc-src/plugin/templates/default/layout/html/
H A Dfooter.erb11 …pt" type="text/javascript" src="https://media.amazonwebservices.com/js/sitecatalyst/s_code.min.js">
19 var s_code=s.t();if(s_code)document.write(s_code)
/dports/security/nmap/nmap-7.91/nselib/
H A Dproxy.lua57 local s_code = check_code(result)
58 if s_code and pattern then
61 return s_code, s_pattern
85 local s_code, s_pattern = check(result, pattern)
86 if result and pattern then return s_pattern, result, s_code end
87 if result then return s_code, result, nil end
/dports/net/h323plus/h323plus-1_27_2/plugins/audio/G.722.2/AMR-WB/
H A Denc_main.c1004 s_code[i] = (Word16)((l_tmp + 0x4000) >> 15); in E_MAIN_encode()
1007 E_UTIL_convolve(s_code, st->mem_q, h1, y2); in E_MAIN_encode()
1091 E_ACELP_2t(dn, cn, h1, s_code, y2, indice); in E_MAIN_encode()
1095 E_ACELP_4t(dn, cn, h1, s_code, y2, 20, *mode, indice); in E_MAIN_encode()
1103 E_ACELP_4t(dn, cn, h1, s_code, y2, 36, *mode, indice); in E_MAIN_encode()
1111 E_ACELP_4t(dn, cn, h1, s_code, y2, 44, *mode, indice); in E_MAIN_encode()
1119 E_ACELP_4t(dn, cn, h1, s_code, y2, 52, *mode, indice); in E_MAIN_encode()
1127 E_ACELP_4t(dn, cn, h1, s_code, y2, 64, *mode, indice); in E_MAIN_encode()
1172 E_GAIN_pitch_sharpening(s_code, (Word16)T0); in E_MAIN_encode()
1286 l_tmp = gain_code * s_code[i]; in E_MAIN_encode()
[all …]
/dports/net/opal/opal-3.10.10/plugins/audio/G.722.2/AMR-WB/
H A Denc_main.c1004 s_code[i] = (Word16)((l_tmp + 0x4000) >> 15); in E_MAIN_encode()
1007 E_UTIL_convolve(s_code, st->mem_q, h1, y2); in E_MAIN_encode()
1091 E_ACELP_2t(dn, cn, h1, s_code, y2, indice); in E_MAIN_encode()
1095 E_ACELP_4t(dn, cn, h1, s_code, y2, 20, *mode, indice); in E_MAIN_encode()
1103 E_ACELP_4t(dn, cn, h1, s_code, y2, 36, *mode, indice); in E_MAIN_encode()
1111 E_ACELP_4t(dn, cn, h1, s_code, y2, 44, *mode, indice); in E_MAIN_encode()
1119 E_ACELP_4t(dn, cn, h1, s_code, y2, 52, *mode, indice); in E_MAIN_encode()
1127 E_ACELP_4t(dn, cn, h1, s_code, y2, 64, *mode, indice); in E_MAIN_encode()
1172 E_GAIN_pitch_sharpening(s_code, (Word16)T0); in E_MAIN_encode()
1286 l_tmp = gain_code * s_code[i]; in E_MAIN_encode()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/posix/vm/
H A Dos_posix.cpp687 int sig; int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
756 int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
795 const char* s_code = NULL; in get_signal_code_description() local
800 s_code = t1[i].s_code; in get_signal_code_description()
806 if (s_code == NULL) { in get_signal_code_description()
807 for (int i = 0; t2[i].s_code != NULL; i ++) { in get_signal_code_description()
809 s_code = t2[i].s_code; in get_signal_code_description()
815 if (s_code == NULL) { in get_signal_code_description()
821 out->s_name = s_code; in get_signal_code_description()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/posix/vm/
H A Dos_posix.cpp687 int sig; int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
756 int code; const char* s_code; const char* s_desc; in get_signal_code_description() member
795 const char* s_code = NULL; in get_signal_code_description() local
800 s_code = t1[i].s_code; in get_signal_code_description()
806 if (s_code == NULL) { in get_signal_code_description()
807 for (int i = 0; t2[i].s_code != NULL; i ++) { in get_signal_code_description()
809 s_code = t2[i].s_code; in get_signal_code_description()
815 if (s_code == NULL) { in get_signal_code_description()
821 out->s_name = s_code; in get_signal_code_description()
/dports/japanese/ng-canna/ng-1.4.4/
H A Dsearch.c52 int s_code; member
221 cmds[cip].s_code = SRCH_NOPR; in isearch()
414 cmds[cip].s_code = cmd;
424 cmds[ctp].s_code = SRCH_NOPR; in is_lpush()
431 if (cmds[cip].s_code != SRCH_NOPR) { in is_pop()
435 cmds[cip].s_code = SRCH_NOPR; in is_pop()
443 return cmds[cip].s_code; in is_peek()
450 switch (cmds[cip].s_code) {
469 if(cmds[cip].s_code < 0){
470 int len = SRCH_CHUNK_LEN(cmds[cip].s_code);
/dports/japanese/ng/ng-1.4.4/
H A Dsearch.c52 int s_code; member
221 cmds[cip].s_code = SRCH_NOPR; in isearch()
414 cmds[cip].s_code = cmd;
424 cmds[ctp].s_code = SRCH_NOPR; in is_lpush()
431 if (cmds[cip].s_code != SRCH_NOPR) { in is_pop()
435 cmds[cip].s_code = SRCH_NOPR; in is_pop()
443 return cmds[cip].s_code; in is_peek()
450 switch (cmds[cip].s_code) {
469 if(cmds[cip].s_code < 0){
470 int len = SRCH_CHUNK_LEN(cmds[cip].s_code);

123456