Searched refs:literal (Results 1 – 13 of 13) sorted by relevance
4 literal '2' 'cdef'5 literal '-2' 'abcdef'6 literal ' -2' 'ef'
7 echo "literal '2' '${parameter:2}'"10 echo "literal '-2' '${parameter:-2}'"11 echo "literal ' -2' '${parameter: -2}'"
11 # The difference only exists if repl is a literal. If it is a variable:18 echo 'Pattern: ' 'single backslash and star: "replace literal star"'
3 Pattern: single backslash and star: "replace literal star"
56 goto literal; in do_compress()64 goto literal; in do_compress()67 goto literal; in do_compress()119 literal: in do_compress()
3 # and subsequently globbing converts \\ to \ and treats \z as literal z
211 uint16_t literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member579 return s->lzma.literal[low + high]; in lzma_literal_probs()
3489 literal: in perform_glob()3507 goto literal; in perform_glob()3929 char literal[6]; member3990 if (strcmp(word->data, r->literal) == 0) in match_reserved_word()4012 debug_printf("found reserved word %s, res %d\n", r->literal, r->res); in reserved_word()