Lines Matching defs:key
5 char key;
11 const char *key;
12 /* %{key:data}, or data is "" with %{key}.
19 table must end with key = 0. Returns 1 on success, 0 if the format string
33 /* Returns the actual key character for given string, ie. skip any modifiers
38 keys size=1, while for e.g. %{key} size=3 and idx points to 'k'. */
41 /* Returns TRUE if key variable is used in the string.
42 If key is '\0', it's ignored. If long_key is NULL, it's ignored. */
43 bool var_has_key(const char *str, char key, const char *long_key) ATTR_PURE;
49 while(table != NULL && (table[n].key != '\0' ||