/ast/src/cmd/ncsl/ |
H A D | ncsl.c | 66 int quote; local 153 quote = c; 160 if (c == quote) goto again;
|
/ast/src/cmd/pax/ |
H A D | nocomment.c | 136 int quote; local 386 quote = c; 407 if (c == quote)
|
/ast/src/lib/libast/string/ |
H A D | tokline.c | 49 int quote; member in struct:__anon312 84 q = d->quote; 139 d->quote = q;
|
/ast/src/lib/libexpr/ |
H A D | excc.c | 38 static const char quote[] = "\""; variable 120 sfprintf(cc->ccdisc->text, "sfprintf(%s, \"%s", expr->data.print.descriptor->op == CONSTANT && expr->data.print.descriptor->data.constant.value.integer == 2 ? "sfstderr" : "sfstdout", fmtesq(x->format, quote)); 122 sfprintf(cc->ccdisc->text, "%s", fmtesq(x->format, quote)); 155 sfprintf(cc->ccdisc->text, "sfscanf(sfstdin, \"%s", fmtesq(x->format, quote)); 157 sfprintf(cc->ccdisc->text, "%s", fmtesq(x->format, quote)); 212 sfprintf(cc->ccdisc->text, "\"%s\"", fmtesq(expr->data.constant.value.string, quote)); 316 sfprintf(cc->ccdisc->text, "strmatch(%stmp_%d, \"%s\")", cc->id, cc->tmp, fmtesq(v->string, quote));
|
/ast/src/cmd/mam/ |
H A D | mamold.c | 107 int quote = 0; local 145 quote = !quote; 174 if (!quote)
|
/ast/src/cmd/nmake/ |
H A D | dump.c | 42 int quote; local 52 if (quote = (*t || t == s)) 59 if (quote) 69 if (quote)
|
H A D | scan.c | 38 #define QUOTE_blank (1<<0) /* blank out quote */ 39 #define QUOTE_comment (1<<1) /* comment quote type */ 40 #define QUOTE_nested (1<<2) /* nesting quote */ 41 #define QUOTE_newline (1<<3) /* newline terminates quote */ 42 #define QUOTE_quote (1<<4) /* normal quote */ 43 #define QUOTE_single (1<<5) /* quote next char */ 44 #define QUOTE_space (1<<6) /* quote preceded by space */ 82 struct Quote_s /* quote/comment match info */ 98 Quote_t* quote; /* quote pattern member in struct:Scan_s [all...] |
H A D | parse.c | 637 error(lead > 0 ? 2 : 1, "EOF in %c...%c quote starting at line %d", q, q, start); 1553 int quote = 0; local 1569 else if (c == quote) 1570 quote = 0; 1572 quote = c; 1573 else if (!quote) 1688 if (quote) 1689 error(1, "missing closing %c quote", quote); 1760 quote [all...] |
/ast/src/cmd/pzip/ |
H A D | r2c.c | 54 int quote; member in struct:State_s 106 q = state.quote; 183 switch (optget(argv, "d:[delimiter]l#[compression-level]q:[quote]t:[terminator]vw#[window-size]T#[test-mask]")) 192 state.quote = *opt_info.arg;
|
/ast/src/cmd/coshell/ |
H A D | shell.c | 33 * single quote s into sp 37 quote(register Sfio_t* sp, register char* s) function 340 if (act) quote(state.string, act);
|
/ast/src/lib/libcmd/ |
H A D | fmt.c | 66 int quote; member in struct:Fmt_s 116 if (fp->quote) 225 if (!splice && !fp->retain && (!fp->quote || (fp->outp - fp->outbuf) < 2 || fp->outp[-2] != '\\' || fp->outp[-1] != 'n' && fp->outp[-1] != 't' && fp->outp[-1] != ' ')) 277 fp->quote = 1; 374 if (fp->quote) 581 fmt.quote = 0;
|
/ast/src/cmd/re/ |
H A D | testfmt.c | 99 quote(char* s, int expand) function 170 quote(re, expand); 540 quote(ans, expand); 542 quote(s, expand);
|
H A D | testfnmatch.c | 190 quote(char* s, int expand) function 259 quote(re, expand); 263 quote(s, expand);
|
H A D | testmatch.c | 219 quote(char* s, int expand) function 288 quote(re, expand); 292 quote(s, expand);
|
H A D | testglob.c | 281 quote(char* s) function 343 quote(pat); 651 quote(path); 663 quote(path); 665 quote(k); 675 quote(path); 708 quote(path); 710 quote(k); 719 quote(path); 736 quote(pat [all...] |
H A D | testregex.c | 574 quote(char* s, int len, unsigned long test) function 662 quote(re, -1, test|TEST_DELIMIT); 666 quote(s, len, test|TEST_DELIMIT); 907 quote(p, -1, test); 909 quote(x, -1, test); 1118 quote(re, -1, test); 1120 quote(s, -1, test); 1915 quote(re, -1, test|TEST_DELIMIT); 1917 quote(s, nstr, test|TEST_DELIMIT); 2001 quote(an [all...] |
/ast/src/lib/libdss/ |
H A D | tag.c | 429 register int quote; local 482 quote = 0; 487 quote |= COMMENT; 494 if (item == '<' && !(quote & STRING)) 499 if (quote & COMMENT) 500 quote ^= COMMENT; 632 quote ^= STRING;
|
/ast/src/cmd/mailx/ |
H A D | cmd2.c | 176 register int quote; local 197 quote = *--s; 201 note(0, "Unbalanced %c quote", quote); 205 } while (*--s != quote);
|
H A D | list.c | 673 register int quote; local 691 quote = 0; 704 if (c == '$' && quote != '\'' && *s == '{' && (e = strchr(s, '}'))) { 735 else if (quote) { 736 if (c == quote) { 737 quote = 0; 746 quote = c; 753 if (!quote) {
|
H A D | cmd1.c | 534 * Single quote s to fp. 537 quote(FILE* fp, register char* s) function 565 quote(stdout, (char*)hp->value); 606 quote(stdout, pp.data); 645 quote(stdout, pp.buf);
|
/ast/src/lib/libast/misc/ |
H A D | glob.c | 313 int quote = 0; local 342 if (quote) 381 quote = 1; 393 savequote = quote; 419 quote = 0;
|
/ast/src/lib/libast/port/ |
H A D | astlicense.c | 125 int quote; member in struct:Item_s 310 q = item->quote; 514 int quote; local 555 notice.item[STYLE].quote = notice.item[CLASS].quote = 0; 609 quote = 0; 664 while ((c = *s) && (q == '"' && (c == '\\' && (*(s + 1) == '"' || *(s + 1) == '\\') && s++ && (quote = q)) || q && c != q || !q && c != ' ' && c != '\t' && c != '\n' && c != '\r' && c != ',' && c != ';')) 687 notice.id[i].name.quote = 0; 690 notice.id[i].value.quote = quote; [all...] |
/ast/src/cmd/html/ |
H A D | html2rtf.c | 898 int quote; local 928 quote = 0; 937 quote |= COMMENT; 943 if (item == '<' && !(quote & STRING)) 1076 quote ^= STRING; 1077 if (!(quote & COMMENT)) 1143 if (!quote)
|
H A D | troff2html.c | 3671 int quote; local 3693 quote = 0; 3777 if (argc && !(quote & RAW)) 3780 switch ((quote & STRING) ? (c = nextchar()) : EOF) 3788 quote ^= STRING; 3801 if (quote & COMMENT) 3803 quote &= ~COMMENT; 3804 if (quote & EAT) 3806 quote &= ~EAT; 3815 quote [all...] |
/ast/src/cmd/ksh93/sh/ |
H A D | macro.c | 76 char quote; /* set within double quoted contexts */ member in struct:_mac_ 175 mp->quoted = mp->lit = mp->split = mp->quote = 0; 221 mp->quoted = mp->lit = mp->quote = 0; 284 mp->quote = 1; 445 int oldquote = mp->quote; 454 mp->quote = newquote; 456 if(!mp->quote && *cp=='~' && cp[1]!=LPAREN) 523 else if(mp->split && endch && !mp->quote && !mp->lit) 546 if(!mp->lit && !mp->quote) 555 if(!mp->lit && (n==S_ESC || (!mp->quote [all...] |