Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-files_operations.adb33 C_LF : constant int := 10; -- \n constant
529 if C = C_LF then
574 if C > 0 and C /= C_LF then
578 C := C_LF;
582 exit when C = C_LF;
H A Dgrt-files.adb36 C_LF : constant int := 10; -- \n constant
494 if C > 0 and C /= C_LF then
498 C := C_LF;
502 exit when C = C_LF;
/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A Dparse_entry.c721 static const char C_LF[] = "\n"; variable
781 "%s$<%d>", C_LF, new_line_delay); in postprocess_termcap()
784 cursor_down = _nc_save_str(C_LF); in postprocess_termcap()
793 "%s$<%d>", C_LF, new_line_delay); in postprocess_termcap()
796 scroll_forward = _nc_save_str(C_LF); in postprocess_termcap()
803 "%s$<%d>", C_LF, new_line_delay); in postprocess_termcap()
806 newline = _nc_save_str(C_LF); in postprocess_termcap()
982 key_down = _nc_save_str(C_LF); in postprocess_termcap()
/dports/www/xh/xh-0.14.1/cargo-crates/jsonxf-1.1.1/src/
H A Djsonxf.rs30 const C_LF: u8 = b'\n'; const
286 C_SPACE | C_LF | C_CR | C_TAB => { in format_buf()
/dports/vietnamese/vnpstext/include/
H A Dcharseta.h18 #define C_LF 10 macro
/dports/vietnamese/vn7to8/DONT.include/
H A Dcharseta.h18 #define C_LF 10 macro
/dports/vietnamese/libviet/libviet-20010210/include/
H A Dcharseta.h18 #define C_LF 10 macro
/dports/vietnamese/vnconvert/vi-vnconvert-1.0_1/
H A Dcharseta.h18 #define C_LF 10 macro
H A Dvn78.c18 _8to7map[C_LF][0] = C_LF; in _doinit()
/dports/science/chrono/chrono-7.0.1/src/demos/robot/curiosity/
H A Ddemo_ROBOT_Curiosity_SCM.cpp373 … terrain.AddMovingPatch(rover.GetWheel(CuriosityWheelID::C_LF)->GetBody(), ChVector<>(0, 0, 0), in main()
408 csv << sys.GetChTime() << rover.GetWheelTracTorque(CuriosityWheelID::C_LF) in main()
H A Ddemo_ROBOT_Curiosity_Rigid.cpp99 …std::cout << " wheel: " << rover.GetWheel(CuriosityWheelID::C_LF)->GetBody()->GetMas… in main()
/dports/science/chrono/chrono-7.0.1/src/chrono_vehicle/cosim/mbs/
H A DChVehicleCosimCuriosityNode.cpp48 return CuriosityWheelID::C_LF; in wheel_id()
/dports/vietnamese/vn7to8/DONT.lib/viqr/
H A Dvk_8toqr.c23 _8to7map[C_LF][0] = C_LF; in _doinit()
/dports/vietnamese/libviet/libviet-20010210/lib/viqr/
H A Dvk_8toqr.c23 _8to7map[C_LF][0] = C_LF; in _doinit()
/dports/vietnamese/vnpstext/lib/viqr/
H A Dvk_8toqr.c23 _8to7map[C_LF][0] = C_LF; in _doinit()
/dports/science/chrono/chrono-7.0.1/src/chrono_models/robot/curiosity/
H A DCuriosity.h54 C_LF = 0, ///< left front enumerator
/dports/shells/mksh/mksh/
H A Dlex.c237 } while (!ctype(c, C_NUL | C_LF)); in yylex()
1551 else if (ctype(*cp, C_CR | C_LF)) { in pprompt()
H A Dedit.c2944 if (ctype(c, C_CR | C_LF)) in x_e_putc2()
2987 if (ctype(c, C_CR | C_LF)) in x_e_putc3()
3723 if (ctype(ch, C_CR | C_LF)) in vi_hook()
3825 if (ctype(ch, C_CR | C_LF) /* || ch == CTRL_BO */ ) { in vi_hook()
H A Dsyn.c98 else if (!cinttype(c, C_LF | C_NUL)) in yyparse()
H A Dsh.h1524 #define C_LF CiNL /* \x0A ASCII line feed */ macro
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dzmodem.c198 #define C_LF 0x0A macro
1956 data_packet[19] = C_LF | 0x80; in build_packet()