Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/sasyncd/
Dconf.y49 char *confbuf, *confptr; variable
293 if (!confptr) in yylex()
294 confptr = confbuf; in yylex()
296 for (p = confptr; p < confbuf + conflen && *p; p++) in yylex()
303 confptr = p; in yylex()
307 p = confptr; in yylex()
309 for (p = confptr + 2; *p; p++) in yylex()
312 p = confptr + 2; in yylex()
326 if (isdigit(*confptr)) { in yylex()
327 for (p = confptr; *p; p++) in yylex()
[all …]