Searched refs:compl (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/
H A Diso646.h41 #define compl ~ macro
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dtempo.el703 (compl (or (car exact)
705 (if compl (delete-region match-start (point)))
707 ((null compl) (or silent (ding)))
708 ((eq compl t) (tempo-insert-template
712 (t (if (setq exact (assoc compl collection))
714 (insert compl)
H A Dinfo.el1562 (let ((compl nil)
1576 (setq compl
1578 compl))))
1583 (setq compl (list (match-string-no-properties 1))))
1590 (setq compl
1592 compl))))))))
1593 (setq compl (cons '("*") compl))
1594 (set (make-local-variable 'Info-current-file-completions) compl))))
H A Dcomplete.el608 (let ((compl (all-completions (if env-on
613 (setq p compl)
H A Dido.el3378 (compl
3390 (if (and compl
3391 (> (length (car compl)) len)
3392 (string= (substring (car compl) 0 len) (substring dir 1)))
3393 (mapcar (lambda (c) (substring c len)) compl)
3394 compl)))
/macosx-10.10.1/ntp-92/scripts/monitoring/
H A Dntploopstat339 $offset_i,$offset_f,$drift_i,$drift_f,$compl,$watchdog)
368 $compl = &lfptoa($compl_i, $compl_f);
376 &log($time,$offset,$drift,$compl) && ($fail = 0);;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcpp.vim28 syn keyword cppOperator and bitor or xor compl bitand and_eq or_eq xor_eq not not_eq
H A Dawk.vim42 syn keyword awkFunction and or xor compl lshift rshift
/macosx-10.10.1/vim-55/src/
H A Dedit.c42 N_(" Keyword completion (^N^P)"), /* ctrl_x_mode == 0, ^P/^N compl. */
2751 compl_T *compl; local
2756 compl = compl_first_match;
2760 if (compl == NULL
2761 || ((compl->cp_flags & ORIGINAL_TEXT) == 0 && ++i == 2))
2763 compl = compl->cp_next;
2764 } while (compl != compl_first_match);
2778 compl_T *compl; local
2802 compl
[all...]
H A Dex_docmd.c333 static char_u *find_ucmd __ARGS((exarg_T *eap, char_u *p, int *full, expand_T *xp, int *compl));
2904 find_ucmd(eap, p, full, xp, compl)
2909 int *compl; /* completion flags or NULL */
2966 if (compl != NULL)
2967 *compl = uc->uc_compl;
3123 int compl = EXPAND_NOTHING; local
3231 &compl
3459 if (compl != EXPAND_USER_DEFINED && compl != EXPAND_USER_LIST)
3460 compl
5593 int compl = EXPAND_NOTHING; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dbibtex.el2420 string-files fullfilename compl bounds found)
2446 compl)
2448 (append bibtex-predefined-strings (nreverse compl)))))
2553 (defun bibtex-complete-string-cleanup (str compl)
2560 (assoc-string str compl t)))))
4210 bounds name compl)
4216 compl (cond ((bibtex-string= name "crossref")
4229 (setq compl 'string))
4233 (setq compl (bibtex-strings)))))
4238 (setq compl (bibte
[all...]
/macosx-10.10.1/swig-12/Lib/
H A Dswig.swg320 %rename("operator ~") operator compl; // `compl' `~'
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dfr-survival.tex315 \key{[\^{}$\ldots$]} compl\'emente la classe
395 Emacs effectue pour vous la compl\'etion des commandes. En faisant \kbd{M-x}
/macosx-10.10.1/emacs-93/emacs/src/
H A Dminibuf.c2227 Lisp_Object compl
2231 if (STRINGP (compl)
2234 && EQ (Flength (val), Flength (compl)))
2237 Finsert (1, &compl);
2217 Lisp_Object compl variable

Completed in 209 milliseconds