Home
last modified time | relevance | path

Searched refs:cptr (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/source/fontsubset/
H A Dlist.cxx55 lnode *head, *tail, *cptr; member
83 … pThis->cptr = ptr; /*- list was empty - set current to pThis element */ in appendPrim()
107 … pThis->cptr = ptr; /*- list was empty - set current to pThis element */ in prependPrim()
129 pThis->head = pThis->tail = pThis->cptr = 0; in listNewEmpty()
148 pThis->head = pThis->tail = pThis->cptr = 0; in listNewCopy()
152 if (ptr == l->cptr) pThis->cptr = c; in listNewCopy()
177 assert(pThis->cptr != 0); in listCurrent()
178 return pThis->cptr->value; in listCurrent()
198 return pThis->cptr == pThis->head; in listAtFirst()
204 return pThis->cptr == pThis->tail; in listAtLast()
[all …]
/AOO41X/main/crashrep/source/win32/
H A Dsoreport.cpp2049 TCHAR *cptr=args; in ParseCommandArgs() local
2052 argv[i]=cptr; in ParseCommandArgs()
2053 MultiByteToWideChar( CP_ACP, 0, *ptr, -1, cptr, sizes[i] ); in ParseCommandArgs()
2055 cptr+=sizes[i]; in ParseCommandArgs()
2056 *cptr=0; in ParseCommandArgs()
2057 ++cptr; in ParseCommandArgs()
2059 argv[i]=cptr; in ParseCommandArgs()
2060 *cptr=0; in ParseCommandArgs()