Searched refs:spos (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/remote_cmds-47/revnetgroup.tproj/
H A Dparse_netgroup.c180 char *spos, *epos; local
227 if ((spos = strsep(&gpos, ","))) {
231 while (*spos == ' ' || *spos == '\t')
232 spos++;
233 if ((epos = strpbrk(spos, " \t"))) {
235 len = epos - spos;
237 len = strlen(spos);
241 bcopy(spos, grp->ng_str[strpos],
271 spos
290 char *pos, *spos, *linep = NULL, *olinep = NULL; local
[all...]
/macosx-10.10.1/less-25/less/
H A Dlsystem.c280 * Feed it the file contents between the positions spos and epos.
283 pipe_data(cmd, spos, epos)
285 POSITION spos;
298 if (ch_seek(spos) != 0)
326 while (epos == NULL_POSITION || spos++ <= epos)
H A Dsearch.c1382 * prep_hilite asks that the range (spos,epos) be covered by the prep region.
1385 prep_hilite(spos, epos, maxlines)
1386 POSITION spos;
1413 max_epos = spos;
1420 * The range that we need to search (spos,epos); and the range that
1426 spos > prep_endpos)
1435 nprep_startpos = spos;
1463 if (spos < prep_startpos)
1470 if (spos < SEARCH_MORE)
1471 spos
[all...]
H A Dfilename.c507 off_t spos; local
509 spos = lseek(f, (off_t)0, SEEK_END);
510 if (spos == BAD_LSEEK)
512 return ((POSITION) spos);
/macosx-10.10.1/bless-103/libbless/OpenFirmware/
H A DBLGetOpenFirmwareBootDevice.c303 char *spos = NULL; local
321 spos = strrchr(cname, 's');
322 if(spos == NULL || spos == &cname[2]) {
327 partnum = atoi(spos+1);
328 sprintf(spos, "s%d", partnum-1);
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Dscribe.el165 (let ((spos (point)) (epos (point)) (ccoun 0) noparens)
169 (setq spos (point))
177 (goto-char spos)
190 (goto-char spos)
194 (goto-char spos)
/macosx-10.10.1/apache-793/httpd/modules/metadata/
H A Dmod_expires.c486 char *spos; local
488 spos = checkmime ? ap_strchr(checkmime, '/') : NULL;
489 if (spos != NULL) {
494 if (strlen(++spos) > 0) {
495 *spos++ = '*';
496 *spos = '\0';
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/
H A Dextattr_linux.c275 ssize_t spos = 0; local
278 for (spos = 0; (spos < slen); )
285 pNS = &sbuf[spos];
290 /* Point spos at the next attribute. */
291 spos += strlen(pNS) + 1;
/macosx-10.10.1/vim-55/src/
H A Dgui_beval.c346 pos_T *spos = NULL, *epos = NULL; local
352 spos = &VIsual;
357 spos = &curwin->w_cursor;
366 && (lnum == spos->lnum
367 ? col >= (int)spos->col
368 : lnum > spos->lnum)
376 if (spos->lnum != epos->lnum || spos->col == epos->col)
380 lbuf = vim_strnsave(lbuf + spos->col,
381 epos->col - spos
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Dmisc.c1070 char *spos = 0; local
1072 spos = Strchr(res, '@');
1073 while (spos) {
1074 char cd = *(++spos);
1088 spos = Strchr(res, '@');
1090 spos = strchr(spos + 1, '@');
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dformat.cpp668 int spos = 0; local
671 while (iter.Next(m - spos)) {
672 memcpy(iter.BufSave(), buf_.Contents() + spos, iter.BufLen());
674 spos += iter.BufLen();
675 if (spos >= m)
676 spos = 0;
679 d4_assert(spos == 0); // must have copied an exact multiple of the data
/macosx-10.10.1/emacs-93/emacs/etc/
H A DTUTORIAL.pl28 Pierwsz� umiej�tno�ci�, kt�ra powiniene� opanowa�, jest spos�b
211 Jest kilka polece�, kt�re u�ywaj� go w inny spos�b. Do takich wyj�tk�w
281 kilka okien. Powiniene� jedynie wiedzie�, w jaki spos�b pozby� si�
283 systemu pomocy albo niekt�rych polece�. Robi si� to w prosty spos�b:
329 naciskaj�c <Delback>. Nie martw si�, �e zmieniasz w ten spos�b
418 traktuje argument liczbowy w spos�b specjalny: wycina ono tyle linii,
483 w jaki spos�b j� uzyska� na niekt�rych klawiaturach. To w�a�nie dlatego
556 ko�cu jego nazwy znak ~. W ten spos�b powstaje zapasowa kopia
576 w�a�nie w taki spos�b tworzy si� w Emacsie nowe pliki. Gdy poleceniem
589 odwiedzaj�c go jeszcze raz za pomoc� C-x C-f. W ten spos
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.c2374 unsigned char *spos; local
2380 spos = str;
2394 *spos = d & UCHAR_MAX;
2396 ++spos;
2405 *spos = d & UCHAR_MAX;
2407 ++spos;
2411 while(--spos > str) {
2413 *str = *spos;
2414 *spos = t;
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_include.c2900 apr_size_t pos, spos = 0; local
2937 if (spos < intern->parse_pos) {
2939 ++spos;
2941 p = intern->start_seq + spos;
2942 pos = intern->parse_pos - spos;
2946 ++spos;
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/xe/
H A Dxe2539 set spos [$origSearchWin search -regexp $searchString insert]
2540 if {$spos != ""} {
2541 if {[$origSearchWin compare $curinsert == $spos]} {
2544 set spos [$origSearchWin search -regexp $searchString insert]
2545 if {$spos != ""} {
2546 $origSearchWin mark set insert $spos
/macosx-10.10.1/vim-55/runtime/tutor/
H A Dtutor.pl252 W ten spos�b wpisanie de usunie znaki od kursora do ko�ca wyrazu.
618 Uwaga: W ten spos�b mo�na wykona� wszystkie polecenia pow�oki.
/macosx-10.10.1/emacs-93/emacs/src/
H A Dwindow.c5037 int spos;
5043 spos = XINT (Fline_beginning_position (Qnil));
5045 spos = min (XINT (Fline_end_position (Qnil)) + 1, ZV);
5046 set_marker_restricted (w->start, make_number (spos),
5024 int spos; local
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dorg.el10579 spos level indent reversed)
10618 (setq spos (if fastp
10621 (if (not spos) (throw 'quit nil)) ; return nil to show we did
10623 (goto-char spos)

Completed in 249 milliseconds