Home | History | Annotate | Download | only in UefiShellLevel2CommandsLib

Lines Matching defs:Comma

684   @param[in] TypeString   An optional comma-delimited list of types.

705 CHAR16 *Comma;
713 Comma = StrStr(TypeWalker, L",");
714 if (Comma == NULL) {
722 *Comma = CHAR_NULL;
728 *Comma = L',';
729 TypeWalker = Comma + 1;