Home
last modified time | relevance | path

Searched refs:pszLeft (Results 1 – 4 of 4) sorted by path

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dprintf.c463 const char *pszLeft = pszTmp; in wrap_printf() local
467 const char *pchNewLine = strchr(pszLeft, '\n'); in wrap_printf()
468 ssize_t cchLine = pchNewLine ? pchNewLine - pszLeft + 1 : cchLeft; in wrap_printf()
470 memcpy(&g_achBuf[g_cchBuf], pszLeft, cchLine); in wrap_printf()
476 if (fwrite(pszLeft, cchLine, 1, stdout) < 1) { in wrap_printf()
480 pszLeft += cchLine; in wrap_printf()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View.cpp8718 const char * pszLeft; in getCellParams() local
8722 m_pDoc->getPropertyFromSDH(cellSDH,isShowRevisions(),getRevisionLevel(),"left-attach",&pszLeft); in getCellParams()
8723 if(pszLeft && *pszLeft) in getCellParams()
8725 *pLeft = atoi(pszLeft); in getCellParams()
8774 const char * pszLeft; in getCellLineStyle() local
8778 m_pDoc->getPropertyFromSDH(cellSDH,isShowRevisions(),getRevisionLevel(),"left-style",&pszLeft); in getCellLineStyle()
8779 if(pszLeft && *pszLeft) in getCellLineStyle()
8781 *pLeft = atoi(pszLeft); in getCellLineStyle()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/mz80/
H A Dmakez80.c1518 void SetSubFlagsSZHVC(INT8 *pszLeft, INT8 *pszRight) in SetSubFlagsSZHVC() argument
1522 fprintf(fp, " pbSubSbcTable[((UINT32) %s << 8) | %s];\n", pszLeft, pszRight); in SetSubFlagsSZHVC()
1525 void SetSbcFlagsSZHVC(INT8 *pszLeft, INT8 *pszRight) in SetSbcFlagsSZHVC() argument
1529 …le[((UINT32) %s << 8) | %s | (((UINT32) cpu.z80F & Z80_FLAG_CARRY) << 16)];\n", pszLeft, pszRight); in SetSbcFlagsSZHVC()
1532 void SetAddFlagsSZHVC(INT8 *pszLeft, INT8 *pszRight) in SetAddFlagsSZHVC() argument
1536 fprintf(fp, " pbAddAdcTable[((UINT32) %s << 8) | %s];\n", pszLeft, pszRight); in SetAddFlagsSZHVC()
1539 void SetAdcFlagsSZHVC(INT8 *pszLeft, INT8 *pszRight) in SetAdcFlagsSZHVC() argument
1543 …le[((UINT32) %s << 8) | %s | (((UINT32) cpu.z80F & Z80_FLAG_CARRY) << 16)];\n", pszLeft, pszRight); in SetAdcFlagsSZHVC()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dxbitmap.c228 char *pszLeft, *pszTop=NULL, *pszRight=NULL, *pszBottom=NULL; local
231 pszLeft = strtok(pszSpec, " ,\t");
232 if (pszLeft == NULL) return;
241 left = (pszLeft==NULL ? 0 : atoi(pszLeft));