Searched refs:shortest (Results 1 - 16 of 16) sorted by relevance

/macosx-10.9.5/groff-38/groff/src/include/
H A Dindex.h32 int shortest; member in struct:index_header
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A Dregexec.c146 static chr *shortest(struct vars *, struct dfa *, chr *, chr *, chr *, chr **, int *);
329 close = shortest(v, s, v->start, v->start, v->stop, &cold, NULL);
362 end = shortest(v, d, begin, begin, v->stop, NULL, &hitend);
478 close = shortest(v, s, close, close, v->stop, &cold, NULL);
492 end = shortest(v, d, begin, estart, estop, NULL, &hitend);
691 mid = shortest(v, d, begin, begin, end, NULL, NULL);
722 mid = shortest(v, d, begin, mid+1, end, NULL, NULL);
953 - crevdissect - determine backref shortest-first subexpression matches
995 mid = shortest(v, d, begin, begin, end, NULL, NULL);
1053 mid = shortest(
[all...]
H A Drege_dfa.c163 - shortest - shortest-preferred matching engine
164 ^ static chr *shortest(struct vars *, struct dfa *, chr *, chr *, chr *,
168 shortest(
166 shortest( function
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A Dregexec.c143 static chr *shortest _ANSI_ARGS_((struct vars *, struct dfa *, chr *, chr *, chr *, chr **, int *));
281 close = shortest(v, s, v->start, v->start, v->stop, &cold, (int *)NULL);
308 end = shortest(v, d, begin, begin, v->stop,
410 close = shortest(v, s, close, close, v->stop, &cold, (int *)NULL);
423 end = shortest(v, d, begin, estart,
606 mid = shortest(v, d, begin, begin, end, (chr **)NULL,
628 mid = shortest(v, d, begin, mid+1, end, (chr **)NULL,
830 - crevdissect - determine backref shortest-first subexpression matches
865 mid = shortest(v, d, begin, begin, end, (chr **)NULL, (int *)NULL);
908 mid = shortest(
[all...]
H A Drege_dfa.c132 - shortest - shortest-preferred matching engine
133 ^ static chr *shortest(struct vars *, struct dfa *, chr *, chr *, chr *,
137 shortest(v, d, start, min, max, coldp, hitstopp) function
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcomp.h77 int shortest; /* length of shortest match */ member in struct:cmgroup
H A Dzle_tricky.c2532 int longest = 0, shortest = zterm_columns, totl = 0; local
2546 if (len < shortest)
2547 shortest = len;
2559 for (tcols = zterm_columns / shortest; tcols > ncols;
H A Dcompresult.c1652 g->shortest = gshort + CM_SPACE;
1740 for (tcols = zterm_columns / (g->shortest + CM_SPACE);
1769 for (tcols = zterm_columns / (g->shortest + CM_SPACE);
1808 for (tcols = zterm_columns / (g->shortest + CM_SPACE);
1839 for (tcols = zterm_columns / (g->shortest + CM_SPACE);
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecCFWrappers.h191 const size_t shortest = (left_size <= right_size) ? left_size : right_size; local
193 int comparison = memcmp(CFDataGetBytePtr(left), CFDataGetBytePtr(right), shortest);
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecCFWrappers.h191 const size_t shortest = (left_size <= right_size) ? left_size : right_size; local
193 int comparison = memcmp(CFDataGetBytePtr(left), CFDataGetBytePtr(right), shortest);
/macosx-10.9.5/groff-38/groff/src/libs/libbib/
H A Dindex.cpp470 if (len < header.shortest)
591 if (key_len >= header.shortest) {
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dpcomplete.el159 "*If non-nil, use shortest completion if characters cannot be added.
391 '(sole shortest))
1089 Returns `shortest' if completed with the shortest of the matches.
1120 ;; It's not unique, but user wants shortest match.
1121 (message "Completed shortest")
1122 (setq result 'shortest))
H A Dshell.el992 (if (and (memq success '(sole shortest)) comint-completion-addsuffix
1044 (if (memq success '(sole shortest))
H A Dcomint.el2665 "*If non-nil, use shortest completion if characters cannot be added.
2866 ;; It's not unique, but user wants shortest match.
2869 (message "Completed shortest")))
2903 Returns `shortest' if completed with the shortest of the completion matches.
2931 ;; It's not unique, but user wants shortest match.
2933 (message "Completed shortest")
2934 'shortest)
H A Dterm.el3912 "*If non-nil, use shortest completion if characters cannot be added.
4028 ;; It's not unique, but user wants shortest match.
4030 (or mini-flag (message "Completed shortest")))
4061 Returns `shortest' if completed with the shortest of the completion matches.
4087 ;; It's not unique, but user wants shortest match.
4089 (message "Completed shortest")
4090 'shortest)
/macosx-10.9.5/groff-38/groff/src/utils/indxbib/
H A Dindxbib.cpp765 h.shortest = shortest_len;

Completed in 388 milliseconds