Searched refs:posns (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Db.c155 if ((f->posns[0] = (int *) calloc(1, *(f->re[0].lfollow)*sizeof(int))) == NULL)
157 if ((f->posns[1] = (int *) calloc(1, sizeof(int))) == NULL)
159 *f->posns[1] = 0;
182 xfree(f->posns[2]);
183 if ((f->posns[2] = (int *) calloc(1, (k+1)*sizeof(int))) == NULL)
186 (f->posns[2])[i] = (f->re[0].lfollow)[i];
188 if ((f->posns[2])[1] == f->accept)
194 *f->posns[2] = k-1; /* leave out position 0 */
196 (f->posns[0])[i] = (f->posns[
[all...]
H A Dawk.h223 int *posns[NSTATES]; member in struct:fa
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-cmpl.el330 (posns (list t))
357 (nconc posns (list pos)))
359 (setq posns (cdr posns))
360 (assert (= (length args) (length posns)))
371 posns (nthcdr (1+ l) posns))))
372 (assert (= (length args) (length posns)))
376 (nconc posns (list (point))))
392 posns)))
[all...]

Completed in 159 milliseconds