Lines Matching defs:exports
7 exports.up = function up (num) {
11 exports.down = function down (num) {
15 exports.forward = function forward (num) {
19 exports.back = function back (num) {
23 exports.nextLine = function nextLine (num) {
27 exports.previousLine = function previousLine (num) {
31 exports.horizontalAbsolute = function horizontalAbsolute (num) {
36 exports.eraseData = function eraseData () {
40 exports.eraseLine = function eraseLine () {
44 exports.goto = function (x, y) {
48 exports.gotoSOL = function () {
52 exports.beep = function () {
56 exports.hideCursor = function hideCursor () {
60 exports.showCursor = function showCursor () {
115 exports.color = function color (colorWith) {