Home
last modified time | relevance | path

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

/dports/graphics/mtpaint/mtPaint-4ea607e/src/
H A Dspawn.c329 static char *pat_chars = "%fNxywhXYWHCTBASM"; variable
406 if ((c == '%') && *p && ((res = strchr(pat_chars, *p))) && in interpolate_line()
407 (extend || (res == pat_chars + PAT_f))) in interpolate_line()
408 i = res - pat_chars; in interpolate_line()