Home
last modified time | relevance | path

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

/dports/x11-wm/skippy-xd/skippy-xd-397216c/src/
H A Dskippy.c68 static const char * const STRS_ALIGN[] = { in parse_align() local
73 for (int i = 0; i < CARR_LEN(STRS_ALIGN); ++i) in parse_align()
74 if (str_startswithword(str, STRS_ALIGN[i])) { in parse_align()
76 return strlen(STRS_ALIGN[i]); in parse_align()