Searched refs:literal (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-12-stable/crypto/openssh/
H A Dmdoc2man.awk34 literal=0
60 if(literal)
90 if(match(words[w+1],"-literal")) {
91 literal=1
97 literal=0
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dexport-env.mk18 UT_LIT= literal ${UT_TEST}
19 .export-literal UT_LIT
H A Ddollar.exp5 1 dollar literal => <single-quote-var-value>
6 1 dollar literal eol => <>
7 2 dollar literal => <$>
8 4 dollar literal => <$$>
H A Ddollar.mk23 # The trailing dollar in the '1 dollar literal eol' test case accesses
34 $T '1 dollar literal' '$'
35 $T '1 dollar literal eol' ''$
36 $T '2 dollar literal' '$$'
37 $T '4 dollar literal' '$$$$'
/freebsd-12-stable/usr.sbin/lpr/filters/
H A Dlpf.c72 static int literal; /* print control characters */ variable
114 literal++;
172 if (col >= width || (!literal && ch < ' ')) {
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c213 int literal, bool silent,
227 if (_nc_parse_entry(&thisentry, literal, silent) == ERR)
271 _nc_resolve_uses2(bool fullresolve, bool literal) argument
489 _nc_check_termtype2(&qp->tterm, literal);
494 fixup_acsc(&qp->tterm, literal);
520 fixup_acsc(TERMTYPE *tp, int literal) argument
522 if (!literal) {
531 sanity_check2(TERMTYPE *tp, bool literal) argument
556 if (!literal) {
557 fixup_acsc(tp, literal);
212 _nc_read_entry_source(FILE *fp, char *buf, int literal, bool silent, bool(*hook) (ENTRY *)) argument
[all...]
/freebsd-12-stable/sys/dev/cxgbe/cudbg/
H A Dfastlz.c201 /* create literal copy only */
215 /* we start with literal copy */
255 goto literal;
265 goto literal;
271 goto literal;
326 /* reset literal counter */
391 /* assuming literal copy */
396 literal:
406 /* left-over as literal copy */
/freebsd-12-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h95 /// byte as a literal.
107 probability literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member in struct:lzma_lzma1_encoder_s
H A Dlzma_encoder.c46 literal(lzma_lzma1_encoder *coder, lzma_mf *mf, uint32_t position) function
48 // Locate the literal byte to be encoded and the subcoder.
51 probability *subcoder = literal_subcoder(coder->literal,
56 // Previous LZMA-symbol was a literal. Encode a normal
57 // literal without a match byte.
62 // of the current literal and the match byte.
244 literal(coder, mf, position);
281 // always be a literal.
285 rc_bittree(&coder->rc, coder->literal[0], 8, mf->buffer[0]);
359 // - UINT32_MAX: not a match but a literal
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dscm-exp.c406 error ("non-terminated string literal");
/freebsd-12-stable/contrib/dialog/
H A Dui_getc.c435 bool literal = FALSE; local
453 if (literal) {
473 literal = TRUE;
569 if (literal)
/freebsd-12-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk119 # but we can export a literal (unexpanded) value
124 .export-literal SRCTOP OBJROOT ${_tricky_env_vars}
H A Dsys.vars.mk40 # :L says to use the variable's name as its value - ie. literal
/freebsd-12-stable/gnu/usr.bin/binutils/as/
H A DMakefile35 literal.c \
/freebsd-12-stable/contrib/libedit/
H A DMakefile18 hist.c history.c historyn.c keymacro.c literal.c map.c \
136 COPTS.literal.c+= -Wno-sign-conversion
/freebsd-12-stable/share/mk/
H A Dlocal.sys.env.mk16 # :L says to use the variable's name as its value - ie. literal
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dstrptime.c95 goto literal;
100 literal:
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp511 os << "NSArray literal is an object with a +0 retain count";
513 os << "NSDictionary literal is an object with a +0 retain count";
516 os << "NSNumber literal is an object with a +0 retain count";
/freebsd-12-stable/lib/libedit/
H A DMakefile19 hist.c history.c historyn.c keymacro.c literal.c map.c \
/freebsd-12-stable/usr.bin/indent/
H A Dlexi.c386 diag2(1, "Unterminated literal");
/freebsd-12-stable/sys/kern/
H A Dsubr_scanf.c147 goto literal;
157 literal:
/freebsd-12-stable/contrib/tcsh/
H A Dsh.glob.c656 * Command substitute cp. If literal, then this is a substitution from a
661 dobackp(Char *cp, int literal) argument
689 backeval(&bb, &word, ep, literal);
702 backeval(struct blk_buf *bb, struct Strbuf *word, Char *cp, int literal) argument
713 if (!literal) {
718 quoted = literal;
863 * If we didn't make empty words here when literal was set then we
866 if (c != 0 && (cnt || literal))
/freebsd-12-stable/contrib/ncurses/progs/
H A Dtic.c509 } else { /* literal list of names */
683 bool literal = FALSE; /* suppress post-processing? */ local
773 literal = TRUE;
782 literal = TRUE;
929 !smart_defaults || literal, FALSE, local
936 if (!_nc_resolve_uses2(TRUE, literal) && !check_only) {
1943 check_termtype(TERMTYPE *tp, bool literal) argument
2116 save_check_termtype(tp, literal);
/freebsd-12-stable/contrib/less/
H A Dcmdbuf.c33 static int literal; /* Next input char should not be interpreted */ variable
126 literal = 0;
930 literal = 1;
1312 if (literal)
1317 literal = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp262 return ReturnError(StrStart, "End of file in string literal");
265 return ReturnError(StrStart, "End of line in string literal");
276 // These turn into their literal character.
295 return ReturnError(StrStart, "End of file in string literal");
298 return ReturnError(CurPtr, "invalid escape in string literal");

Completed in 381 milliseconds

123