Searched refs:dev_comment (Results 1 – 3 of 3) sorted by relevance
108 ptr->dev_comment = xf86addComment(ptr->dev_comment, xf86_lex_val.str); in xf86parseDeviceSection()111 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()119 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()124 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()129 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()134 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()139 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()144 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()151 if (xf86getSubToken(&(ptr->dev_comment)) != NUMBER) { in xf86parseDeviceSection()157 if (xf86getSubToken(&(ptr->dev_comment)) == NUMBER) in xf86parseDeviceSection()[all …]
224 char *dev_comment; member
292 ptr->dev_comment = xnfstrdup(descrip); in configureDeviceSection()293 if (ptr->dev_comment) { in configureDeviceSection()301 int len = strlen(ptr->dev_comment) + strlen(prefix) + in configureDeviceSection()310 ptr->dev_comment = realloc(ptr->dev_comment, len); in configureDeviceSection()311 if (!ptr->dev_comment) in configureDeviceSection()313 p_e = ptr->dev_comment + strlen(ptr->dev_comment); in configureDeviceSection()