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

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A DFlags.c638 char *name, *comment = NULL; local
652 if ((token = xf86getSubToken(&comment)) != STRING) {
654 if (comment)
655 xf86conffree(comment);
661 * Get the option value token, if any, and comment string, if any
663 if ((token = xf86getSubToken(&comment)) == STRING) {
665 option->opt_comment = comment;
673 option->opt_comment = comment;
722 char *comment; /* Comment or end-of-line text */ local
727 comment
[all...]
H A Dscan.c403 * Use xf86addComment when setting a comment.
523 * lookup. Unless no comment pointer is provided by the caller,
528 xf86getSubToken (char **comment) argument
535 if (comment)
536 *comment = xf86addComment(*comment, val.str);
549 * lookup. Unless no comment pointer is provided by the caller,
554 xf86getSubTokenWithTab (char **comment, xf86ConfigSymTabRec *tab) argument
561 if (comment)
562 *comment
[all...]
H A DconfigProcs.h198 int xf86getSubToken(char **comment);
199 int xf86getSubTokenWithTab(char **comment, xf86ConfigSymTabRec *tab);

Completed in 140 milliseconds