Lines Matching refs:Syntax
226 * PARAMETERS: Op - Pointer to ASL keyword with syntax info
230 * DESCRIPTION: Format and display syntax info for an ASL keyword. Splits
345 * PARAMETERS: Op - Pointer to ASL operator with syntax info
349 * DESCRIPTION: Format and display syntax info for an ASL operator. Splits
362 if (!Op->Syntax)
367 /* Syntax for the operator */
369 AhPrintOneField (18, 0, AH_MAX_ASL_LINE_LENGTH, Op->Syntax);
381 * PARAMETERS: Op - Pointer to ASL keyword with syntax info
399 if (!Op || !Op->Syntax)
408 strcpy (Gbl_LineBuffer, Op->Syntax);