Home
last modified time | relevance | path

Searched refs:pWrd (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/hugo/hugo-2.12/
H A Diniconfig.c85 char *pWrd = NULL; in init_config() local
111 pWrd = strrchr (sCfgFileLine, ']'); in init_config()
112 if (pWrd == NULL) /* Badly formed section line */ in init_config()
118 section_size = pWrd - sCfgFileLine; in init_config()
125 pWrd = strchr (sCfgFileLine, '='); in init_config()
126 if (pWrd == NULL) in init_config()
129 pTmp = strchr (pWrd, '\n'); in init_config()
137 *pWrd = '\0'; in init_config()
138 pTmp = pWrd - 1; in init_config()
144 while (*pWrd == '\t' || *pWrd == ' ') in init_config()
[all …]