Home | History | Annotate | Download | only in cups

Lines Matching defs:vptr

712   const char	*vptr;			/* Pointer into constraint value */
856 for (i = 0, vptr = strchr(constattr->value, '*');
857 vptr;
858 i ++, vptr = strchr(vptr + 1, '*'));
886 for (i = 0, vptr = strchr(constattr->value, '*');
887 vptr;
888 i ++, vptr = strchr(vptr, '*'), constptr ++)
894 for (vptr ++, ptr = option; *vptr && !_cups_isspace(*vptr); vptr ++)
896 *ptr++ = *vptr;
900 while (_cups_isspace(*vptr))
901 vptr ++;
903 if (*vptr == '*')
907 for (ptr = choice; *vptr && !_cups_isspace(*vptr); vptr ++)
909 *ptr++ = *vptr;
933 if (!vptr)