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

123

/freebsd-9.3-release/crypto/openssh/
H A Dmdoc2man.awk36 literal=0
62 if(literal)
92 if(match(words[w+1],"-literal")) {
93 literal=1
99 literal=0
/freebsd-9.3-release/usr.sbin/lpr/filters/
H A Dlpf.c70 int literal; /* print control characters */ variable
112 literal++;
170 if (col >= width || (!literal && ch < ' ')) {
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dcomp_parse.c38 * _nc_read_entry_source(FILE *, literal, bool, bool (*hook)())
123 int literal, bool silent,
137 if (_nc_parse_entry(&thisentry, literal, silent) == ERR)
181 _nc_resolve_uses2(bool fullresolve, bool literal) argument
380 _nc_check_termtype2(&qp->tterm, literal);
405 sanity_check2(TERMTYPE *tp, bool literal) argument
429 if (!literal) {
122 _nc_read_entry_source(FILE *fp, char *buf, int literal, bool silent, bool(*hook) (ENTRY *)) argument
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dregex.c71 case '\\': /* make literal */
85 goto literal;
111 goto literal;
118 goto literal;
163 literal:
H A Dtm.c166 goto literal;
171 literal:
/freebsd-9.3-release/contrib/dtc/
H A Ddtc-parser.y41 char *literal;
59 %token <literal> DT_LITERAL
314 yyerror("bad characters in literal");
317 yyerror("literal out of range");
319 yyerror("bad literal");
H A Ddtc-lexer.l107 yylval.literal = xstrdup(yytext);
108 DPRINT("Literal: '%s'\n", yylval.literal);
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp191 return ReturnError(StrStart, "End of file in string literal");
194 return ReturnError(StrStart, "End of line in string literal");
205 // These turn into their literal character.
224 return ReturnError(StrStart, "End of file in string literal");
227 return ReturnError(CurPtr, "invalid escape in string literal");
/freebsd-9.3-release/gnu/usr.bin/binutils/as/
H A DMakefile31 literal.c \
/freebsd-9.3-release/contrib/dialog/
H A Dui_getc.c406 bool literal = FALSE; local
424 if (literal) {
444 if (!literal) {
445 literal = TRUE;
542 if (literal)
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dscm-exp.c406 error ("non-terminated string literal");
H A Dada-lex.l491 error ("Integer literal out of range");
493 error ("Invalid digit `%c' in based literal", *trailer);
498 error ("Integer literal out of range");
/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h96 /// byte as a literal.
108 probability literal[LITERAL_CODERS_MAX][LITERAL_CODER_SIZE]; member in struct:lzma_coder_s
H A Dlzma_encoder.c46 literal(lzma_coder *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-9.3-release/crypto/openssh/openbsd-compat/
H A Dstrptime.c95 goto literal;
100 literal:
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtic.c404 } else { /* literal list of names */
483 bool literal = FALSE; /* suppress post-processing? */ local
551 literal = TRUE;
560 literal = TRUE;
704 !smart_defaults || literal, FALSE, local
711 if (!_nc_resolve_uses2(TRUE, literal) && !check_only) {
1360 check_termtype(TERMTYPE *tp, bool literal) argument
1520 save_check_termtype(tp, literal);
/freebsd-9.3-release/sys/kern/
H A Dsubr_scanf.c141 goto literal;
151 literal:
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.l70 literal (void);
107 "\"" { if (literal ()) return (PARSEOP_STRING_LITERAL); else yyterminate (); }
843 * FUNCTION: literal
849 * DESCRIPTION: Process a string literal (surrounded by quotes)
859 literal (void)
872 * Eat chars until end-of-literal.
/freebsd-9.3-release/contrib/less/
H A Dcmdbuf.c31 static int literal; /* Next input char should not be interpreted */ variable
123 literal = 0;
905 literal = 1;
1285 if (literal)
1290 literal = 0;
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.glob.c648 * Command substitute cp. If literal, then this is a substitution from a
653 dobackp(Char *cp, int literal) argument
681 backeval(&bb, &word, ep, literal);
694 backeval(struct blk_buf *bb, struct Strbuf *word, Char *cp, int literal) argument
706 quoted = (literal || (cp[0] & QUOTE)) ? QUOTE : 0;
878 * If we didn't make empty words here when literal was set then we
881 if (c != 0 && (cnt || literal))
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c2018 size_t proplen, boolean_t literal)
2035 NULL, NULL, 0, literal);
2163 * Retrieve a property from the given object. If 'literal' is specified, then
2171 zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal)
2195 * this into a string unless 'literal' is specified.
2202 if (literal ||
2305 * (unless literal is set), and indicate that it's the default
2310 if (literal)
2315 if (literal)
2333 * literal i
2017 zfs_prop_get_recvd(zfs_handle_t *zhp, const char *propname, char *propbuf, size_t proplen, boolean_t literal) argument
2170 zfs_prop_get(zfs_handle_t *zhp, zfs_prop_t prop, char *propbuf, size_t proplen, zprop_source_t *src, char *statbuf, size_t statlen, boolean_t literal) argument
2733 zfs_prop_get_userquota(zfs_handle_t *zhp, const char *propname, char *propbuf, int proplen, boolean_t literal) argument
2792 zfs_prop_get_written(zfs_handle_t *zhp, const char *propname, char *propbuf, int proplen, boolean_t literal) argument
3994 zfs_expand_proplist(zfs_handle_t *zhp, zprop_list_t **plp, boolean_t received, boolean_t literal) argument
[all...]
H A Dlibzfs.h441 char *propbuf, int proplen, boolean_t literal);
445 char *propbuf, int proplen, boolean_t literal);
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dvfscanf.c182 goto literal;
195 literal:
/freebsd-9.3-release/lib/libc/stdlib/
H A Dstrfmon.c140 goto literal;
147 literal:
/freebsd-9.3-release/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2texi99 literal => [ '@verbatim', '@end verbatim' ],

Completed in 313 milliseconds

123