Searched +refs:term +refs:bol (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/remote_cmds-47/rlogin.tproj/
H A Drlogin.c169 char *host, *localname, *p, *user, term[1024]; local
305 (void)strlcpy(term, p, sizeof(term));
308 (void)strcpy(term, "network");
310 len = strlen(term);
311 if (len < (sizeof(term) - 1) && tcgetattr(0, &tty) == 0) {
315 if (len + len2 < sizeof(term))
316 (void)snprintf(term + len, len2 + 1, "/%ld", ospeed);
371 rem = krcmd_mutual(&host, sp->s_port, user, term, 0,
375 rem = krcmd(&host, sp->s_port, user, term,
598 int bol, local, n; local
[all...]
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtelnet.c53 #include <term.h>
66 #include <term.h>
1882 static int bol = 1, local = 0;
1889 bol = 1;
1924 if (bol) {
1925 bol = 0;
1933 bol = 1;
1938 bol = 1;
1944 bol = 1;
1958 bol
1877 static int bol = 1, local = 0; variable
[all...]
/macosx-10.10.1/ruby-106/ruby/misc/
H A Druby-mode.el448 (defun ruby-forward-string (term &optional end no-error expand)
449 (let ((n 1) (c (string-to-char term))
451 (concat "[^\\]\\(\\\\\\\\\\)*\\([" term "]\\|\\(#{\\)\\)")
452 (concat "[^\\]\\(\\\\\\\\\\)*[" term "]"))))
713 state bol eol begin op-end
799 (setq bol (point))
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dterm.el0 ;;; term.el --- general command interpreter in a window stuff
55 ;;; (defun term-send-up () (interactive) (term-send-raw-string "\eOA"))
56 ;;; (defun term-send-down () (interactive) (term-send-raw-string "\eOB"))
57 ;;; (defun term-send-right () (interactive) (term-send-raw-string "\eOC"))
58 ;;; (defun term-send-left () (interactive) (term-send-raw-string "\eOD"))
64 ;;; With this enhanced ansi-term
408 (defgroup term nil function
1297 (defun term (program) function
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtcsh.vim51 syn keyword tcshShellVar contained afsuser ampm argv autocorrect autoexpand autolist autologout backslash_quote catalog cdpath color colorcat command complete continue continue_args correct cwd dextract dirsfile dirstack dspmbyte dunique echo echo_style edit ellipsis fignore filec gid group histchars histdup histfile histlit history home ignoreeof implicitcd inputmode killdup killring listflags listjobs listlinks listmax listmaxrows loginsh logout mail matchbeep nobeep noclobber noding noglob nokanji nonomatch nostat notify oid owd path printexitvalue prompt prompt2 prompt3 promptchars pushdtohome pushdsilent recexact recognize_only_executables rmstar rprompt savedirs savehist sched shell shlvl status symlinks tcsh term time tperiod tty uid user verbose version visiblebell watch who wordchars
110 \ vi-insert-at-bol vi-repeat-char-fwd vi-repeat-char-back
/macosx-10.10.1/groff-38/groff/src/roff/troff/
H A Dinput.cpp2722 int bol = 1; local
2729 if (bol && !have_input
2784 bol = 0;
2791 if (bol) {
2813 if (bol && !old_have_input
2818 bol = 1;
2852 else if (bol && !curenv->get_prev_line_interrupted()) {
2868 bol = 0;
2873 bol = 0;
2883 else if (tok.nd->reread(&bol)) {
4309 symbol nm, term; local
4355 int bol = 1; local
6953 int bol = 1; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1223 "suf\\(fix\\)?\\|tab\\|term\\(out\\)?\\|ti\\(me\\)?\\|"
1855 (save-excursion (comint-bol nil) (point))))
1869 (comint-bol nil)
2090 (let ((bol (comint-line-beginning-position)))
2093 ((= bol (point))
2098 bol t))
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dvipcard.tex285 \kbd{(setq term-setup-hook 'vip-mode)}
596 (define-key vip-mode-map "\\C-m" 'vip-next-line-at-bol)

Completed in 592 milliseconds