Searched refs:ols (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/tcsh-65/tcsh/
H A Ded.refresh.c562 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
629 ols = o;
635 osb = ols;
637 ose = ols;
646 for (o = ofd, p = n; p < nls && o < ols && *o == *p; o++, p++)
663 * case 2: delete: scan from ofd to ols looking for *nfd
666 for (c = *nfd, o = ofd; o < ols; o++) {
668 for (n = nfd, p = o; p < ols && n < nls && *p == *n; p++, n++)
687 if (ols < ose)
688 ols
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Drefresh.c504 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
558 ols = ++o;
564 osb = ols;
566 ose = ols;
576 p < nls && o < ols && *o == *p;
594 * case 2: delete: scan from ofd to ols looking for *nfd
597 for (c = *nfd, o = ofd; o < ols; o++) {
600 p < ols && n < nls && *p == *n;
621 if ((oe - ols) < MIN_END_KEEP) {
622 ols
[all...]
/macosx-10.9.5/libedit-39/src/
H A Drefresh.c504 Char *ofd, *ols, *oe, *nfd, *nls, *ne; local
558 ols = ++o;
564 osb = ols;
566 ose = ols;
576 p < nls && o < ols && *o == *p;
594 * case 2: delete: scan from ofd to ols looking for *nfd
597 for (c = *nfd, o = ofd; o < ols; o++) {
600 p < ols && n < nls && *p == *n;
621 if ((oe - ols) < MIN_END_KEEP) {
622 ols
[all...]
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Drefresh.c445 char *ofd, *ols, *oe, *nfd, *nls, *ne; local
498 ols = ++o;
504 osb = ols;
506 ose = ols;
516 p < nls && o < ols && *o == *p;
534 * case 2: delete: scan from ofd to ols looking for *nfd
537 for (c = *nfd, o = ofd; o < ols; o++) {
540 p < ols && n < nls && *p == *n;
561 if ((oe - ols) < MIN_END_KEEP) {
562 ols
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Ddisplay.c1216 register char *ofd, *ols, *oe, *nfd, *nls, *ne; local
1365 ols = old + _rl_find_prev_mbchar (old, oe - old, MB_FIND_ANY);
1367 while ((ols > ofd) && (nls > nfd))
1374 _rl_adjust_point (old, ols - old, &ps_old);
1378 if (_rl_compare_chars (old, ols - old, &ps_old, new, nls - new, &ps_new) == 0)
1381 if (*ols == ' ')
1384 ols = old + _rl_find_prev_mbchar (old, ols - old, MB_FIND_ANY);
1391 ols = oe - 1; /* find last same */
1393 while ((ols > of
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/math/
H A Dmvlinreg.tcl17 namespace export tstat mv-wls mv-ols
236 # mv-ols --
254 # mv-ols [list y x's] [list y x's] ...
256 proc ::math::statistics::mv-ols {data} {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgretl.vim37 syn keyword gCommands add addobs addto adf append ar arch arma break boxplot chow coeffsum coint coint2 corc corr corrgm criteria critical cusum data delete diff else end endif endloop eqnprint equation estimate fcast fcasterr fit freq function funcerr garch genr gnuplot graph hausman hccm help hilu hsk hurst if import include info kpss label labels lad lags ldiff leverage lmtest logistic logit logs loop mahal meantest mle modeltab mpols multiply nls nulldata ols omit omitfrom open outfile panel pca pergm plot poisson pooled print printf probit pvalue pwe quit remember rename reset restrict rhodiff rmplot run runs scatters sdiff set setobs setmiss shell sim smpl spearman square store summary system tabprint testuhat tobit transpos tsls var varlist vartest vecm vif wls
H A Daml.vim26 syn keyword amlArcCmd contained arcpl[ot] arcplot arcpo[int] arcr[oute] arcs arcsc[itex] arcse[ction] arcsh[ape] arcsl[f] arcsn[ap] arcsp[ot] arcte[xt] arctig[er] arctin arcto[ols] arctools arcty[pe] area areaq[uery] arm arrow arrows[ize] arrowt[ype] as asc asciig[rid] asciih[elp] asciihelp asco[nnect] asconnect asd asda[tabase] asdi[sconnect] asdisconnect asel[ect] asex[ecute] asf asin asinh asp[ect] asr[eadlocks] ast[race] at atan atan2 atanh atusage aud[ittrail] autoi[ncrement] autol[ink] axis axish[atch] axisl[abels] axisr[uler] axist[ext] bac[klocksymbol] backcoverage backenvironment backnodeangleite backsymbolitem backtextitem base[select] basi[n] bat[ch] bc be be[lls] blackout blockmaj[ority] blockmax blockmea[n] blockmed[ian] blockmin blockmino[rity] blockr[ange] blockst[d] blocksu[m] blockv[ariety] bnai bou[ndaryclean] box br[ief] bsi bti buf[fer] bug[form] bugform build builds[ta] buildv[at] calco[mp] calcomp calcu[late] cali[brateroutes] calibrateroutes can[d] cartr[ead] cartread
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dsmerge-mode.el567 (let ((ols (overlays-at pos))
569 (dolist (ol ols)
H A Dcus-edit.el1473 (let ((ols (overlay-lists)))
1474 (dolist (ol (nconc (car ols) (cdr ols)))
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dcc-cmds.el226 (let (elem pos ols)
235 ols))
239 ols)))
241 (while ols
242 (c-delete-overlay (pop ols)))))

Completed in 292 milliseconds