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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_fields.c52 const char *cptr; /* Ptr into config file line buffer */ local
62 cptr = configBuf;
75 cptr0 = cptr;
76 for ( ; ; cptr += 1) {
77 if (*cptr == '\t') {
82 if (*cptr == ' ') {
92 if ((*cptr == '#') && (field == 0)) {
99 if ((wspace_count + (cptr - cptr0) + 1)
123 wspace_count = cptr - cptr0;
157 (*cptr !
[all...]

Completed in 10 milliseconds