Home
last modified time | relevance | path

Searched defs:adjust_line (Results 1 – 15 of 15) sorted by relevance

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/parsetools/include/
H A Dleexinc.hrl289 adjust_line(N, N, _Cs, L) -> L; function
290 adjust_line(T, A, [$\n|Cs], L) -> function
292 adjust_line(T, A, [_|Cs], L) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/parsetools/include/
H A Dleexinc.hrl289 adjust_line(N, N, _Cs, L) -> L; function
290 adjust_line(T, A, [$\n|Cs], L) -> function
292 adjust_line(T, A, [_|Cs], L) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/parsetools/include/
H A Dleexinc.hrl289 adjust_line(N, N, _Cs, L) -> L; function
290 adjust_line(T, A, [$\n|Cs], L) -> function
292 adjust_line(T, A, [_|Cs], L) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/parsetools/include/
H A Dleexinc.hrl289 adjust_line(N, N, _Cs, L) -> L; function
290 adjust_line(T, A, [$\n|Cs], L) -> function
292 adjust_line(T, A, [_|Cs], L) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/parsetools/include/
H A Dleexinc.hrl289 adjust_line(N, N, _Cs, L) -> L; function
290 adjust_line(T, A, [$\n|Cs], L) -> function
292 adjust_line(T, A, [_|Cs], L) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/parsetools/include/
H A Dleexinc.hrl289 adjust_line(N, N, _Cs, L) -> L; function
290 adjust_line(T, A, [$\n|Cs], L) -> function
292 adjust_line(T, A, [_|Cs], L) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/parsetools/include/
H A Dleexinc.hrl289 adjust_line(N, N, _Cs, L) -> L; function
290 adjust_line(T, A, [$\n|Cs], L) -> function
292 adjust_line(T, A, [_|Cs], L) -> function
/dports/databases/grass7/grass-7.8.6/ps/ps.map/
H A Dvect.c28 void adjust_line(struct line_pnts *Points) in adjust_line() function
/dports/textproc/elixir-earmark/earmark-1.2.5/src/
H A Dlink_text_lexer.erl290 adjust_line(N, N, _Cs, L) -> L; function
291 adjust_line(T, A, [$\n|Cs], L) -> function
293 adjust_line(T, A, [_|Cs], L) -> function
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Ddiagnostic.c238 adjust_line (const char *line, int max_width, int *column_p) in adjust_line() function
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Ddiagnostic.c238 adjust_line (const char *line, int max_width, int *column_p) in adjust_line() function
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Ddiagnostic.c267 adjust_line (const char *line, int line_width, in adjust_line() function
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_api.py363 expression, suspend_policy, hit_condition, is_logpoint, adjust_line=False): argument
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_api.py388 expression, suspend_policy, hit_condition, is_logpoint, adjust_line=False): argument
/dports/editors/the/THE-3.3RC4/
H A Dexecute.c1404 LINETYPE num_lines=0L,off=0L,adjust_line=dest_line,num_actual_lines=0L; local