Home
last modified time | relevance | path

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

/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-icon-canvas-item.c1968 #define ZERO_OR_THREE_DIGITS(p) \ macro
2010 if (*p == '_' || *p == '-' || (*p == '.' && ZERO_OR_THREE_DIGITS (p+1))) in create_label_layout()
/dports/x11-fm/nemo/nemo-4.8.3/
H A DChangeLog93 update ZERO_OR_THREE_DIGITS define to work as intended