Lines Matching defs:charPos
792 readPair: Starting at character position "charPos" in "lineBuf",
801 value to the right of the =. "charPos" will be updated to
805 readPair(char *lineBuf, char *nameBuf, char *valBuf, int *charPos)
807 char *ptr = lineBuf + *charPos;
814 *charPos = (int)(ptr - lineBuf);
835 *charPos = (int)(ptr - lineBuf);
870 *charPos = (int)(ptr - lineBuf);
915 int charPos;
925 charPos = 0;
927 &charPos)) == OWCFG_OK)
976 if (lineBuf[charPos] == ';') {