Lines Matching defs:ppos
1892 int ppos, i;
1950 for (ppos = 0; ppos < (MAXPATHLEN-8); ppos++) { /* Find first comma */
1951 if ((buf[ppos] == 0) || (buf[ppos] == ','))
1955 if (buf[ppos] != ',') {
1962 if (strncmp(buf, speedtab[i].name, ppos) == 0)
1978 switch (buf[ppos+1]) {
1992 switch (buf[ppos+3]) {
2007 switch (buf[ppos+5]) {