Lines Matching defs:start
47 static void trim_ws(CONF *conf, char *start);
222 char *start, *psection, *pname;
359 start = eat_ws(conf, s);
360 ss = start;
373 if (!str_copy(conf, NULL, §ion, start))
536 start = eat_ws(conf, p);
537 trim_ws(conf, start);
549 if (!str_copy(conf, psection, &(v->value), start))
755 * np which is the start of the name string which is
757 * cp which is the start of the section string which is
935 static void trim_ws(CONF *conf, char *start)
937 char *p = start;
942 while ((p >= start) && IS_WS(conf, *p))