Searched refs:goal (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Drfn-eshadow.el161 (defsubst rfn-eshadow-sifn-equal (goal pos)
162 (equal goal (condition-case nil
175 (let ((goal (substitute-in-file-name (minibuffer-contents)))
183 (not (rfn-eshadow-sifn-equal goal (1+ mid))))
185 (rfn-eshadow-sifn-equal goal mid)))
190 (rfn-eshadow-sifn-equal goal (1+ end)))
191 ;; (SIFN end) != goal, but (SIFN (1+end)) == goal,
196 (if (rfn-eshadow-sifn-equal goal mid)
H A Dscroll-lock.el48 (defvar scroll-lock-temporary-goal-column 0
49 "Like `temporary-goal-column' but for scroll-lock-* commands.")
68 (defun scroll-lock-update-goal-column ()
69 "Update `scroll-lock-temporary-goal-column' if necessary."
74 (setq scroll-lock-temporary-goal-column (current-column))))
89 (scroll-lock-update-goal-column)
93 (scroll-lock-move-to-column scroll-lock-temporary-goal-column))
99 (scroll-lock-update-goal-column)
103 (scroll-lock-move-to-column scroll-lock-temporary-goal-column))
109 (scroll-lock-update-goal
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFCalendar.c398 int32_t goal = ucal_getAttribute(calendar->_cal, UCAL_FIRST_DAY_OF_WEEK); local
400 while (dow != goal) {
557 UDate goal = ucal_getMillis(calendar->_cal, &status); local
569 goal -= 1000;
577 while (curr < goal) {
580 if (curr < newcurr && newcurr <= goal) {
585 // progress, or has overshot the goal; reset date
589 // once we start overshooting the goal, the add at
593 if (goal < newcurr) alwaysDivide = true;
796 UDate goal local
926 UDate goal = floor((resultAT + kCFAbsoluteTimeIntervalSince1970) * 1000.0); local
[all...]
/macosx-10.9.5/emacs-92/emacs/src/
H A Dindent.c944 register int goal;
958 goal = XINT (column);
966 if (col > goal)
988 /* Test reaching the goal column. We do this after skipping
991 if (col >= goal)
1098 if (!NILP (force) && col > goal && c == '\t' && prev_col < goal)
1106 Finsert_char (make_number (' '), make_number (goal - prev_col), Qt);
1116 col = goal;
1120 if (col < goal
935 register int goal; variable
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.func.c752 search(int type, int level, Char *goal) argument
761 Sgoal = goal;
845 if (type == TC_GOTO && getword(&word) && eq(word.s, goal))
855 if ((type == TC_GOTO && eq(word.s, goal)) ||
868 if (Gmatch(goal, cp))
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/
H A DDbg.c497 /* return 0 if goal matches current frame or goal can't be found */
506 GoalFrame(goal,iptr)
507 CallFrame *goal;
513 if (goal == cf) return 0;
517 if (goal == cf) {
/macosx-10.9.5/nano-11/src/
H A Dwinio.c3085 int goal; local
3096 goal = editwinrows / 2;
3098 goal = openfile->current_y;
3100 /* Limit goal to (editwinrows - 1) lines maximum. */
3101 if (goal > editwinrows - 1)
3102 goal = editwinrows - 1;
3105 for (; goal > 0 && foo->prev != NULL; goal--)
H A Dtext.c757 * that the display length to there is at most (goal + 1). If there is
761 ssize_t break_line(const char *line, ssize_t goal
778 while (*line != '\0' && goal >= cur_pos) {
798 if (goal >= cur_pos)
799 /* In fact, the whole line displays shorter than goal. */
H A Dproto.h648 ssize_t break_line(const char *line, ssize_t goal
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dwsml.vim24 syn keyword wsmlTopLevel goal webService ontology
H A Dinitex.vim184 \ '\\page\%(depth\|fil\{1,3}stretch\|goal\|shrink\|stretch\|total\)\>'
H A Dlogtalk.vim149 syn match logtalkBuiltInMethod "\<\(goal\|term\)_expansion\ze("
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dpf_norm.c369 int goal; local
371 goal = pf_nfrents * 9 / 10;
373 pf_nfrents - goal));
374 while (goal < pf_nfrents) {
382 goal = pf_ncache * 9 / 10;
384 pf_ncache - goal));
385 while (goal < pf_ncache) {
/macosx-10.9.5/CPANInternal-140/PlRPC/lib/RPC/
H A DPlServer.pm613 that I missed something. Security was a design goal, but not *the*
614 design goal. (A well known problem ...)
/macosx-10.9.5/CPANInternal-140/PlRPC-0.2020/lib/RPC/
H A DPlServer.pm613 that I missed something. Security was a design goal, but not *the*
614 design goal. (A well known problem ...)
/macosx-10.9.5/awk-18/src/
H A DFIXES154 for regular expressions, where the goal is to match specific
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A DREADME15 The goal is to allow programmers to easily build applications for using
/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DXS.pm37 primary goal is to be I<correct> and its secondary goal is to be
38 I<fast>. To reach the latter goal it was written in C.
1436 While the goal of this module is to be correct, that unfortunately does
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.pm37 primary goal is to be I<correct> and its secondary goal is to be
38 I<fast>. To reach the latter goal it was written in C.
1452 While the goal of this module is to be correct, that unfortunately does
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm1391 The goal here is to have a testing utility that's simple to learn,
/macosx-10.9.5/CPANInternal-140/PathTools/t/lib/Test/
H A DMore.pm1279 The goal here is to have a testing utility that's simple to learn,
/macosx-10.9.5/CPANInternal-140/Test-Simple/lib/Test/
H A DMore.pm1713 The goal here is to have a testing utility that's simple to learn,
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSet.pm2588 term goal is to make L<DBIx::Class> always alias the current resultset as C<me>
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/bin/
H A Dperltidy2200 The goal of perltidy is to improve the readability of files, but there
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/bin/
H A Dperltidy2602 The goal of perltidy is to improve the readability of files, but there

Completed in 404 milliseconds

12