Home
last modified time | relevance | path

Searched refs:pcInput (Results 1 – 11 of 11) sorted by relevance

/dports/devel/libklel/libklel-1.1.0/src/libklel/
H A Dtokenizer.c178 KLEL_ASSERT(psContext->pcInput != NULL); in KlelInnerNextToken()
194 …case 0: iCount = sscanf(psContext->pcInput, psMatch->pcPattern, &iOff, &acBuf1); … in KlelInnerNextToken()
195 …case 1: iCount = sscanf(psContext->pcInput, psMatch->pcPattern, &iOff, &acBuf1); … in KlelInnerNextToken()
196 …case 2: iCount = sscanf(psContext->pcInput, psMatch->pcPattern, &iOff, &acBuf1, &acBuf2); … in KlelInnerNextToken()
197 …case 3: iCount = sscanf(psContext->pcInput, psMatch->pcPattern, &iOff, &acBuf1, &acBuf2, &acBuf3… in KlelInnerNextToken()
198 …case 4: iCount = sscanf(psContext->pcInput, psMatch->pcPattern, &iOff, &acBuf1, &acBuf2, &acBuf3… in KlelInnerNextToken()
199 …case 5: iCount = sscanf(psContext->pcInput, psMatch->pcPattern, &iOff, &acBuf1, &acBuf2, &acBuf3… in KlelInnerNextToken()
200 …case 6: iCount = sscanf(psContext->pcInput, psMatch->pcPattern, &iOff, &acBuf1, &acBuf2, &acBuf3… in KlelInnerNextToken()
218 psContext->pcInput = psContext->pcInput + iOff + strlen(acBuffer) + psMatch->iFudge; in KlelInnerNextToken()
244 const char *pcCurrentInput = psContext->pcInput; in KlelPeekToken()
[all …]
H A Dparser.h88 …const char *pcStartInput = psContext->pcInput; …
226 … KLEL_INPUT_NEAR(psContext->pcInput), \
247 …const char *pcCurrentInput = psContext->pcInput; …
266 …psContext->pcInput = pcCurrentInput; …
359 const char *KlelStripSpace(const char *pcInput);
H A Dparser.c196 KlelStripSpace(const char *pcInput) in KlelStripSpace() argument
198 KLEL_ASSERT(pcInput != NULL); in KlelStripSpace()
200 while (isspace(pcInput[0])) in KlelStripSpace()
202 pcInput++; in KlelStripSpace()
205 return pcInput; in KlelStripSpace()
H A Dapi.h25 KLEL_NODE *KlelParse(const char *pcInput, KLEL_CONTEXT *psContext);
H A Dapi.c27 KlelCompile(const char *pcInput, unsigned long ulFlags, const KLEL_TYPE_CALLBACK pfGetTypeOfVar, co… in KlelCompile() argument
72 psContext->pcInput = pcInput; in KlelCompile()
/dports/math/scilab/scilab-6.1.1/scilab/modules/completion/tests/utilities/
H A Dsci_getfilepartlevel.c28 char* pcInput = NULL; in sci_getfilepartlevel() local
41 if (getAllocatedSingleString(pvApiCtx, piAddr, &pcInput)) in sci_getfilepartlevel()
47 pcOutput = getFilePartLevel(pcInput); in sci_getfilepartlevel()
48 freeAllocatedSingleString(pcInput); in sci_getfilepartlevel()
H A Dsci_getpartlevel.c28 char* pcInput = NULL; in sci_getpartlevel() local
41 if (getAllocatedSingleString(pvApiCtx, piAddr, &pcInput)) in sci_getpartlevel()
47 pcOutput = getPartLevel(pcInput); in sci_getpartlevel()
48 freeAllocatedSingleString(pcInput); in sci_getpartlevel()
/dports/math/scilab/scilab-6.1.1/scilab/modules/webtools/src/cpp/
H A DsciCurl.cpp96 int SciCurl::write_result(char* pcInput, size_t size, size_t nmemb, void* output) in write_result() argument
102 fwrite(pcInput, size, nmemb, fd); in write_result()
107 std::string d(pcInput, size * nmemb); in write_result()
H A DsciCurl.hxx42 static int write_result(char* pcInput, size_t size, size_t nmemb, void* output);
/dports/devel/libklel/libklel-1.1.0/include/
H A Dklel.h509 const char *pcInput; member
556 KLEL_CONTEXT *KlelCompile(const char *pcInput, unsigned long ulFlags, const KLEL_TYPE_CALLBACK pfGe…
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/modules/
H A Dfixed_ip.inc481 $pcInput = new htmlInputField('pc_'.$id, $this->fixed_ip[$id]['cn']);
483 $pcInput->enableAutocompletion($autoNames);
485 $entry[] = $pcInput;