Home | History | Annotate | Download | only in config

Lines Matching defs:rest

335       char c, *rest, *line_start;
343 rest = input_line_pointer + 1;
345 if (*rest == ':')
346 ++rest;
347 if (*rest == ' ' || *rest == '\t')
348 ++rest;
349 if (*rest == '.')
350 ++rest;
351 if (strncasecmp (rest, "EQU", 3) == 0)
353 else if (strncasecmp (rest, "DEFL", 4) == 0)
357 if (len && (!ISALPHA(rest[len]) ) )
365 input_line_pointer = rest + len - 1;