Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/mg/
Dcmode.c236 int slashp = FALSE; /* Slash? */ in getindent() local
300 slashp = TRUE; in getindent()
304 if (slashp) in getindent()
318 slashp = FALSE; in getindent()
437 int slashp; in findnonblank() local
443 slashp = FALSE; in findnonblank()
466 slashp = TRUE; in findnonblank()
467 else if (slashp && c == '*') in findnonblank()
493 int slashp = FALSE; /* Encountered slash */ in isnonblank() local
503 if (c == '#' || (slashp && c == '/')) { in isnonblank()
[all …]
/openbsd/src/usr.sbin/zic/
Dzic.c1692 char *cp, *slashp; in doabbr() local
1696 slashp = strchr(format, '/'); in doabbr()
1697 if (slashp == NULL) { in doabbr()
1705 strlcpy(abbr, slashp + 1, size); in doabbr()
1707 if (slashp - format + 1 < size) in doabbr()
1708 size = slashp - format + 1; in doabbr()