Lines Matching refs:literal
112 /* literal parts of the filename, and none are added */
281 * Otherwise pass a literal or static string.
290 * Otherwise pass a literal or static string.
887 * If backslashes in the filename should be treated as literal
888 * characters, call the following function with literal=1. Otherwise
895 * literal int Pass non-zero here to enable literal interpretation
896 * of backslashes. Pass 0 to turn off literal
899 void cfc_literal_escapes(CplFileConf *cfc, int literal)
903 cfc->escaped = !literal;