Searched refs:st (Results 1 – 5 of 5) sorted by relevance
/extra/config/ |
A D | expr.h | 153 #define for_all_properties(sym, st, tok) \ argument 154 for (st = sym->prop; st; st = st->next) \ 155 if (st->type == (tok)) 156 #define for_all_defaults(sym, st) for_all_properties(sym, st, P_DEFAULT) argument 157 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) argument 158 #define for_all_prompts(sym, st) \ argument 159 for (st = sym->prop; st; st = st->next) \ 160 if (st->text)
|
A D | confdata.c | 741 struct stat st; in conf_write() local 744 if (!stat(name, &st) && S_ISDIR(st.st_mode)) { in conf_write()
|
/extra/scripts/ |
A D | unifdef.c | 380 struct stat st; in processinout() local 398 if (stat(ofn, &st) < 0) { in processinout() 407 output = mktempmode(tempname, st.st_mode); in processinout()
|
/extra/locale/programs/ |
A D | categories.def | 4 * Filippo Arcidiacono (filippo.arcidiacono@st.com)
|
/extra/locale/collation/ |
A D | cs_CZ | 1065 %<U0060> IGNORE;IGNORE;IGNORE;<U0060> % p�em�st�n do uvozovek 1066 %<U005E> IGNORE;IGNORE;IGNORE;<U005E> % p�em�st�n do obrazc� line�rn�ch
|
Completed in 17 milliseconds