Home
last modified time | relevance | path

Searched refs:titlep (Results 1 – 6 of 6) sorted by relevance

/dports/japanese/plain2/plain2-2.54p1.orig/src/
H A Dftitle.c111 joinIfTitled(titlep, begin, end)
112 struct text *titlep; variable
118 struct textBlock *titleTbp = titlep->block;
/dports/www/e107/e107/
H A Dpage.php948 $titlep = preg_replace("/\[newpage=(.*?)\]/", "\\1", $title);
949 …$this->pageTitles[$count] = ($titlep == "[newpage]" ? LAN_PAGE_13." ".($count+1) : $tp->toHTML($ti…
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomview/x11/
H A Dgvcamui.c206 int *sizep, char **titlep, Widget w) in setwinargs() argument
217 WnGet(win, WN_NAME, titlep); in setwinargs()
222 XtSetArg(args[n], XmNtitle, *titlep); n++; in setwinargs()
/dports/textproc/lowdown/lowdown-0.10.0/
H A Ddocument.c1408 *linkp = NULL, *titlep = NULL, in char_link() local
1700 title = titlep = hbuf_new(64); in char_link()
1701 if (titlep == NULL) in char_link()
1894 hbuf_free(titlep); in char_link()
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_w32.c3561 WCHAR *titlep = NULL; in gui_mch_browse() local
3595 titlep = enc_to_utf16(title, NULL); in gui_mch_browse()
3596 fileStruct.lpstrTitle = titlep; in gui_mch_browse()
3646 vim_free(titlep); in gui_mch_browse()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dtoporg.c6307 CharPtr PNTR titlep; in CopyFirstTitle() local
6314 titlep = (CharPtr PNTR) userdata; in CopyFirstTitle()
6315 if (titlep == NULL) return; in CopyFirstTitle()
6317 if (*titlep != NULL) return; in CopyFirstTitle()
6318 *titlep = (CharPtr) StringSave (title); in CopyFirstTitle()