Searched refs:newhead (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/lib/
H A Dwindlopen.c130 lib_list_t *newhead; local
136 newhead = sasl_ALLOC(sizeof(lib_list_t));
137 if (!newhead) return SASL_NOMEM;
142 sasl_FREE(newhead);
146 newhead->library = library;
147 newhead->next = lib_list_head;
148 lib_list_head = newhead;
H A Ddlopen.c378 lib_list_t *newhead; local
390 newhead = sasl_ALLOC(sizeof(lib_list_t));
391 if(!newhead) return SASL_NOMEM;
396 sasl_FREE(newhead);
400 newhead->library = library;
401 newhead->next = lib_list_head;
402 lib_list_head = newhead;
/macosx-10.10.1/ncurses-44/ncurses/form/
H A Dfrm_def.c82 FIELD *current, *newhead;
88 newhead = newfield->snext = newfield->sprev = newfield;
92 newhead = current = head;
110 newhead = newfield;
112 return (newhead);
81 FIELD *current, *newhead; local
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-toc.el696 (newname (reftex-toc-newhead-from-alist newlevel name
723 (defun reftex-toc-newhead-from-alist (nlevel head alist)
733 dist (mindist 1000) newhead)
739 (setq newhead (car (car al))
742 newhead))
H A Dorg.el15518 newhead)
15529 (setq newhead (org-get-heading))
15535 (org-agenda-change-all-lines newhead hdmarker 'fixface))
15538 (defun org-agenda-change-all-lines (newhead hdmarker &optional fixface)
15558 new (org-format-agenda-item "x" newhead cat tags dotime 'noprefix)
15621 newhead)
15632 (setq newhead (org-get-heading)))
15633 (org-agenda-change-all-lines newhead hdmarker)
15671 newhead)
15682 (setq newhead (or
[all...]

Completed in 309 milliseconds